aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Merge GH #2721 Add SHA-512 ARMv8 detection using SIGILL approachJack Lloyd2021-04-211-0/+3
|\
| * cpuid arm64, sigill detection probing via sha512su0 instruction.David CARLIER2021-04-201-0/+3
* | Merge GH #2720 Run scrypt and bcrypt-pbkdf via PasswordHashJack Lloyd2021-04-219-107/+119
|\ \ | |/ |/|
| * Run scrypt and bcrypt-pbkdf through PasswordHashJack Lloyd2021-04-199-107/+119
|/
* Merge GH #2718 Fix detection of linker flagsJack Lloyd2021-04-171-2/+8
|\
| * Fix detection of linker flags (GH #2715)Jack Lloyd2021-04-161-2/+8
* | Merge GH #2717 Have get_byte take a compile time indexJack Lloyd2021-04-1739-338/+361
|\ \
| * | Make get_byte take a compile-time constant indexJack Lloyd2021-04-1639-338/+361
| |/
* | Merge GH #2716 Ensure all Python logging uses lazy evalJack Lloyd2021-04-175-121/+126
|\ \
| * | Avoid non-lazy Python logging invocationsJack Lloyd2021-04-165-121/+126
| |/
* | Merge GH #2713 Remove MDx_HashFunction::write_countJack Lloyd2021-04-172-20/+6
|\ \ | |/ |/|
| * Remove MDx_HashFunction::write_countJack Lloyd2021-04-152-20/+6
|/