aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update newsJack Lloyd2018-04-091-2/+2
* Fix off by one when decoding TLS-CBC ciphertextsJack Lloyd2018-04-096-28/+196
* Update newsJack Lloyd2018-04-081-0/+6
* 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-073-3/+20
|\
| * Add sanitizer-specific optimization flagsJack Lloyd2018-04-073-3/+20
* | Merge GH #1527 Add functions getting Cipher_Mode/AEAD_Mode returning unique_ptrJack Lloyd2018-04-0721-98/+165
|\ \
| * | Work around unique_ptr conversion bug in older GCCJack Lloyd2018-04-071-1/+1
| * | Update docs [ci skip]Jack 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-077-10/+26
|\ \ | |/ |/|
| * Moves UBSAN macros from test files to Test_OptionsMatthias Gierlings2018-04-074-13/+9
| * Make tests pass by default in UBSAN modeMatthias Gierlings2018-04-067-11/+31
* | Add defensive assert to buffer_insertJack Lloyd2018-04-071-0/+2
|/
* Fix quoting [ci skip]Jack Lloyd2018-04-061-1/+1
* 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
* Update news [ci skip]Jack Lloyd2018-04-051-0/+3
* 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
* Fix ReST formattingJack Lloyd2018-04-041-2/+4
* Bump version to 2.6.0-preJack Lloyd2018-04-042-1/+10
* Merge GH #1523 RSA optimizations and exponent blindingJack Lloyd2018-04-044-29/+68
|\
| * Work around a bug in MSVC lambda handlingJack Lloyd2018-04-041-1/+1
| * Update side channel doc, and update RSA blinding testJack Lloyd2018-04-042-4/+15
| * 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-044-3/+4
* | Fix quotingJack Lloyd2018-04-031-2/+2
* | Run ECC unit tests across all groups where applicableJack Lloyd2018-04-032-313/+154
* | Fix quotingJack Lloyd2018-04-031-3/+3
|/
* Merge GH #1520 Add Test_Options class to test frameworkJack Lloyd2018-04-025-163/+115
|\
| * Add Test_Options classJack Lloyd2018-04-025-163/+115
* | Merge GH #1508 Support labels in OAEPJack Lloyd2018-04-022-4/+12
|\ \
| * | 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
| |/
* / Update for 2.5.0 release2.5.0Jack Lloyd2018-04-022-4/+4
|/
* 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