Opened 13 months ago

Closed 13 months ago

Last modified 9 months ago

#17903 closed enhancement (fixed)

libgcrypt-1.10.2

Reported by: Bruce Dubbs Owned by: Bruce Dubbs
Priority: normal Milestone: 12.0
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

New point version.

Change History (5)

comment:1 by Xi Ruoyao, 13 months ago

Looks like the ps and dvi formats of the doc is not built with make -C doc pdf now.

And when I try make -C doc dvi or make -C doc ps they fail with:

../../../.././gcrypt.texi:6107: Emergency stop.

... ...

/usr/bin/texi2dvi: etex exited with bad status, quitting.
make: *** [Makefile:468:gcrypt.dvi] Error 1

comment:2 by Bruce Dubbs, 13 months ago

Owner: changed from blfs-book to Bruce Dubbs
Status: newassigned

Noteworthy changes in version 1.10.2 (2023-04-06)

  • Bug fixes:
    • Fix Argon2 for the case output > 64.
    • Fix missing HWF_PPC_ARCH_3_10 in HW feature.
    • Fix RSA key generation failure in forced FIPS mode.
    • Fix gcry_pk_hash_verify for explicit hash.
    • Fix a wrong result of gcry_mpi_invm.
    • Allow building with --disable-asm for HPPA.
    • Fix Jitter RNG for building native on Windows.
    • Allow building with -Oz.
    • Enable the fast path to ChaCha20 only when supported.
    • Use size_t to avoid counter overflow in Keccak when directly feeding more than 4GiB.
  • Other:
    • Do not use secure memory for a DRBG instance.
    • Do not allow PKCS#1.5 padding for encryption in FIPS mode.
    • Fix the behaviour for child process re-seeding in the DRBG.
    • Allow verification of small RSA signatures in FIPS mode.
    • Allow the use of a shorter salt for KDFs in FIPS mode.
    • Run digest+sign self tests for RSA and ECC in FIPS mode.
    • Add function-name based FIPS indicator function. GCRYCTL_FIPS_SERVICE_INDICATOR_FUNCTION. This is not considered an ABI changes because the new FIPS features were not yet approved.
    • Improve PCT in FIPS mode.
    • Use getrandom (GRND_RANDOM) in FIPS mode.
    • Disable RSA-OAEP padding in FIPS mode.
    • Check minimum allowed key size in PBKDF in FIPS mode.
    • Get maximum 32B of entropy at once in FIPS mode.
    • Prefer gpgrt-config when available.
    • Mark AESWRAP as approved FIPS algorithm.
    • Prevent usage of long salt for PSS in FIPS mode.
    • Prevent usage of X9.31 keygen in FIPS mode.
    • Remove GCM mode from the allowed FIPS indicators.
    • Add explicit FIPS indicators for hash and MAC algorithms.

comment:3 by Bruce Dubbs, 13 months ago

Fixed at commit ef37a4d417ead80bbd5e48d8872d7bbf4ed7b097

Removed the broken instructions for generating ps and pdf documentation.

comment:4 by Bruce Dubbs, 13 months ago

Resolution: fixed
Status: assignedclosed

comment:5 by Bruce Dubbs, 9 months ago

Milestone: 11.412.0

Milestone renamed

Note: See TracTickets for help on using tickets.