aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/prov/pkcs11/p11.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix warnings from clangs -Wdocumentation flagJack Lloyd2017-07-281-1/+1
|
* Content:Tomasz Frydrych2017-04-031-3/+0
| | | | | | | | | * fixes for deprecated constructions in c++11 and later (explicit rule of 3/5 or implicit rule of 0 and other violations) * `default` specifier instead of `{}` in some places(probably all) * removal of unreachable code (for example `return` after `throw`) * removal of compilation unit only visible, but not used functions * fix for `throw()` specifier - used instead `BOTAN_NOEXCEPT` * removed not needed semicolons
* add PKCS#11 supportDaniel Neus2016-06-171-0/+769