aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/data
Commit message (Expand)AuthorAgeFilesLines
* Merge GH #497 Add StreamCipher::seek and implementation for ChaChaJack Lloyd2016-06-181-0/+506
|\
| * Adding StreamCipher::seek interface, supporting seek in ChaCha, and also addi...SimCog2016-06-181-0/+506
* | Merge GH #495 Add label argument to KDF::derive_keyJack Lloyd2016-06-174-5517/+4489
|\ \ | |/ |/|
| * pycryptodome generated test vectors for SP800-56CKai Michaelis2016-05-191-120/+160
| * BouncyCastle generated test vectors for SP800-108Kai Michaelis2016-05-193-5397/+4329
* | Merge GH #489 Add support probabilistic DSA & ECDSAJack Lloyd2016-06-074-0/+2656
|\ \
| * | Add support probabilistic DSA & ECDSARené Korthaus2016-05-084-0/+2656
| |/
* / Fix GCM counter incrementJack Lloyd2016-05-231-0/+23
|/
* Merge GH #481 Add NIST SP800-108 & 56c KDFsJack Lloyd2016-04-214-0/+5640
|\
| * NIST SP800-108 & 56cKai Michaelis2016-04-204-0/+5640
* | Add ECGDSARené Korthaus2016-04-191-0/+98
|/
* Add support for ChaCha(12)Jack Lloyd2016-04-091-1/+16
* Fix bug in IETF version of ChaCha20Poly1305Jack Lloyd2016-03-231-2/+33
* Use rejection sampling in BigInt::random_integerJack Lloyd2016-03-161-5/+2
* Merge GH #454 X.509 name constraintsJack Lloyd2016-03-1611-7/+193
|\
| * Changes from GH #454 reviewJack Lloyd2016-03-161-0/+0
| * X.509 Name ConstraintsKai Michaelis2016-03-1012-7/+193
* | Fix off by one in ressolJack Lloyd2016-03-151-0/+43
|/
* Add more tests for modular inverseJack Lloyd2016-02-211-0/+468
* Add tests and timings for inverse_modJack Lloyd2016-02-201-0/+21
* Split up BigInt testsJack Lloyd2016-02-1712-2600/+2160
* Fix two bugs in 1.11.27 which caused test failures.1.11.28Jack Lloyd2016-02-011-0/+5
* Fix heap overflow in ECC point multiplicationJack Lloyd2016-02-011-0/+11
* Fix (nearly) infinite loop in RESSOL (modular square root).Jack Lloyd2016-02-011-0/+13
* Blake2b: add 'abc' test vectorcynecx2016-01-261-0/+3
* Add Blake2b hash functioncynecx2016-01-261-0/+3111
* 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 NIST X509 tests to handle --data-dir and read expected results from a ...Jack Lloyd2015-12-231-0/+76
* Add all 18 Nist GCM testsSimon Warta2015-12-201-41/+122
* Update and consolidate the test framework.Jack Lloyd2015-11-1121-5505/+2847
* Disable two tests from x509test which no longer have correct dates.Jack Lloyd2015-10-261-2/+4
* Fix cert validation bugs found by x509test.Jack Lloyd2015-10-2341-0/+2553
* McEliece cleanupsJack Lloyd2015-09-291-0/+58
* Fix two crashes in the BER decoder found with afl.Jack Lloyd2015-08-0253-0/+316
* Add HKDF(SHA-512) test vectorslloyd2015-03-181-17/+51
* Convert HKDF to the normal KDF interfacelloyd2015-02-182-46/+46
* Modify interfaces of KDF and PBKDF to write output to an array, withlloyd2015-02-181-5/+5
* Add new module `ffi` which provides a plain C interface, plus a newlloyd2015-02-161-0/+21
* Add SipHashlloyd2015-01-111-0/+4
* Remove SSLv3 and handling of SSLv2 client hellos.lloyd2015-01-112-192/+0
* Add SHA-512/256lloyd2015-01-081-0/+4
* Add Brainpool and secp160r1 ECDSA testslloyd2015-01-051-0/+151
* Support the older ChaCha20Poly1305 AEAD from draft-agl-tls-chacha20poly1305-04lloyd2014-12-311-0/+8
* Add AEAD based on ChaCha20 and Poly1305 defined in draft-irtf-cfrg-chacha20-p...lloyd2014-12-291-0/+13
* Add Poly1305, based on poly1305-donna by Andrew Moon.lloyd2014-12-291-0/+323
* Support 96 bit nonces in ChaCha20 as specified in draft-irtf-cfrg-chacha20-po...lloyd2014-12-291-0/+9