aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests
Commit message (Expand)AuthorAgeFilesLines
* Complete wildcard handling for X.509 certificatesRené Korthaus2017-04-202-0/+94
* 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
| * | Change security_strength of HMAC_DRBGRené Korthaus2017-04-031-8/+10
| |/
* | Merge GH #965 Various code cleanupsJack Lloyd2017-04-045-9/+6
|\ \
| * | Content:Tomasz Frydrych2017-04-035-9/+6
| |/
* | Merge GH #964 Add various useful FFI functions for public key cryptoJack Lloyd2017-04-042-0/+130
|\ \ | |/ |/|
| * Implement botan_pubkey_loadJack Lloyd2017-04-031-1/+6
| * Fix botan_privkey_create if the desired algorithm was not available in buildJack Lloyd2017-04-032-1/+20
| * Add generic getters for PK parameters in C interfaceJack Lloyd2017-04-021-0/+106
* | Merge GH #961 Add some more BigInt functions to C APIJack Lloyd2017-04-021-0/+50
|\ \ | |/ |/|
| * Add some more useful bigint functions to C interfaceJack Lloyd2017-03-311-0/+50
* | Merge GH #960 Check name of test suite.Jack Lloyd2017-04-021-0/+11
|\ \
| * | Check name of test suite.Alexander Bluhm2017-03-311-0/+11
| |/
* / Print test name before running test.Alexander Bluhm2017-03-311-0/+1
|/
* Build fixJack Lloyd2017-03-291-1/+1
* Fix RSA blinding testJack Lloyd2017-03-291-5/+7
* Fix final RSA blinding testJack Lloyd2017-03-291-4/+5
* Add missing override annotationJack Lloyd2017-03-291-1/+1
* Add --test-runs option to test binaryJack Lloyd2017-03-291-5/+9
* Merge GH #879 Fix rsa_blinding tests and add one more testJack Lloyd2017-03-291-3/+46
|\
| * Fix rsa_blinding tests if emsa_raw is missing and add tests for rsa_blinding ...Daniel Neus2017-02-161-3/+46
* | Merge GH #899 Add ability to specify iterations when encrypting a private keyJack Lloyd2017-03-291-20/+8
|\ \
| * | Add ability to specify iterations when encrypting a private keyJack Lloyd2017-02-261-20/+8
* | | Merge GH #946 Expose multiple precision integers in C interfaceJack Lloyd2017-03-291-7/+226
|\ \ \
| * | | Expose BigInt API subset to C APIJack Lloyd2017-03-281-7/+226
* | | | Remove old timing test suiteJack Lloyd2017-03-287-0/+51
|/ / /
* | | Merge GH #944 Add check_key to C APIJack Lloyd2017-03-281-0/+3
|\ \ \
| * | | Expose PK::check_key functions in C interfaceJack Lloyd2017-03-271-0/+3
* | | | Avoid long tests for each bcrypt passwordJack Lloyd2017-03-241-2/+22