aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/data
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated ciphers MARS, RC2, RC5, RC6, SAFER-SK and TEAJack Lloyd2016-09-0210-10849/+1
* Let the input arg to stream cipher test be optional.Jack Lloyd2016-09-012-96/+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
* Merge branch 'master' into frp256v1Simon Cogliani2016-07-301-0/+41
|\
| * add some basic charset testsDaniel Neus2016-07-251-0/+41
* | Added test vectors ecc point multiplication for frp256v1Simon Cogliani2016-07-241-0/+209
|/
* 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