aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/data/pubkey
Commit message (Expand)AuthorAgeFilesLines
* Remove tab charactersJack Lloyd2019-04-103-167/+167
* Add a test of highly imbalanced RSA keyJack Lloyd2018-12-271-0/+15
* Support recovering ECDSA public key from message/signature pairJack Lloyd2018-12-101-0/+16
* Add more SM2 signature testsJack Lloyd2018-10-051-0/+56
* Support SM2 raw signaturesJack Lloyd2018-09-091-0/+9
* Accept PKCS1v15 as an alias for EMSA3Jack Lloyd2018-08-021-1/+1
* Merge GH #1594 Add EdDSA/X25519 Wycheproof testsJack Lloyd2018-05-313-1/+793
|\
| * Add EdDSA and X25519 tests from WycheproofJack Lloyd2018-05-313-1/+793
* | Add ECDSA tests from WycheproofJack Lloyd2018-05-311-0/+13649
|/
* Various minor ECC optimizationsJack Lloyd2018-04-131-0/+32
* Adds missing XMSS signature length check.Matthias Gierlings2018-04-121-0/+138
* Add a test vector for OAEP labelRené Korthaus2018-04-021-0/+7
* Add a reproducer for OSS-Fuzz 7156Jack Lloyd2018-03-271-0/+7
* Revamp GOST-34.10 testsJack Lloyd2018-03-212-29/+28
* Merge GH #1503 Support mixed hashes in OAEPJack Lloyd2018-03-211-0/+98
|\
| * Support "mixed" OAEP hashesJack Lloyd2018-03-211-0/+98
* | Avoid Padding= directive in test files prefer headerJack Lloyd2018-03-213-575/+230
|/
* Change DSA behavior similarlyJack Lloyd2018-03-211-0/+16
* Shift ECDSA inputs to match OpenSSL behaviorJack Lloyd2018-03-211-0/+56
* Fix Ed25519 testsJack Lloyd2017-12-311-4/+3
* review changesDaniel Neus2017-10-211-225/+225
* X.509 RSA-PSS verificationDaniel Neus2017-10-202-0/+1995
* Update SM2 to use ASN.1 encoding for ciphertextsJack Lloyd2017-09-201-4/+26
* Support PSSR_RawJack Lloyd2017-09-163-112/+705
* Change SM2 encryption to match updated standard.Jack Lloyd2017-09-101-1/+2
* Support arbitrary hashes for SM2 signaturesJack Lloyd2017-09-061-0/+1
* More ECDSA Raw(hash) testsJack Lloyd2017-08-161-0/+17
* Allow signature using `Raw(hashname)`Jack Lloyd2017-08-152-0/+40
* Fix issue signing an ECDSA hash of all-zeros (GH #1143)Jack Lloyd2017-08-072-0/+31
* Add SM2 encryption schemeJack Lloyd2017-08-041-0/+14
* Add SM2 signature schemeJack Lloyd2017-06-291-0/+14
* Add FFI test and test data from PGP draftJack Lloyd2017-06-081-1/+15
* Add Ed25519 key type and testsJack Lloyd2017-06-071-0/+3294
* Add botan_pkcs_hash_id to FFIJack Lloyd2017-05-181-0/+8
* Add ECDSA key tests from Google's project WycheproofRené Korthaus2017-02-122-3/+18
* Add test vectors for invalid ECDSA public keys from FIPS 186-4René Korthaus2017-02-121-0/+184
* Add test vectors for invalid ECDSA public keys from FIPS 186-2René Korthaus2017-02-122-1/+189
* Convert DH invalid key test to read from fileJack Lloyd2017-01-022-1/+32
* Add positive DH test vectors from NIST CAVPRené Korthaus2017-01-021-0/+232
* Add RSA PKCS1v1.5 signature verification tests from Wycheproof suite.Jack Lloyd2016-12-202-1/+158
* Merge GH #759 Add ISO 9796-2 signature schemesJack Lloyd2016-12-082-0/+56
|\
| * Add ISO9796-2 Signature Schemes giving message recovery 2 and 3.Never2016-12-052-0/+56
* | Add a couple more workfactor testsJack Lloyd2016-11-251-0/+6
* | Adds SHAKE support for XMSSMatthias Gierlings2016-11-252-0/+120
* | Add tests for PK work factor functionsJack Lloyd2016-11-221-0/+37
|/
* Add params to XMSS test inputsJack Lloyd2016-11-122-43/+43
* Added Extended Hash-Based Signatures (XMSS)Matthias Gierlings2016-11-112-0/+215
* Add signature KAT test for GOST 34.10-2001Jack Lloyd2016-11-062-0/+17
* Add P-521 ECDSA testJack Lloyd2016-10-301-0/+9
* Merge GH #613 NewHope R-LWE key exchangeJack Lloyd2016-09-051-0/+6003
|\