aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests
Commit message (Expand)AuthorAgeFilesLines
* Various minor ECC optimizationsJack Lloyd2018-04-131-0/+32
* Merge GH #1537 Add missing XMSS signature length checkJack Lloyd2018-04-122-1/+162
|\
| * Adds missing XMSS signature length check.Matthias Gierlings2018-04-122-1/+162
* | Add missing override [ci skip]Jack Lloyd2018-04-121-1/+1
* | Allow year up to 2200 in ASN1 time objectsJack Lloyd2018-04-122-1/+81
|/
* Fix the botan-test --verbose flag, which did nothingJack Lloyd2018-04-119-24/+30
* Merge GH #1533 Use mkstemp for temp files in testsJack Lloyd2018-04-113-1/+42
|\
| * Move mkstemp to Test::temp_file_nameJack Lloyd2018-04-113-8/+40
| * Use mkstemp(3) to create file for test.Alexander Bluhm2018-04-101-1/+10
* | Add EC_Group::a_is_zeroJack Lloyd2018-04-111-0/+5
* | Add missing overrideJack Lloyd2018-04-091-1/+1
|/
* Fix incorrect macro checkJack Lloyd2018-04-091-2/+2
* Fix bug that broke session decryption (and thus resumption)Jack Lloyd2018-04-092-0/+54
* Fix off by one when decoding TLS-CBC ciphertextsJack Lloyd2018-04-092-0/+163
* Rename test data file to match the test nameJack Lloyd2018-04-082-1/+1
* Merge GH #1527 Add functions getting Cipher_Mode/AEAD_Mode returning unique_ptrJack Lloyd2018-04-074-16/+16
|\
| * Add RAII versions of get_cipher_mode and get_aeadJack Lloyd2018-04-074-16/+16
* | Avoid a warning when building under Clang [ci skip]Jack Lloyd2018-04-071-0/+1
* | Moves UBSAN macros from test files to Test_OptionsMatthias Gierlings2018-04-074-13/+9
* | Make tests pass by default in UBSAN modeMatthias Gierlings2018-04-065-11/+22
|/
* Merge GH #1523 RSA optimizations and exponent blindingJack Lloyd2018-04-041-3/+10
|\
| * Update side channel doc, and update RSA blinding testJack Lloyd2018-04-041-3/+10
* | Run ECC unit tests across all groups where applicableJack Lloyd2018-04-032-313/+154
|/
* Merge GH #1520 Add Test_Options class to test frameworkJack Lloyd2018-04-025-163/+115
|\
| * Add Test_Options classJack Lloyd2018-04-025-163/+115
* | Add a test vector for OAEP labelRené Korthaus2018-04-021-0/+7
|/
* Fix some tests that would fail after 2033Jack Lloyd2018-04-012-23/+30
* Fix validation tests - test certs had expiredJack Lloyd2018-04-011-1/+6
* Merge GH #1519 Fix bugs in X.509 wildcard matchJack Lloyd2018-03-312-1/+71
|\
| * Fix bugs in wildcard matchingJack Lloyd2018-03-312-1/+71
* | Skip OCSP softfail check here since OCSP doesn't work without threadsJack Lloyd2018-03-311-0/+2
* | Add --avoid-undefined optionJack Lloyd2018-03-318-18/+45
|/
* Fix test when EMSA1 not compiled in [ci skip]Jack Lloyd2018-03-291-0/+4
* Add new test option --abort-on-first-failJack Lloyd2018-03-286-25/+42
* Prevent test loop from being potentially unbounded [ci skip]Jack Lloyd2018-03-281-1/+1
* Improve test of cycle counter to avoid bogus failuresJack Lloyd2018-03-281-15/+8
* Add a reproducer for OSS-Fuzz 7156Jack Lloyd2018-03-273-2/+42
* Fix sanitizer issue in DL_Group testsJack Lloyd2018-03-251-1/+1
* Fix some corner cases for small values in power_modJack Lloyd2018-03-241-2/+2
* Revamp GOST-34.10 testsJack Lloyd2018-03-213-39/+65
* Merge GH #1503 Support mixed hashes in OAEPJack Lloyd2018-03-214-1/+187
|\
| * Support "mixed" OAEP hashesJack Lloyd2018-03-214-1/+187
* | Avoid Padding= directive in test files prefer headerJack Lloyd2018-03-214-580/+234
|/
* Change DSA behavior similarlyJack Lloyd2018-03-212-0/+49
* Shift ECDSA inputs to match OpenSSL behaviorJack Lloyd2018-03-212-0/+89
* Support Ed25519 certificate formatJack Lloyd2018-03-201-1/+1
* Avoid calling run() on SIMD tests if SIMD instructions not available.Jack Lloyd2018-03-171-1/+6
* Catch exceptions by reference not valueJack Lloyd2018-03-163-4/+4
* Merge GH #1492 Support custom DN entriesJack Lloyd2018-03-141-4/+82
|\
| * Support custom DN entriesJack Lloyd2018-03-141-4/+82