aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/data
Commit message (Expand)AuthorAgeFilesLines
* add some basic charset testsDaniel Neus2016-07-251-0/+41
* Merge asm into single mp_madd.h and mp_asmi.h filesJack Lloyd2016-07-212-0/+8
* improve parallel hash tests + memory leak fixDaniel Neus2016-07-201-0/+4
* Merge GH #541 More ECIES testsJack Lloyd2016-07-191-28/+175
|\
| * add more ECIES testsDaniel Neus2016-07-191-28/+175
* | Merge GH #520 RNG changesJack Lloyd2016-07-182-520/+6023
|\ \
| * | Remove useless L param from X9.31 test vector fileJack Lloyd2016-07-171-515/+4
| * | Switch to HMAC_DRBG for all RNG generation.Jack Lloyd2016-07-171-5/+6019
* | | Add test vectors for RSA-KEM/KDF1René Korthaus2016-07-181-3/+129
| |/ |/|
* | Merge GH #533 DLIES changesJack Lloyd2016-07-171-30/+970
|\ \
| * | DLIES reworkDaniel Neus2016-07-131-30/+970
| |/
* / Add test vectors for KDF1/ISO18033René Korthaus2016-07-151-0/+24
|/
* Merge GH #531 Add AES/CBC/CTS tests from RFC 3962Jack Lloyd2016-07-111-0/+32
|\
| * Add test vectors for AES-CBC-CS3 aka AES/CBC/CTS from RFC 3962René Korthaus2016-07-111-0/+32
* | Add test vectors for block cipher padding modesRené Korthaus2016-07-111-0/+83
|/
* 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
|\ \
| * \ Merge remote-tracking branch 'remotes/origin/master' into eciesPhilipp Weber2016-05-301-0/+23
| |\ \
| * | | 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
* | | | 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