Page MenuHome GnuPG
Feed All Stories

Fri, Jan 30

gniibe committed rC297c5a47837c: cipher:pubkey: Fix non-use of flexible array member. (authored by gniibe).
cipher:pubkey: Fix non-use of flexible array member.
Fri, Jan 30, 10:42 AM
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.
Fri, Jan 30, 10:42 AM
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.
Fri, Jan 30, 10:42 AM
gniibe committed rCc8ee15dfe869: build: Fix the notice in configure.ac. (authored by bernhard).
build: Fix the notice in configure.ac.
Fri, Jan 30, 10:42 AM
gniibe committed rC5547e5255c46: tests: Allow KDF measurement in FIPS mode. (authored by gniibe).
tests: Allow KDF measurement in FIPS mode.
Fri, Jan 30, 10:42 AM
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.
Fri, Jan 30, 10:42 AM
gniibe committed rC49e1e67f4e4e: sexp: String with \0 is considered "binary". (authored by gniibe).
sexp: String with \0 is considered "binary".
Fri, Jan 30, 10:42 AM
werner committed rCb115bdf33f2e: Remove some //-style comments (authored by werner).
Remove some //-style comments
Fri, Jan 30, 10:42 AM
gniibe committed rC09ab61948845: build: Change the default for --with-libtool-modification. (authored by gniibe).
build: Change the default for --with-libtool-modification.
Fri, Jan 30, 10:42 AM
gniibe committed rC0ddc823e331c: build: New configure option --with-libtool-modification. (authored by gniibe).
build: New configure option --with-libtool-modification.
Fri, Jan 30, 10:42 AM
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.
Fri, Jan 30, 10:42 AM
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.
Fri, Jan 30, 10:42 AM
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.
Fri, Jan 30, 10:42 AM
gniibe committed rC2839aaee3e6e: cipher: Fix ElGamal decryption. (authored by gniibe).
cipher: Fix ElGamal decryption.
Fri, Jan 30, 10:42 AM
gniibe committed rCc98b5e4a1471: rsa: Use memmov_independently when unpadding. (authored by gniibe).
rsa: Use memmov_independently when unpadding.
Fri, Jan 30, 10:42 AM
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.
Fri, Jan 30, 10:42 AM
gniibe committed rC892bc25ff74b: Use single constant-time memory comparison implementation (authored by jukivili).
Use single constant-time memory comparison implementation
Fri, Jan 30, 10:42 AM
gniibe committed rC5e9ba851948f: const-time: always avoid comparison operator for byte comparison (authored by jukivili).
const-time: always avoid comparison operator for byte comparison
Fri, Jan 30, 10:42 AM
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
Fri, Jan 30, 10:42 AM
gniibe committed rC3fa1b81c92e5: const-time: prefix global symbols with _gcry_ (authored by jukivili).
const-time: prefix global symbols with _gcry_
Fri, Jan 30, 10:42 AM
gniibe committed rC7f0eb519897b: mpih_set_cond: restore EM leakage mitigation (authored by jukivili).
mpih_set_cond: restore EM leakage mitigation
Fri, Jan 30, 10:42 AM
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
Fri, Jan 30, 10:42 AM
gniibe committed rC15cd08ae4c1e: mpih-const-time: use global vzero/vone variable (authored by jukivili).
mpih-const-time: use global vzero/vone variable
Fri, Jan 30, 10:42 AM
gniibe committed rC6377725ed01e: mpiutil: use global vone and vzero (authored by jukivili).
mpiutil: use global vone and vzero
Fri, Jan 30, 10:42 AM
gniibe committed rC610667fb2558: ec-nist: use global vone and vzero (authored by jukivili).
ec-nist: use global vone and vzero
Fri, Jan 30, 10:42 AM
gniibe committed rC2ed340744746: ec-nist: avoid unintentional conditional branch by comparison (authored by jukivili).
ec-nist: avoid unintentional conditional branch by comparison
Fri, Jan 30, 10:42 AM
gniibe committed rC9acddd8b95e1: mpih_cmp_ui: avoid unintentional conditional branch (authored by jukivili).
mpih_cmp_ui: avoid unintentional conditional branch
Fri, Jan 30, 10:42 AM
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
Fri, Jan 30, 10:42 AM
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
Fri, Jan 30, 10:42 AM
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
Fri, Jan 30, 10:42 AM
gniibe committed rC11973c2219da: mpih_mod: avoid unintentional conditional branch (authored by jukivili).
mpih_mod: avoid unintentional conditional branch
Fri, Jan 30, 10:42 AM
werner committed rCaa1610866f8e: Release 1.10.3 (authored by werner).
Release 1.10.3
Fri, Jan 30, 10:42 AM
werner committed rCe554d4077e78: Post release updates (authored by werner).
Post release updates
Fri, Jan 30, 10:42 AM
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
Fri, Jan 30, 10:42 AM
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
Fri, Jan 30, 10:42 AM
gniibe committed rC75e9bcccb69a: mpi: Fix ECC computation on hppa. (authored by gniibe).
mpi: Fix ECC computation on hppa.
Fri, Jan 30, 10:42 AM
werner committed rC6082bd395356: mpi: Fix loop condition in bad point check. (authored by Jakuje).
mpi: Fix loop condition in bad point check.
Fri, Jan 30, 10:41 AM
gniibe committed rC28afad4517c7: random:jent: Fix for jent_rng_is_initialized. (authored by gniibe).
random:jent: Fix for jent_rng_is_initialized.
Fri, Jan 30, 10:41 AM
werner committed rC7d9817ca935a: Fix building error with '-O2' in sysroot path (authored by simit.ghane).
Fix building error with '-O2' in sysroot path
Fri, Jan 30, 10:41 AM
gniibe committed rC67b528721e88: random:jent: Fix build with address sanitizer. (authored by gniibe).
random:jent: Fix build with address sanitizer.
Fri, Jan 30, 10:41 AM
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.
Fri, Jan 30, 10:41 AM
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.
Fri, Jan 30, 10:41 AM
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.
Fri, Jan 30, 10:41 AM
gniibe committed rC506219f031fd: Merge branch 'master' into LIBGCRYPT-1.11-BRANCH (authored by gniibe).
Merge branch 'master' into LIBGCRYPT-1.11-BRANCH
Fri, Jan 30, 10:41 AM
gniibe committed rCa6267ad91dcd: Merge commit '4876a1a4' into LIBGCRYPT-1.11-BRANCH (authored by gniibe).
Merge commit '4876a1a4' into LIBGCRYPT-1.11-BRANCH
Fri, Jan 30, 10:41 AM
werner committed rC4d1a42d082ae: Disable new constants in gcrypt.h unless used internally. (authored by werner).
Disable new constants in gcrypt.h unless used internally.
Fri, Jan 30, 10:41 AM
werner committed rC277aa480bd06: Post release updates (authored by werner).
Post release updates
Fri, Jan 30, 10:41 AM
werner committed rC81ce5321b1b7: Release 1.11.1 (authored by werner).
Release 1.11.1
Fri, Jan 30, 10:41 AM
werner committed rCa1806adc5e7f: Fix ungrammatical use of "allow to" (authored by Paul Eggert <eggert@cs.ucla.edu>).
Fix ungrammatical use of "allow to"
Fri, Jan 30, 10:41 AM
werner committed rCa47fb9149655: tests: Fix link errors for t-thread-local. (authored by collinfunk).
tests: Fix link errors for t-thread-local.
Fri, Jan 30, 10:41 AM
werner committed rC62f84bb3040f: Fix missing simd-common-riscv.h in libgcrypt tarball. (authored by Collin Funk via Gcrypt-devel <gcrypt-devel@gnupg.org>).
Fix missing simd-common-riscv.h in libgcrypt tarball.
Fri, Jan 30, 10:41 AM
gniibe committed rCd9ebc6c4e8b5: cipher:kem:ecc: Support secp256k1 by KEM API. (authored by gniibe).
cipher:kem:ecc: Support secp256k1 by KEM API.
Fri, Jan 30, 10:41 AM
werner committed rCb84e60715fe5: Prepare LT numbers for the next release (authored by werner).
Prepare LT numbers for the next release
Fri, Jan 30, 10:41 AM
gniibe committed rCf7e06f8a29fc: cipher:kem: Provide each enum constant as macro. (authored by gniibe).
cipher:kem: Provide each enum constant as macro.
Fri, Jan 30, 10:41 AM
gniibe committed rCacd0b4347002: build: Allow build with no Kyber. (authored by gniibe).
build: Allow build with no Kyber.
Fri, Jan 30, 10:41 AM
gniibe committed rCd54d834eb434: build: More changes to allow build with no Kyber. (authored by gniibe).
build: More changes to allow build with no Kyber.
Fri, Jan 30, 10:41 AM
gniibe committed rC7ebe90e5553b: cipher:ecc: Silence GCC 15 warning. (authored by gniibe).
cipher:ecc: Silence GCC 15 warning.
Fri, Jan 30, 10:41 AM
gniibe committed rC448693047fac: cipher:rsa: Fix missing initialization in generate_fips. (authored by gniibe).
cipher:rsa: Fix missing initialization in generate_fips.
Fri, Jan 30, 10:41 AM
gniibe committed rCaced8fd23236: mpi: Provide the function prototype of __udiv_qrnnd. (authored by gniibe).
mpi: Provide the function prototype of __udiv_qrnnd.
Fri, Jan 30, 10:41 AM
gniibe committed rC013bcc18676d: Add missing abiversion tag for PowerPC assembly (authored by jukivili).
Add missing abiversion tag for PowerPC assembly
Fri, Jan 30, 10:41 AM
gniibe committed rC210562de650d: Add missing machine tags for PowerPC assembly (authored by jukivili).
Add missing machine tags for PowerPC assembly
Fri, Jan 30, 10:41 AM
gniibe committed rCc720dd8927a5: poly1305-p10le: use '.rodata' section for read-only data (authored by jukivili).
poly1305-p10le: use '.rodata' section for read-only data
Fri, Jan 30, 10:41 AM
gniibe committed rCdb55dfb74e64: Mark nonstring use cases with __nonstring__ attribute. (authored by gniibe).
Mark nonstring use cases with __nonstring__ attribute.
Fri, Jan 30, 10:41 AM
werner committed rCbec3eeabc688: Post release updates (authored by werner).
Post release updates
Fri, Jan 30, 10:41 AM
werner committed rC737cc6360014: Release 1.11.2 (authored by werner).
Release 1.11.2
Fri, Jan 30, 10:41 AM
gniibe committed rCae80106fb9d3: random:jent: Fix for jent_rng_is_initialized. (authored by gniibe).
random:jent: Fix for jent_rng_is_initialized.
Fri, Jan 30, 10:41 AM
gniibe committed rC5b260f28d2a5: random:jent: Fix build with address sanitizer. (authored by gniibe).
random:jent: Fix build with address sanitizer.
Fri, Jan 30, 10:41 AM
gniibe committed rC5937b1730df8: mpi: Fix redefinition of types. (authored by gniibe).
mpi: Fix redefinition of types.
Fri, Jan 30, 10:41 AM
gniibe committed rCa7aa18fff3cc: secmem: Handle HAVE_BROKEN_MLOCK for the case with ASAN. (authored by gniibe).
secmem: Handle HAVE_BROKEN_MLOCK for the case with ASAN.
Fri, Jan 30, 10:41 AM
gniibe committed rC172968f52174: mpi: Introduce mpi_tfr and use it for point_tfr. (authored by gniibe).
mpi: Introduce mpi_tfr and use it for point_tfr.
Fri, Jan 30, 10:41 AM
gniibe committed rCf9d5650ad2ea: t-kem: fix test loop iteration (authored by jukivili).
t-kem: fix test loop iteration
Fri, Jan 30, 10:41 AM
gniibe committed rC06b590e6e537: cipher:aria: Fix compiler error on NetBSD. (authored by collinfunk).
cipher:aria: Fix compiler error on NetBSD.
Fri, Jan 30, 10:41 AM
gniibe committed rC100efe24af52: Update autogen.sh and gpg-error.m4 from upstream. (authored by werner).
Update autogen.sh and gpg-error.m4 from upstream.
Fri, Jan 30, 10:41 AM
gniibe committed rCd0da36c1e5fe: Update autogen.sh also for test(1) -o adjustment. (authored by werner).
Update autogen.sh also for test(1) -o adjustment.
Fri, Jan 30, 10:41 AM
gniibe committed rC3e4eda9fe475: Adjust scripts for test(1) operator -a removal (authored by werner).
Adjust scripts for test(1) operator -a removal
Fri, Jan 30, 10:41 AM
gniibe committed rCb17ed8d1af20: mceliece6688128f: fix stack overflow crash on win64/wine (authored by jukivili).
mceliece6688128f: fix stack overflow crash on win64/wine
Fri, Jan 30, 10:41 AM
gniibe committed rCf4fda2acfaed: mceliece6688128f: fix UBSAN runtime errors (authored by jukivili).
mceliece6688128f: fix UBSAN runtime errors
Fri, Jan 30, 10:41 AM
gniibe committed rC1aca19b89768: cipher-xts: harden mask generation against branch optimization (authored by jukivili).
cipher-xts: harden mask generation against branch optimization
Fri, Jan 30, 10:41 AM
gniibe committed rCefa0e8fdee5c: rijndael: harden mask generation against branch optimization (authored by jukivili).
rijndael: harden mask generation against branch optimization
Fri, Jan 30, 10:41 AM
gniibe committed rC689d0b1396d4: mpih-pow: harden condition calculation against branch optimization (authored by jukivili).
mpih-pow: harden condition calculation against branch optimization
Fri, Jan 30, 10:41 AM
gniibe committed rC0df884de5e3c: kyber: harden mask generation against branch optimization (authored by jukivili).
kyber: harden mask generation against branch optimization
Fri, Jan 30, 10:41 AM
gniibe committed rCcf1165c26ac8: sntrup761: harden mask generation against branch optimization (authored by jukivili).
sntrup761: harden mask generation against branch optimization
Fri, Jan 30, 10:41 AM
gniibe committed rC7ff58b28726e: sntrup761: use const-time helpers for memory comparison and cond move (authored by jukivili).
sntrup761: use const-time helpers for memory comparison and cond move
Fri, Jan 30, 10:41 AM
gniibe committed rC9e1ee6efea9d: mceliece6688128f: harden mask generation against branch optimization (authored by jukivili).
mceliece6688128f: harden mask generation against branch optimization
Fri, Jan 30, 10:41 AM
gniibe committed rC379a0baffa85: const-time: add 64-bit fast paths for const-time buffer functions (authored by jukivili).
const-time: add 64-bit fast paths for const-time buffer functions
Fri, Jan 30, 10:41 AM
gniibe committed rC3a281e0b045a: mceliece6688128f: use const-time helper for memory comparison (authored by jukivili).
mceliece6688128f: use const-time helper for memory comparison
Fri, Jan 30, 10:41 AM
gniibe committed rC289c0a596fd3: Add stack burning for PQC algorithms (authored by jukivili).
Add stack burning for PQC algorithms
Fri, Jan 30, 10:41 AM
werner committed rC995b870fd2b7: w32: Use CSIDL_COMMON_APPDATA instead of /etc (authored by werner).
w32: Use CSIDL_COMMON_APPDATA instead of /etc
Fri, Jan 30, 10:41 AM
gniibe committed rC5ba143d51f37: cipher:kyber: Apply a change from upstream. (authored by gniibe).
cipher:kyber: Apply a change from upstream.
Fri, Jan 30, 10:41 AM
werner committed rC2b8b483d42b3: doc: Add a note on Windows installation (authored by werner).
doc: Add a note on Windows installation
Fri, Jan 30, 10:41 AM
gniibe committed rC520c699c82e4: mpi: Use secure MPI in _gcry_mpi_assign_limb_space. (authored by gniibe).
mpi: Use secure MPI in _gcry_mpi_assign_limb_space.
Fri, Jan 30, 10:41 AM
gniibe committed rCc6e0658004b5: fips,cipher: Fix the regression with disabled public-key algo. (authored by gniibe).
fips,cipher: Fix the regression with disabled public-key algo.
Fri, Jan 30, 10:41 AM
pl13 added a comment to T8053: GpgSM: `log-file` is ignored.

The gnupg manual (page 113) mentions:

Fri, Jan 30, 10:30 AM · gpd5x, Bug Report, S/MIME, gnupg26
tfry committed rOJcd0921df83e2: reencrypt: Fix display of source and target folder names (authored by tfry).
reencrypt: Fix display of source and target folder names
Fri, Jan 30, 10:18 AM
tfry committed rOJ10fac0b46cce: Add links to graph API documentation (authored by tfry).
Add links to graph API documentation
Fri, Jan 30, 10:18 AM
wiz added a comment to T8065: gnupg self test hang: clean migration.

Thank you for looking at this.
I'm testing with gnupg git head as of today, please let me know if you prefer 2.5.17 instead.

Fri, Jan 30, 9:46 AM · gpgrt, NetBSD, gnupg26, Bug Report
gniibe claimed T8065: gnupg self test hang: clean migration.
Fri, Jan 30, 9:02 AM · gpgrt, NetBSD, gnupg26, Bug Report
gniibe added a comment to T8065: gnupg self test hang: clean migration.

Thank you for your report.

Fri, Jan 30, 9:00 AM · gpgrt, NetBSD, gnupg26, Bug Report
tfry committed rOJd7771ad189df: Use case insenstive comparison for address completions (authored by tfry).
Use case insenstive comparison for address completions
Fri, Jan 30, 7:42 AM
l10n daemon script <scripty@kde.org> committed rMTP4551fb15b882: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Fri, Jan 30, 4:51 AM