aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix headers for mini buildsJack Lloyd2018-03-271-2/+8
* Fix carry bugs introduced in 8a7559e4f8adJack Lloyd2018-03-272-22/+23
* Add a reproducer for OSS-Fuzz 7156Jack Lloyd2018-03-273-2/+42
* Fix timing_test cli with minimized buildsJack Lloyd2018-03-271-1/+3
* Add --enable-sanitizers= flag to specify which sanitizers to useJack Lloyd2018-03-272-6/+15
* Support other list args in argument parserJack Lloyd2018-03-271-5/+4
* Add back posix_mlock flagJack Lloyd2018-03-2614-1/+20
* Fix sanitizer issue in DL_Group testsJack Lloyd2018-03-251-1/+1
* Deprecated declarations should be error in maintainer modeJack Lloyd2018-03-252-2/+2
* Handle some corner cases in ECC multJack Lloyd2018-03-253-5/+19
* In Barrett avoid creating an unnecessary tempJack Lloyd2018-03-251-4/+4
* Add some options to tls_client cli to control trusted CAsJack Lloyd2018-03-242-15/+28
* Extend Certificate_Store_In_Memory to load just a single cert from fileJack Lloyd2018-03-241-3/+9
* Bypass self-signed check in X509_Certificate if AKID and SKID are setJack Lloyd2018-03-241-12/+17
* Fix some corner cases for small values in power_modJack Lloyd2018-03-242-3/+17
* Add warning commentJack Lloyd2018-03-221-0/+6
* Tiny optimization in Montgomery inverseJack Lloyd2018-03-221-1/+1
* Improve modular inverse speed testsJack Lloyd2018-03-221-34/+30
* Add back mul/sqr to CurveGFp [ci skip]Jack Lloyd2018-03-221-0/+10
* Default to horizontal dot graphSimon Warta2018-03-221-1/+2
* Fix call to ModuleInfo.dependencies in show_dependencies.pySimon Warta2018-03-221-2/+2
* Cleanup some code style warnings in show_dependencies.pySimon Warta2018-03-221-4/+5
* Revamp GOST-34.10 testsJack Lloyd2018-03-214-45/+66
* Add EC_Group::random_scalarJack Lloyd2018-03-218-6/+16
* Remove bogus -1 from DSA key generationJack Lloyd2018-03-211-1/+1
* Merge GH #1504 Store DN entries in a vectorJack Lloyd2018-03-215-72/+78
|\
| * Avoid creating a map from a DN when not requiredJack Lloyd2018-03-215-14/+20
| * Store elements of a DN as a vectorJack Lloyd2018-03-212-59/+59
* | Merge GH #1503 Support mixed hashes in OAEPJack Lloyd2018-03-219-15/+233
|\ \ | |/ |/|
| * Throw Lookup_Error here for benefit of testsJack Lloyd2018-03-211-2/+2
| * Support "mixed" OAEP hashesJack Lloyd2018-03-215-3/+204
| * Mixed mode OAEPJack Lloyd2018-03-213-10/+27
* | Avoid Padding= directive in test files prefer headerJack Lloyd2018-03-214-580/+234
|/
* Merge GH #1502 Fix (EC)DSA when using hashes longer than group orderJack Lloyd2018-03-219-6/+165
|\
| * Change DSA behavior similarlyJack Lloyd2018-03-213-2/+51