aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/data
Commit message (Expand)AuthorAgeFilesLines
* Support arbitrary hashes for SM2 signaturesJack Lloyd2017-09-061-0/+1
* Simplify polynomial doubling codeJack Lloyd2017-09-051-0/+13
* Support a negative base in power_modJack Lloyd2017-09-021-0/+22
* Add a script for running TLS-Attacker, remove old shell scriptsJack Lloyd2017-09-021-0/+29
* Remove hard-coded fuzz testsJack Lloyd2017-08-2555-327/+0
* Use correct padding mode in ARIA CBC testJack Lloyd2017-08-231-1/+1
* Cleanup ARIAJack Lloyd2017-08-231-3/+10
* Add missing ARIA test vectors (GH #1004)Jeffrey Walton2017-08-231-0/+35
* Add is_passhash9_alg_supported()René Korthaus2017-08-191-0/+1
* More ECDSA Raw(hash) testsJack Lloyd2017-08-161-0/+17
* Allow signature using `Raw(hashname)`Jack Lloyd2017-08-152-0/+40
* Merge GH #1151 Add SHACAL2Jack Lloyd2017-08-151-0/+4097
|\
| * Add SHACAL2 in generic SIMDJack Lloyd2017-08-131-0/+14
| * Add SHACAL2Jack Lloyd2017-08-131-0/+4083
* | Improve polynomial doubling code, move to utilJack Lloyd2017-08-151-0/+240
|/
* Fix issue signing an ECDSA hash of all-zeros (GH #1143)Jack Lloyd2017-08-072-0/+31
* Merge GH #1142 Add SM2 encryption schemeJack Lloyd2017-08-071-0/+14
|\
| * Add SM2 encryption schemeJack Lloyd2017-08-041-0/+14
* | Merge GH #1114 Add Streebog hash (GOST 34.11-2012)Jack Lloyd2017-08-071-0/+796
|\ \ | |/ |/|
| * Add Streebog hash (GOST R 34.11-2012).Daniel Wyatt2017-08-041-0/+796
| * Add ChaCha_RNGJack Lloyd2017-07-311-0/+129
* | Refactor stateful RNG tests to cover both HMAC_DRBG and ChaCha_RNGJack Lloyd2017-08-031-0/+0
* | Add ChaCha_RNGJack Lloyd2017-08-031-0/+129
|/
* Add SM2 signature schemeJack Lloyd2017-06-292-0/+19
* Add SM4 block cipherJack Lloyd2017-06-161-0/+9
* Update OCB ref to RFC, and add new test vectorsJack Lloyd2017-06-121-0/+98
* 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
* Avoid infinite loop in PGP-S2KJack Lloyd2017-05-291-0/+5
* Add (back) OpenPGP-S2KJack Lloyd2017-05-271-0/+67
* Merge GH #1054 Add HOTP and TOTP algorithmsJack Lloyd2017-05-222-0/+146
|\
| * Add HOTP (RFC 4226) and TOTP (RFC 6238)Jack Lloyd2017-05-192-0/+146
* | Merge GH #844 Add support for ARMv8 SHA instructionsJack Lloyd2017-05-222-2/+389
|\ \
| * | Small cleanups for ARM SHA codeJack Lloyd2017-05-201-0/+387
| * | Add SHA-256 using ARMv8 instructionsJack Lloyd2017-05-202-2/+2
| |/
* | Merge GH #1053 Fix path length constraint checking (GH #991)Jack Lloyd2017-05-2111-0/+198
|\ \ | |/ |/|
| * fix pathLenConstraint validationDaniel Neus2017-05-1911-0/+198
* | Add support for Intel SHA-1/SHA-2 instructionsJack Lloyd2017-05-192-1/+3
* | Merge GH #1051 Extensions for PKCSv1.5 signature formattingJack Lloyd2017-05-191-0/+8
|\ \
| * | Add botan_pkcs_hash_id to FFIJack Lloyd2017-05-181-0/+8
| |/
* / Handle IV carryover in CBC, CFB, and stream ciphersJack Lloyd2017-05-131-0/+5
|/
* KDF SP800-56A: Add test vectors with 0 length salt to improve coverageKrzysztof Kwiatkowski2017-05-031-0/+60
* Add vectors for HMAC backed SP800-56A KDFKrzysztof Kwiatkowski2017-05-031-2/+1417
* Adds KDF based on SP 800-56A. Currently it is revision 1 (alternative 1). It ...Krzysztof Kwiatkowski2017-05-031-0/+1418
* Merge GH #1000 Support seeking in CTR modeJack Lloyd2017-04-271-0/+2810
|\
| * add test sets for CTR-BE(***)René Meusel2017-04-131-0/+2810
* | Merge GH #1022 Support CBC ciphers via OpenSSLJack Lloyd2017-04-271-0/+7
|\ \
| * | Implement cipher modes with OpenSSL.Alexander Bluhm2017-04-251-0/+7
| |/
* / Complete wildcard handling for X.509 certificatesRené Korthaus2017-04-201-0/+66
|/
* Add another AES-128 CFB testJack Lloyd2017-04-081-0/+6