aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_pubkey.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix clang-tidy readability-named-parameterJack Lloyd2022-02-061-1/+1
* Fix clang-tidy readability-container-size-empty warningsJack Lloyd2022-02-061-1/+1
* Fix an ECKCDSA bugJack Lloyd2021-05-241-1/+7
* More raw pointer removalJack Lloyd2021-04-051-2/+2
* Implement Ed25519 public key checkingJack Lloyd2021-03-171-0/+18
* Avoid using deprecated functions for key loadingJack Lloyd2020-12-141-7/+7
* Do not accept EC signatures when the public point is invalidJack Lloyd2020-11-301-1/+3
* Add Private_Key::public_keyJack Lloyd2020-11-281-0/+14
* improve check if signature algorithm supports DER encodingPhilippe Lieser2020-10-091-0/+57
* Replace some check_key in keygen tests with equivalent encodingJack Lloyd2020-10-021-30/+10
* Fix cppcheck findingsRené Fischer2020-06-051-2/+0
* silence trivial warningsNuno Goncalves2019-10-201-0/+2
* Remove BearSSL providerJack Lloyd2019-07-051-1/+1
* Add support for RFC 8032 Ed25519phJack Lloyd2019-06-201-7/+9
* Add support for hashing with CommonCryptoJose Pereira2018-09-031-2/+2
* Add PBES2 as alias for PBE-PKCS5v20Jack Lloyd2018-08-231-1/+1
* Add function to return the size of a key agreement outputJack Lloyd2018-08-121-1/+8
* Add functions to get size of PK ciphertext,plaintextJack Lloyd2018-08-101-0/+8
* Add PK_Signer::signature_lengthJack Lloyd2018-08-101-0/+3
* Add ECDSA tests from WycheproofJack Lloyd2018-05-311-8/+25
* Make the tests VarMap an actual type instead of a hashmap typedef.Jack Lloyd2018-05-291-24/+24
* Support scrypt for encrypting private keysJack Lloyd2018-05-221-47/+62
* Fix PBE decoding and fix test macro checkJack Lloyd2018-05-221-2/+2
* Add a reproducer for OSS-Fuzz 7156Jack Lloyd2018-03-271-2/+15
* Support "mixed" OAEP hashesJack Lloyd2018-03-211-1/+44
* Fix return value of PK_Encryptor::maximum_input_sizeJack Lloyd2018-01-131-0/+15
* Further build/test fixes for restricted configurationsJack Lloyd2017-09-241-10/+48
* More include header cleanupsJack Lloyd2017-09-211-1/+1
* Update SM2 to use ASN.1 encoding for ciphertextsJack Lloyd2017-09-201-1/+11
* Support PSSR_RawJack Lloyd2017-09-161-9/+17
* Add SM2 encryption schemeJack Lloyd2017-08-041-2/+3
* Fix some maintainer mode warningsJack Lloyd2017-08-031-1/+1
* BearSSL: Support for ECDSAPatrick Wildt2017-07-051-2/+2
* Merge GH #1035 Support generating RSA keys with OpenSSLJack Lloyd2017-05-031-89/+107
|\
| * Generate private RSA key with OpenSSL.Alexander Bluhm2017-04-301-89/+107
* | Reformat code with astyle + fix code styleTomasz Frydrych2017-05-011-9/+9
|/
* Filter provider in test loops, skip text based without provider.Alexander Bluhm2017-04-211-16/+12
* Add missing try/catch in invalid signature testJack Lloyd2017-02-261-2/+10
* Add test option --run-long-testsJack Lloyd2016-12-241-2/+6
* Add RSA PKCS1v1.5 signature verification tests from Wycheproof suite.Jack Lloyd2016-12-201-0/+29
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-1/+1
* Updates module policy, fixes test suite errorsMatthias Gierlings2016-12-011-1/+11
* Add test for various functions previously missed (T::clone, PBKDF::name, AEAD...Jack Lloyd2016-11-261-0/+3
* When fuzzing verify/decrypt, choose a new value each time through loopJack Lloyd2016-11-261-8/+2
* Avoid recreating PK_Verifiers/PK_Decryptors multiple times in testJack Lloyd2016-11-261-45/+61
* Pubkey cleanupsJack Lloyd2016-11-121-18/+0
* Add create_key self testJack Lloyd2016-11-031-0/+2
* Test PK key creation via create_private_key APIJack Lloyd2016-10-311-90/+95
* Fix pubkey tests when EMEs are disabled.Jack Lloyd2016-10-181-30/+14
* Make pk_ops.h internalJack Lloyd2016-10-081-1/+1