aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge GH #1506 Improve output of dependencies display script [ci skip]Jack Lloyd2018-03-221-7/+9
|\
| * 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
|/
* Update newsJack Lloyd2018-03-211-0/+4
* 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
| * Shift ECDSA inputs to match OpenSSL behaviorJack Lloyd2018-03-216-4/+114
* | Merge GH #1499 Add --msvc-runtime optionJack Lloyd2018-03-212-15/+47
|\ \ | |/ |/|
| * Add option to specify the MSVC runtimeJack Lloyd2018-03-212-15/+47
|/
* Remove unused variables [ci skip]Jack Lloyd2018-03-212-4/+0
* Simplify a common case BigInt constructorJack Lloyd2018-03-212-1/+13
* Add another Ed25519 helper to save a few hundred redundant linesJack Lloyd2018-03-203-301/+106
* Add some helpers for handling carries in Ed25519Jack Lloyd2018-03-204-893/+491
* Update side channel docJack Lloyd2018-03-201-29/+34
* Update news, todoJack Lloyd2018-03-202-0/+3
* Merge GH #1501 Support Ed25519 certificatesJack Lloyd2018-03-204-40/+75
|\
| * Support Ed25519 certificate formatJack Lloyd2018-03-204-40/+75
|/
* Store base point multiplies in a single std::vectorJack Lloyd2018-03-208-30/+175
* Nudge users to EC_Group::OS2ECPJack Lloyd2018-03-201-4/+10
* Support multiple DNS names through the command line interfaceJack Lloyd2018-03-193-3/+10
* Remove use of ;; to end linesJack Lloyd2018-03-195-5/+5
* Add EC_Group::clear_registered_curve_dataJack Lloyd2018-03-193-0/+23
* Cache additional values for PointGFp multi-exponentiationJack Lloyd2018-03-195-64/+103
* Avoid needless computation in base point multiplyJack Lloyd2018-03-193-33/+6
* Use a better algorithm for base point multipliesJack Lloyd2018-03-193-11/+25
* Avoid throwing out of destructorJack Lloyd2018-03-191-1/+5