- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed All Stories
All Stories
All Stories
Fri, Jan 30
Fri, Jan 30
• gniibe committed rC52d48b710470: kdf:pkdf2: Check minimum allowed key size when running in FIPS mode. (authored by tobhe).
kdf:pkdf2: Check minimum allowed key size when running in FIPS mode.
• gniibe committed rCd09d3d33c79d: kdf:pkdf2: Require longer input when FIPS mode. (authored by • gniibe).
kdf:pkdf2: Require longer input when FIPS mode.
• gniibe committed rCce0df08bbab7: random: Get maximum 32B of entropy at once in FIPS Mode (authored by Jakuje).
random: Get maximum 32B of entropy at once in FIPS Mode
• gniibe committed rC96615490c7b1: random: Extend the comment about FIPS specifics (authored by Jakuje).
random: Extend the comment about FIPS specifics
• gniibe committed rCe235f38f9b9f: tests: Reproducer for short dklen in FIPS mode (authored by Jakuje).
tests: Reproducer for short dklen in FIPS mode
build: Update gpg-error.m4.
• gniibe committed rCe7b1fbda6a9e: hmac,hkdf: Check the HMAC key length in FIPS mode. (authored by Jakuje).
hmac,hkdf: Check the HMAC key length in FIPS mode.
• gniibe committed rC5191379da3ad: build: Prefer gpgrt-config when available. (authored by • gniibe).
build: Prefer gpgrt-config when available.
• gniibe committed rC7f4fafb5564d: Revert "kdf:pkdf2: Require longer input when FIPS mode." (authored by Jakuje).
Revert "kdf:pkdf2: Require longer input when FIPS mode."
• gniibe committed rC44789af6c23b: doc: Update document for pkg-config and libgcrypt.m4. (authored by • gniibe).
doc: Update document for pkg-config and libgcrypt.m4.
pkdf2: Add checks for FIPS.
fips: Mark AES key wrapping as approved.
• gniibe committed rCfdd2a8b3329e: rsa: Prevent usage of long salt in FIPS mode (authored by Jakuje).
rsa: Prevent usage of long salt in FIPS mode
• gniibe committed rC392e0ccd25f3: fips,rsa: Prevent usage of X9.31 keygen in FIPS mode. (authored by Jakuje).
fips,rsa: Prevent usage of X9.31 keygen in FIPS mode.
• gniibe committed rCbdeea2a53e9e: t-rsa-testparm: fix 'function declaration isn’t a prototype' warning (authored by jukivili).
t-rsa-testparm: fix 'function declaration isn’t a prototype' warning
doc: Minor fix up.
• werner committed rC6b5cfc2a37a9: build: Silence libtool warnings on Windows. (authored by • werner).
build: Silence libtool warnings on Windows.
build: Fix configure.ac for strict C99.
• gniibe committed rCb1a3424e7f80: build: Fix m4 macros for strict C compiler. (authored by • gniibe).
build: Fix m4 macros for strict C compiler.
• gniibe committed rC1540698389ba: fips: Remove GCM mode from the allowed FIPS indicators. (authored by Jakuje).
fips: Remove GCM mode from the allowed FIPS indicators.
• gniibe committed rC44a3f26539f7: ecc: Do not allow skipping tests in FIPS Mode. (authored by Jakuje).
ecc: Do not allow skipping tests in FIPS Mode.
• gniibe committed rCc41d4f502f1b: ecc: Make the PCT recoverable in FIPS mode and consistent with RSA. (authored by Jakuje).
ecc: Make the PCT recoverable in FIPS mode and consistent with RSA.
• gniibe committed rCfc19b27b5439: visibility: Check FIPS operational status for MD+Sign operation. (authored by Jakuje).
visibility: Check FIPS operational status for MD+Sign operation.
• gniibe committed rC397ff085749e: kdf: Update tests in regards to the allowed parameters in FIPS mode. (authored by Jakuje).
kdf: Update tests in regards to the allowed parameters in FIPS mode.
fips: Check return value from ftell
random: Remove unused SHA384 DRBGs.
• gniibe committed rCa51f0e66842a: fips: Add explicit indicators for md and mac algorithms. (authored by tobhe).
fips: Add explicit indicators for md and mac algorithms.
• gniibe committed rC0024db5afee8: fips: Unblock MD5 in fips mode but mark non-approved in indicator. (authored by tobhe).
fips: Unblock MD5 in fips mode but mark non-approved in indicator.
fips: Fix fips indicator function.
fips: Explicitly allow only some PK flags.
doc: Document the new FIPS indicators.
• gniibe committed rC051bbe84d889: fips: Mark gcry_pk_encrypt/decrypt function non-approved. (authored by Jakuje).
fips: Mark gcry_pk_encrypt/decrypt function non-approved.
• gniibe committed rC251f1749900e: fips: Explicitly disable overriding random in FIPS mode. (authored by Jakuje).
fips: Explicitly disable overriding random in FIPS mode.
• gniibe committed rC22cb410dd445: tests: Improve test coverage for FIPS service indicators. (authored by Jakuje).
tests: Improve test coverage for FIPS service indicators.
build: Update gpg-error.m4.
• gniibe committed rCf6f345fe89b0: fips: More elaborate way of getting FIPS pk flags indicators. (authored by • gniibe).
fips: More elaborate way of getting FIPS pk flags indicators.
m4: Update gpg-error.m4.
• werner committed rC14835c5d7662: doc: Add remark that leading zeroes are stripped from printed MPIs. (authored by • werner).
doc: Add remark that leading zeroes are stripped from printed MPIs.
• gniibe committed rC4128f73d3a83: cipher: Enable the fast path to ChaCha20 only when supported. (authored by • gniibe).
cipher: Enable the fast path to ChaCha20 only when supported.
build: Allow build with -Oz.
Release 1.10.2
Post release updates
• gniibe committed rCd41177937cea: random: Use getrandom only when it's appropriate. (authored by • gniibe).
random: Use getrandom only when it's appropriate.
• werner committed rCb75a58df84a5: cipher: Fix edge case for SET_ALLOW_WEAK_KEY. (authored by • werner).
cipher: Fix edge case for SET_ALLOW_WEAK_KEY.
jukivili committed rC9b1ee0574ed9: Revert "cipher: Fix edge case for SET_ALLOW_WEAK_KEY." (authored by jukivili).
Revert "cipher: Fix edge case for SET_ALLOW_WEAK_KEY."
jukivili committed rC7cdfc869b7af: doc: add documentation for GCRYCTL_SET_ALLOW_WEAK_KEY (authored by jukivili).
doc: add documentation for GCRYCTL_SET_ALLOW_WEAK_KEY
• gniibe committed rCb863ec507dae: cipher:ecc: Fix public key computation for EdDSA. (authored by • gniibe).
cipher:ecc: Fix public key computation for EdDSA.
mpicalc: Allow for addm and subm.
• gniibe committed rC31adc78fa503: cipher:ecc: Fix an error-path to release the KEY correctly. (authored by • gniibe).
cipher:ecc: Fix an error-path to release the KEY correctly.
• gniibe committed rC297c5a47837c: cipher:pubkey: Fix non-use of flexible array member. (authored by • gniibe).
cipher:pubkey: Fix non-use of flexible array member.
• gniibe committed rCd37ad2823f84: Remove out of core handler setting message in FIPS mode. (authored by • gniibe).
Remove out of core handler setting message in FIPS mode.
• gniibe committed rC2c8562ca5a49: cipher:kdf: Move FIPS mode check to _gcry_kdf_derive. (authored by • gniibe).
cipher:kdf: Move FIPS mode check to _gcry_kdf_derive.
build: Fix the notice in configure.ac.
• gniibe committed rC5547e5255c46: tests: Allow KDF measurement in FIPS mode. (authored by • gniibe).
tests: Allow KDF measurement in FIPS mode.
• gniibe committed rC8cdd0d353e19: cipher:pubkey: Check digest size which should not be zero. (authored by • gniibe).
cipher:pubkey: Check digest size which should not be zero.
• gniibe committed rC49e1e67f4e4e: sexp: String with \0 is considered "binary". (authored by • gniibe).
sexp: String with \0 is considered "binary".
Remove some //-style comments
• gniibe committed rC09ab61948845: build: Change the default for --with-libtool-modification. (authored by • gniibe).
build: Change the default for --with-libtool-modification.
• gniibe committed rC0ddc823e331c: build: New configure option --with-libtool-modification. (authored by • gniibe).
build: New configure option --with-libtool-modification.
• gniibe committed rC45c992020168: rsa: Fix decoding of PKCS#1 v1.5 and OAEP padding. (authored by • gniibe).
rsa: Fix decoding of PKCS#1 v1.5 and OAEP padding.
• gniibe committed rCe8072d8d3255: const-time: Use ct_not_memequal, instead. Tested with AVR. (authored by • gniibe).
const-time: Use ct_not_memequal, instead. Tested with AVR.
• gniibe committed rCfee1e63c7286: build: Check if arch is VAX or compiler is MSVC. (authored by • gniibe).
build: Check if arch is VAX or compiler is MSVC.
cipher: Fix ElGamal decryption.
• gniibe committed rCc98b5e4a1471: rsa: Use memmov_independently when unpadding. (authored by • gniibe).
rsa: Use memmov_independently when unpadding.
• gniibe committed rC45945be8f3c3: const-time: Add ct_memmov_cond, fix _gcry_mpih_set_cond. (authored by • gniibe).
const-time: Add ct_memmov_cond, fix _gcry_mpih_set_cond.
• gniibe committed rC892bc25ff74b: Use single constant-time memory comparison implementation (authored by jukivili).
Use single constant-time memory comparison implementation
• gniibe committed rC5e9ba851948f: const-time: always avoid comparison operator for byte comparison (authored by jukivili).
const-time: always avoid comparison operator for byte comparison
• gniibe committed rC3583e2ebcad5: rsa, elgamal: avoid logical not operator in constant-time code (authored by jukivili).
rsa, elgamal: avoid logical not operator in constant-time code
• gniibe committed rC3fa1b81c92e5: const-time: prefix global symbols with _gcry_ (authored by jukivili).
const-time: prefix global symbols with _gcry_
• gniibe committed rC7f0eb519897b: mpih_set_cond: restore EM leakage mitigation (authored by jukivili).
mpih_set_cond: restore EM leakage mitigation
• gniibe committed rC9c0984ed2c55: const-time: ct_memmov_cond: switch to use dual mask approach (authored by jukivili).
const-time: ct_memmov_cond: switch to use dual mask approach
• gniibe committed rC15cd08ae4c1e: mpih-const-time: use global vzero/vone variable (authored by jukivili).
mpih-const-time: use global vzero/vone variable
mpiutil: use global vone and vzero
ec-nist: use global vone and vzero
• gniibe committed rC2ed340744746: ec-nist: avoid unintentional conditional branch by comparison (authored by jukivili).
ec-nist: avoid unintentional conditional branch by comparison
• gniibe committed rC9acddd8b95e1: mpih_cmp_ui: avoid unintentional conditional branch (authored by jukivili).
mpih_cmp_ui: avoid unintentional conditional branch
• gniibe committed rC237523b49f42: ec: avoid unintentional condition branches for 25519, 448 and 256k1 (authored by jukivili).
ec: avoid unintentional condition branches for 25519, 448 and 256k1
• gniibe committed rC01e7052cb245: const-time: add functions for generating masks from 0/1 input (authored by jukivili).
const-time: add functions for generating masks from 0/1 input
• gniibe committed rC74588de441fd: mpih-const-time: use constant-time comparisons conditional add/sub/abs (authored by jukivili).
mpih-const-time: use constant-time comparisons conditional add/sub/abs
• gniibe committed rC11973c2219da: mpih_mod: avoid unintentional conditional branch (authored by jukivili).
mpih_mod: avoid unintentional conditional branch
Release 1.10.3
Post release updates
jukivili committed rC08b88b4012f7: mpi/ec-nist: fix for -Og build failure on i386 (authored by jukivili).
mpi/ec-nist: fix for -Og build failure on i386
jukivili committed rC07f0563d325c: mpi/ec-inline: refactor i386 assembly to reduce register usage (authored by jukivili).
mpi/ec-inline: refactor i386 assembly to reduce register usage
mpi: Fix ECC computation on hppa.
• werner committed rC6082bd395356: mpi: Fix loop condition in bad point check. (authored by Jakuje).
mpi: Fix loop condition in bad point check.
• gniibe committed rC28afad4517c7: random:jent: Fix for jent_rng_is_initialized. (authored by • gniibe).
random:jent: Fix for jent_rng_is_initialized.
• werner committed rC7d9817ca935a: Fix building error with '-O2' in sysroot path (authored by • simit.ghane).
Fix building error with '-O2' in sysroot path
• gniibe committed rC67b528721e88: random:jent: Fix build with address sanitizer. (authored by • gniibe).
random:jent: Fix build with address sanitizer.
• gniibe committed rCf3bad2deb024: cipher:kyber: No change ABI/API for gcry_kem_genkey. (authored by • gniibe).
cipher:kyber: No change ABI/API for gcry_kem_genkey.
• gniibe committed rC1a82b26055e6: mpi: Use secure MPI in _gcry_mpi_assign_limb_space. (authored by • gniibe).
mpi: Use secure MPI in _gcry_mpi_assign_limb_space.
• gniibe committed rC889126dde923: secmem: Handle HAVE_BROKEN_MLOCK for the case with ASAN. (authored by • gniibe).
secmem: Handle HAVE_BROKEN_MLOCK for the case with ASAN.
• gniibe committed rC506219f031fd: Merge branch 'master' into LIBGCRYPT-1.11-BRANCH (authored by • gniibe).
Merge branch 'master' into LIBGCRYPT-1.11-BRANCH
• gniibe committed rCa6267ad91dcd: Merge commit '4876a1a4' into LIBGCRYPT-1.11-BRANCH (authored by • gniibe).
Merge commit '4876a1a4' into LIBGCRYPT-1.11-BRANCH
• werner committed rC4d1a42d082ae: Disable new constants in gcrypt.h unless used internally. (authored by • werner).
Disable new constants in gcrypt.h unless used internally.
Post release updates
Release 1.11.1
• werner committed rCa1806adc5e7f: Fix ungrammatical use of "allow to" (authored by Paul Eggert <eggert@cs.ucla.edu>).
Fix ungrammatical use of "allow to"