aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_pkcs11_high_level.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix PKCS11 tests when ECDH or ECDSA was disabledJack Lloyd2017-01-241-10/+11
* Fix various SunCC and Solaris warnings and build problems.Jack Lloyd2017-01-241-1/+1
* add some PKCS#11 negative testsDaniel Neus2016-12-191-0/+52
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-17/+17
* Add Private_Key::private_key_info()René Korthaus2016-12-051-1/+1
* Easy testJack Lloyd2016-11-251-0/+1
* Fix PKCS11 test errorJack Lloyd2016-11-041-3/+12
* Run PKCS11 key self testsJack Lloyd2016-11-031-0/+3
* Remove use of deprecated constructors in PKCS11 testsJack Lloyd2016-10-301-6/+6
* RNG changes (GH #593)Jack Lloyd2016-08-241-9/+3
* fix minimized build when pkcs11 module enabledDaniel Neus2016-08-201-5/+9
* Initialize HMAC_DRBG with token entropyDaniel Neus2016-07-271-7/+10
* fix PKCS#11 tests and buildDaniel Neus2016-07-261-2/+6
* PKCS11 tests: run ECDSA software verification only if emsa_raw module is avai...Daniel Neus2016-07-051-0/+3
* check for asn1 and pubkey module presenceDaniel Neus2016-06-281-2/+7
* fix build with disabled pkcs11 moduleDaniel Neus2016-06-281-3/+3
* add PKCS#11 supportDaniel Neus2016-06-171-0/+1509