aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add a Montgomery exponentiation that takes variable timeJack Lloyd2018-04-093-7/+52
* Remove redundant access specifierJack Lloyd2018-04-091-1/+0
* Fix incorrect macro checkJack Lloyd2018-04-091-2/+2
* Remove extra trailing ;Jack Lloyd2018-04-091-1/+1
* Fix bug that broke session decryption (and thus resumption)Jack Lloyd2018-04-093-1/+55
* Add a data file for RISC-V 64Jack Lloyd2018-04-091-0/+1
* Fix off by one when decoding TLS-CBC ciphertextsJack Lloyd2018-04-096-28/+196
* Fix interop bug in TLS serverJack Lloyd2018-04-083-0/+33
* Square is always positiveJack Lloyd2018-04-081-0/+1
* Rename test data file to match the test nameJack Lloyd2018-04-082-1/+1
* Add BigInt::square plus a speed test for BigInt multiplyJack Lloyd2018-04-084-8/+72
* 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