aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix cast for ICC cpuid (GH #2748)Jack Lloyd2021-05-211-4/+1
* Fix a compilation problem with ICC (GH #2748)Jack Lloyd2021-05-211-6/+1
* Derive Cipher_Mode::authenticated via tag_sizeJack Lloyd2021-05-202-3/+1
* Merge GH #2747 Remove OpenMP supportJack Lloyd2021-05-206-25/+1
|\
| * Remove OpenMP supportJack Lloyd2021-05-196-25/+1
* | Revert use of new safegcd bounds functionJack Lloyd2021-05-192-5/+5
* | Add missing limits includeJack Lloyd2021-05-191-0/+1
|/
* Test gcd in both directionsJack Lloyd2021-05-191-2/+4
* Add gcd results to speed cliJack Lloyd2021-05-191-2/+6
* When a test fails dump all of the keysJack Lloyd2021-05-191-3/+9
* DES doesn't use BMI2 anymoreJack Lloyd2021-05-191-2/+0
* Add 2.18.1 release notesJack Lloyd2021-05-091-0/+25
* Update news3.0.0-alpha0Jack Lloyd2021-05-091-0/+11
* Merge GH #2738 Fix name constraint bugsJack Lloyd2021-05-0912-15/+371
|\
| * Fix name constraint applicationJack Lloyd2021-05-085-6/+135
| * Name constraint fixesJack Lloyd2021-05-089-9/+236
* | Minor updates to the side channels doc [ci skip]Jack Lloyd2021-05-071-2/+3
|/
* Avoid early return from mem_pool fuzzerJack Lloyd2021-05-051-3/+1
* Remove redundant codeJack Lloyd2021-05-051-39/+22
* Merge GH #2734 Some MP header cleanupsJack Lloyd2021-05-0214-260/+186
|\
| * Avoid LGTM warningJack Lloyd2021-05-011-1/+3
| * Use bigint_sub3 here instead of word_subJack Lloyd2021-05-011-5/+1
| * Disable word_sub bypass for unrolled Montgomery redcJack Lloyd2021-05-012-25/+4
| * More mp header cleanupsJack Lloyd2021-05-0111-79/+50
| * Consolidate mp_madd.h into mp_asmi.hJack Lloyd2021-05-015-151/+129
* | Merge GH #2733 Change CT::copy_output semanticsJack Lloyd2021-05-023-23/+92
|\ \
| * | Change CT::copy_output semanticsJack Lloyd2021-04-293-23/+92
| |/
* | Merge GH #2731 Fix sstream formatting issues (see #2730)Jack Lloyd2021-05-027-26/+67
|\ \ | |/ |/|
| * Add a test of OID::to_stringJack Lloyd2021-04-271-0/+36
| * Fix sstream usageJack Lloyd2021-04-276-26/+31
* | Correct typoes in change logJack Lloyd2021-04-281-2/+2
* | Test both issuer and subject DNs for RDN SET testJack Lloyd2021-04-281-1/+3
* | Rephrase the C++ version bump in the change log [ci skip]Jack Lloyd2021-04-281-2/+2
|/
* Merge GH #2730 Fix OID::to_string to avoid locale-specific behaviorJack Lloyd2021-04-261-0/+1
|\
| * Fix #2237 forcing OID::to_string to use C locale, avoiding thousand separator...Leonardo Backes Vargas2021-04-261-0/+1
|/
* Update newsJack Lloyd2021-04-251-0/+3
* Check off a todoJack Lloyd2021-04-251-1/+0
* Merge GH #2726 Add support for IRTF hash to curveJack Lloyd2021-04-2515-5/+739
|\
| * Implement draft-irtf-cfrg-hash-to-curveJack Lloyd2021-04-2515-5/+739
* | Merge GH #2725 Modify BigInt constructorsJack Lloyd2021-04-2537-145/+218
|\ \
| * | Modify BigInt constructorsJack Lloyd2021-04-2437-145/+218
| |/
* | Merge GH #2728 Clean up visibility issuesJack Lloyd2021-04-254-31/+31
|\ \
| * | Clean up some visibility issuesJack Lloyd2021-04-254-31/+31
| |/
* | Merge GH #2727 Tighten GH Actions scopeJack Lloyd2021-04-251-0/+4
|\ \ | |/ |/|
| * Tighten GH actions scopeJack Lloyd2021-04-241-0/+4
|/
* Merge GH #2722 In RSA keygen require p, q differ by large rangeJack Lloyd2021-04-241-4/+13
|\
| * Don't loop forever if the RSA keygen rng is badJack Lloyd2021-04-211-1/+4
| * In RSA keygen require that p and q differ by a wide rangeJack Lloyd2021-04-211-4/+10
* | Merge GH #2723 Allow disabling thread pool at runtime via env varJack Lloyd2021-04-243-11/+60
|\ \ | |/ |/|
| * Allow disabling the thread pool at runtime via env variableJack Lloyd2021-04-213-11/+60
|/