aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Convert comba script to Python3Jack Lloyd2018-04-082-27/+27
* Merge GH #1528 Add sanitizer-specific optimization flagsJack Lloyd2018-04-072-2/+4
|\
| * Add sanitizer-specific optimization flagsJack Lloyd2018-04-072-2/+4
* | Merge GH #1527 Add functions getting Cipher_Mode/AEAD_Mode returning unique_ptrJack Lloyd2018-04-0720-97/+164
|\ \
| * | Work around unique_ptr conversion bug in older GCCJack Lloyd2018-04-071-1/+1
| * | Add RAII versions of get_cipher_mode and get_aeadJack Lloyd2018-04-0720-96/+163
* | | Avoid a warning when building under Clang [ci skip]Jack Lloyd2018-04-071-0/+1
| |/ |/|
* | Merge GH #1525 Allow tests to run cleanly under UbSan by defaultJack Lloyd2018-04-076-10/+21
|\ \ | |/ |/|
| * Moves UBSAN macros from test files to Test_OptionsMatthias Gierlings2018-04-074-13/+9
| * Make tests pass by default in UBSAN modeMatthias Gierlings2018-04-066-11/+26
* | Add defensive assert to buffer_insertJack Lloyd2018-04-071-0/+2
|/
* Add missing override annotations in fuzzers [ci skip]Jack Lloyd2018-04-062-2/+2
* Add pk_workfactor CLI and refactor workfactor estimator functionsJack Lloyd2018-04-052-12/+53
* Fix bug in CLI, and fix bug in CLI testsJack Lloyd2018-04-052-5/+7
* Add --provider option to sign commandJack Lloyd2018-04-051-2/+4
* Split up asm constructs to avoid miscompilationJack Lloyd2018-04-051-30/+49
* Bump version to 2.6.0-preJack Lloyd2018-04-041-1/+1
* Merge GH #1523 RSA optimizations and exponent blindingJack Lloyd2018-04-043-28/+63
|\
| * Work around a bug in MSVC lambda handlingJack Lloyd2018-04-041-1/+1
| * Update side channel doc, and update RSA blinding testJack Lloyd2018-04-041-3/+10
| * Add RSA exponent blindingJack Lloyd2018-04-042-5/+14
| * Tweak how RSA private operations are performedJack Lloyd2018-04-041-25/+44
* | Add DL_Group::monty_params_p to get Montgomery paramsJack Lloyd2018-04-042-2/+13
* | Move version.txt to src/build-dataJack Lloyd2018-04-043-2/+13
* | 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
* | Support passing an OAEP label in EME nameRené Korthaus2018-04-021-4/+5
|/
* Modify tls_server fuzzer to use callbacks interface, skip validationJack Lloyd2018-04-011-25/+63
* Update tls_client fuzzer to skip validation resultsJack Lloyd2018-04-011-15/+53
* 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
* Fix buildJack Lloyd2018-04-011-1/+1
* Fix problems with failure to build in various configurationsJack Lloyd2018-03-314-2/+10
* Merge GH #1519 Fix bugs in X.509 wildcard matchJack Lloyd2018-03-313-78/+178
|\
| * Fix bugs in wildcard matchingJack Lloyd2018-03-313-78/+178
* | 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
* | Export TLS::ExtensionJack Lloyd2018-03-311-1/+1
|/
* Search for either rst2man or rst2man.pyJack Lloyd2018-03-291-1/+20
* 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
* Minor DH optimizationJack Lloyd2018-03-281-4/+6
* Add support for XLC symbol visibility attributes [ci skip]Jack Lloyd2018-03-281-0/+3
* Avoid another problem with AltiVecJack Lloyd2018-03-281-15/+6
* Fix some Doxygen errorsJack Lloyd2018-03-285-1/+18
* Adds sanitizer support for the xlC compilerMatthias Gierlings2018-03-281-0/+6