aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | This is required by FIPS 186-4 sec B.3.2
* | 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
|/ | | | | | Currently this requires a manual reconfigure and recompilation. Not a complete fix for GH #2608 but at least a more convenient workaround.
* 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
|/ | | | | The old top level fns like scrypt are now deprecated, and we can now mark the algorithm headers as future-internal.
* 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
| |/ | | | | | | Add get_byte_var for the few cases that need a variable index
* | 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
|/ | | | Unnecessary interface since no subclass overrides this
* Merge GH #2712 Deprecate public use of argon2.hJack Lloyd2021-04-155-54/+94
|\
| * Officially deprecate argon2() and argon2.hJack Lloyd2021-04-151-1/+2
| |
| * Avoid using the bare argon2() functionJack Lloyd2021-04-153-26/+40
| |
| * Make argon2() just an inline using PasswordHash APIJack Lloyd2021-04-153-27/+52
|/
* Use auto for timers in the speed utilJack Lloyd2021-04-151-71/+71
|
* Mention PBKDF deprecationJack Lloyd2021-04-151-5/+5
|
* Deprecate pgp_s2k.hJack Lloyd2021-04-151-1/+1
| | | | | Now that RFC4880 count encoding is in a new header everything in this header is accessible via PasswordHash base class.
* Update the docs about cloneJack Lloyd2021-04-154-3/+15
|
* PBKDF1 has been removedJack Lloyd2021-04-151-1/+0
|
* Update news [ci skip]Jack Lloyd2021-04-151-0/+30
|
* Add info for 2.18.0 release [ci skip]Jack Lloyd2021-04-152-3/+25
|
* Add a hint to help output for pk_workfactor [ci skip]Jack Lloyd2021-04-151-1/+1
|
* Merge GH #2709 Avoid using deprecated PBKDF interface within the libraryJack Lloyd2021-04-084-45/+58
|\
| * Remove unused variableJack Lloyd2021-04-081-1/+0
| |
| * Avoid now-deprecated PBKDF interface within the libraryJack Lloyd2021-04-084-44/+58
| |
* | Merge GH #2708 Avoid raw pointers in TLSJack Lloyd2021-04-0810-37/+39
|\ \
| * | Avoid raw pointers in TLSJack Lloyd2021-04-0810-37/+39
| |/
* | Merge GH #2707 Add PasswordHash derive API for using AD or secret keyJack Lloyd2021-04-086-35/+81
|\ \
| * | Add derive_key variant supporting AD and secret keyJack Lloyd2021-04-086-35/+81
| |/
* / Another todoJack Lloyd2021-04-081-0/+1
|/
* Merge GH #2705 Split PBKDF headersJack Lloyd2021-04-0813-187/+281
|\
| * Add missing included needed on ClangJack Lloyd2021-04-071-0/+1
| |
| * Update the password hashing docsJack Lloyd2021-04-072-83/+107
| |
| * Move Argon2 formatting to argon2fmt moduleJack Lloyd2021-04-076-21/+58
| |
| * Move RFC 4880 encoding to rfc4880.hJack Lloyd2021-04-075-83/+115
| | | | | | | | | | This allows making pgp_s2k.h internal in the future while leaving the RFC 4880 logic available.
* | Merge GH #2704 Add PBKDF::new_object replacing cloneJack Lloyd2021-04-084-6/+14
|\ \
| * | Add PBKDF2::new_objectJack Lloyd2021-04-074-6/+14
| |/
* | Merge GH #2703 Avoid raw pointers in cipher codeJack Lloyd2021-04-0826-98/+117
|\ \ | |/ |/|
| * Fix CommonCrypto declJack Lloyd2021-04-071-1/+1
| |
| * Avoid clone in xmss_hashJack Lloyd2021-04-071-1/+1
| |
| * Avoid clone in XTSJack Lloyd2021-04-071-1/+1
| |