aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/data/pubkey
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Add NEWHOPE KEM schemeJack Lloyd2016-08-301-0/+6003
* | Remove deprecated Nyberg-Rueppel and Rabin-Williams signaturesJack Lloyd2016-09-023-267/+0
* | Remove deprecated hashes MD2, HAS-160, and RIPEMD-128Jack Lloyd2016-09-021-35/+0
|/
* DLIES test tweaksJack Lloyd2016-08-281-245/+78
* Use Botan's interpretation of P-521 ECDSA zero padding for nowJack Lloyd2016-08-271-1/+5
* Add tests with a message hash that contains leading zerosDaniel Neus2016-08-265-0/+50
* Added ecdsa_keygen for frp256v1Simon Cogliani2016-08-011-2/+1
* Added test vectors ecdsa_rfc6979 for frp256v1Simon Cogliani2016-08-011-0/+22
* Added test vectors ecdh_kat and ecdh_keygen for frp256v1Simon Cogliani2016-07-311-0/+101
* Added test vectors ecc point multiplication for frp256v1Simon Cogliani2016-07-241-0/+209
* Merge GH #541 More ECIES testsJack Lloyd2016-07-191-28/+175
|\
| * add more ECIES testsDaniel Neus2016-07-191-28/+175
* | Add test vectors for RSA-KEM/KDF1René Korthaus2016-07-181-3/+129
|/
* DLIES reworkDaniel Neus2016-07-131-30/+970
* Merge GH #504 Add ECKCDSAJack Lloyd2016-06-201-0/+29
|\
| * Add ECKCDSA signature algorithmRené Korthaus2016-06-141-0/+29
* | Merge GH #483 Add ECIES and KDF1 from ISO 18033Jack Lloyd2016-06-202-0/+192
|\ \ | |/ |/|
| * ecies review change: add missing ciphertext to test vectorsPhilipp Weber2016-05-231-2/+2
| * add ecies implementation according to iso-18033Philipp Weber2016-04-272-0/+192
* | Add support probabilistic DSA & ECDSARené Korthaus2016-05-084-0/+2656
|/
* Add ECGDSARené Korthaus2016-04-191-0/+98
* Use rejection sampling in BigInt::random_integerJack Lloyd2016-03-161-5/+2
* Add ECDH via OpenSSLJack Lloyd2016-01-041-50/+50
* Add some more secp256k1 point mult testsJack Lloyd2016-01-031-0/+184
* Add ECDH testsJack Lloyd2016-01-031-0/+508
* Fix PointGFp multiplication bugJack Lloyd2016-01-031-1/+1054
* Add generalized KEM interfaceJack Lloyd2015-12-261-0/+25
* Update and consolidate the test framework.Jack Lloyd2015-11-112-18/+18
* McEliece cleanupsJack Lloyd2015-09-291-0/+58
* Add Brainpool and secp160r1 ECDSA testslloyd2015-01-051-0/+151
* Add Curve25519 based on curve25519-donna by Adam Langley.lloyd2014-12-271-0/+79
* Implement RFC 6979 determinstic signatures for DSA and ECDSA.lloyd2014-12-102-160/+234
* Add some secp256k1 KATs and a randomized ECC test suggested inlloyd2014-10-101-0/+21
* Split up test vectors into per-algo files and app into botan-test forlloyd2014-01-1012-0/+2476