aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests
Commit message (Expand)AuthorAgeFilesLines
* Add support for Intel SHA-1/SHA-2 instructionsJack Lloyd2017-05-193-1/+5
* Merge GH #1051 Extensions for PKCSv1.5 signature formattingJack Lloyd2017-05-192-0/+35
|\
| * Add botan_pkcs_hash_id to FFIJack Lloyd2017-05-182-0/+35
* | Merge GH #1044 Handle IV carryover in CBC, CFB, and stream ciphersJack Lloyd2017-05-193-8/+205
|\ \ | |/ |/|
| * Handle IV carryover in CBC, CFB, and stream ciphersJack Lloyd2017-05-133-8/+205
* | Fix botan_privkey_load_rsa misleading parameter names.Daniel Wyatt2017-05-131-1/+1
|/
* Merge GH #1040 Add SP800-56A KDFJack Lloyd2017-05-061-0/+2893
|\
| * 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 #1036 Add FFI botan_hash_block_sizeJack Lloyd2017-05-031-0/+5
|\ \
| * | Add FFI botan_hash_block_size.Daniel Wyatt2017-04-301-0/+5
| |/
* | Merge GH #1035 Support generating RSA keys with OpenSSLJack Lloyd2017-05-034-95/+115
|\ \
| * | Generate private RSA key with OpenSSL.Alexander Bluhm2017-04-304-95/+115
| |/
* | Fix some ugly line breaks from #980 in test_ffiJack Lloyd2017-05-031-25/+26
* | Reformat code with astyle + fix code styleTomasz Frydrych2017-05-0171-1320/+1904
|/
* Show OpenSSL error messages if test fails.Alexander Bluhm2017-04-281-0/+10
* 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-272-66/+91
|\ \
| * | Implement cipher modes with OpenSSL.Alexander Bluhm2017-04-252-66/+91
* | | Merge GH #1017 Complete wildcard handling for X.509 certificatesJack Lloyd2017-04-272-0/+94
|\ \ \
| * | | Complete wildcard handling for X.509 certificatesRené Korthaus2017-04-202-0/+94
* | | | Merge GH #1027 Add error return to botan_mp_to_strJack Lloyd2017-04-271-0/+3
|\ \ \ \
| * | | | Add explicit return to FFI botan_mp_to_str.Daniel Wyatt2017-04-261-0/+3
| | |/ / | |/| |
* / | | In text-based tests clear all data if algo changesJack Lloyd2017-04-271-0/+1
|/ / /
* | | Filter provider in test loops, skip text based without provider.Alexander Bluhm2017-04-218-22/+48
* | | Run tests for a specific provider.Alexander Bluhm2017-04-213-2/+48
|/ /
* | Merge GH #1006 Fix FFI cipher interface (see also GH #1003)Jack Lloyd2017-04-151-65/+205
|\ \
| * | Add tests of GCM and CTR modeJack Lloyd2017-04-141-64/+205
| * | Fix FFI cipher interfaceJack Lloyd2017-04-141-11/+10
* | | Support for ElGamal in FFI interfaceKrzysztof Kwiatkowski2017-04-141-0/+76
|/ /
* | Merge GH #989 Avoid recursion in BER_Decoder::get_next_objectJack Lloyd2017-04-131-0/+67
|\ \ | |/ |/|
| * Add test for OSS-Fuzz 813Jack Lloyd2017-04-131-0/+67
* | fix missing flush in DataSink_Stream::end_msgPhilippe Lieser2017-04-101-0/+27
|/
* Add another AES-128 CFB testJack Lloyd2017-04-081-0/+6
* Merge GH #966 Add SM3 hash functionJack Lloyd2017-04-051-0/+423
|\
| * Add more SM3 hash test data.Daniel Wyatt2017-04-031-0/+417
| * Add SM3 hash functionDaniel Wyatt2017-04-031-0/+6
* | Merge GH #978 Fix bad read in X509 DN comparisons (CVE-2017-2801)Jack Lloyd2017-04-043-0/+70
|\ \
| * | Fix X509 DN comparisonsJack Lloyd2017-04-043-0/+70
* | | Merge GH #900 Add ability to search by X509 DN hashJack Lloyd2017-04-042-193/+328
|\ \ \
| * | | Add tests for find_cert_by_raw_subject_dn_sha256Nuno Goncalves2017-04-041-1/+43
| * | | Refactor test_certstor.cpp to prepare for adding testsNuno Goncalves2017-04-041-147/+181
| * | | Format with astyle before major changesNuno Goncalves2017-04-031-30/+32
| * | | Add unit tests for X509 hash methods:Nuno Goncalves2017-04-031-0/+56
| * | | Refactor and modernize files to be editedNuno Goncalves2017-04-031-45/+46
| | |/ | |/|
* | | Add block cipher interface to C APIJack Lloyd2017-04-041-0/+37
| |/ |/|
* | Merge GH #885 Change HMAC_DRBG::security_level to match NIST SP800-90AJack Lloyd2017-04-041-8/+36
|\ \
| * | Follow NIST SP 800-57 for HMAC_DRBG security levelRené Korthaus2017-04-031-0/+26