aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Allow the caller to specify the serial number of a generated certJack Lloyd2018-03-141-1/+6
|/
* Fix error in FPE_FE1Jack Lloyd2018-03-101-0/+6
* Minor tweaks for coverageJack Lloyd2018-03-101-0/+5
* Add a test of ECC encoding optionsJack Lloyd2018-03-101-0/+47
* Add PointGFp::encode as replacement for EC2OSPJack Lloyd2018-03-103-21/+31
* Lookup EC curves via name instead of OIDJack Lloyd2018-03-101-3/+3
* Add mixed (J+A) point addition, new scalar mul for base pointsJack Lloyd2018-03-081-9/+17
* Fix test if OpenSSL provider enabled.Jack Lloyd2018-03-061-1/+1
* Slight improvements in filter test coverageJack Lloyd2018-03-061-4/+23
* Add test that invalid hash function param strings cause errorsJack Lloyd2018-03-061-1/+54
* Add longer tests for SHA-224 and SHA-512-256Jack Lloyd2018-03-062-0/+7
* Add longer test vector of Parallel hashJack Lloyd2018-03-061-0/+2
* Increase sample count in random_integer Chi-square testJack Lloyd2018-03-061-1/+1
* Replace BigInt::random_integer test with a Chi-square testJack Lloyd2018-03-062-41/+62
* Fix ASN1 printer testJack Lloyd2018-03-051-2/+2
* Allow decoding ASN.1 OID 0.0Jack Lloyd2018-03-054-1/+191
* Support decoding of ECC groups with seed parameterJack Lloyd2018-03-042-0/+27
* Merge GH #1470 Use soft fail for OCSPJack Lloyd2018-03-042-1/+69
|\
| * OCSP softfail revocation checkMathieu Souchaud2018-03-012-1/+69
* | Fix timing_test namesJack Lloyd2018-03-041-0/+0