aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_pkcs11_high_level.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix clang-tidy performance warningsJack Lloyd2022-02-061-1/+1
* Split the try/catch for encrypt and decryptJack Lloyd2021-04-041-5/+16
* Add some extra logic to try to figure out PKCS11 RSA test failuresJack Lloyd2021-04-041-5/+12
* Don't use shouting case for ASN1_{Type,Class} valuesJack Lloyd2021-01-131-1/+1
* Split ASN1 tags enum class into 2 enum classessledgehammer_9992021-01-111-1/+1
* Convert ASN1_Tag to an enum classJack Lloyd2020-12-201-1/+1
* Convert EC_Group_Encoding to enum classJack Lloyd2020-12-151-17/+9
* Merge some of the P11 type headers (Slot/Module/Session) into p11_types.hJack Lloyd2020-11-041-3/+0
* Merge X.509 header filesJack Lloyd2020-10-311-1/+1
* Tag all tests with a categoryJack Lloyd2020-10-281-10/+10
* Fix a couple more build and test failures in certain configurationsJack Lloyd2020-04-071-2/+6
* Fix a ftbfs if ECDSA is disabledJack Lloyd2020-04-061-7/+9
* Add missing overloads to PKCS11_ECDSA_PrivateKeyRené Korthaus2020-03-041-9/+32
* Deprecate DER_Encoder::get_contents_unlockedJack Lloyd2019-10-281-60/+36
* Build fixJack Lloyd2019-10-031-1/+2
* Some post merge fixups/reindentJack Lloyd2019-10-021-67/+58
* fixing indentation to match botan styleMichael Boric2019-10-021-16/+16
* Review changesMichael Boric2019-10-021-1124/+748
* Improve ECC PKCS#11 testsMichael Boric2019-09-241-648/+1050
* Fix PKCS#11 C_Decrypt buffer output size.Daniel Wyatt2019-05-261-3/+0
* Avoid invoking the mlock allocator before main startsJack Lloyd2019-01-281-22/+52
* Add PointGFp::encode as replacement for EC2OSPJack Lloyd2018-03-101-11/+22
* Reorganize code to avoid cli/test build failures if filesystem disabledJack Lloyd2018-01-191-0/+2
* Fix path to cert test dataJack Lloyd2017-11-161-1/+1
* Move X509_DN and AlternativeName from asn1 to x509Jack Lloyd2017-11-141-0/+1
* Test a couple more functions of PKCS11_RNGJack Lloyd2017-09-221-1/+9
* Add final annotations as appropriate in the test codeJack Lloyd2017-09-221-10/+10
* More include header cleanupsJack Lloyd2017-09-211-4/+0
* Fix various MSVC warningsJack Lloyd2017-08-311-2/+2
* Remove "pkcs11" provider paramater for pk ops in handbook and testsRené Korthaus2017-07-041-8/+8
* Reformat code with astyle + fix code styleTomasz Frydrych2017-05-011-15/+18
* Content:Tomasz Frydrych2017-04-031-3/+0
* 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