Opened 5 weeks ago

Closed 5 weeks ago

#19510 closed enhancement (fixed)

gnutls-3.8.4

Reported by: Bruce Dubbs Owned by: thomas
Priority: elevated Milestone: 12.2
Component: Errata Version: git
Severity: normal Keywords:
Cc:

Description

New point version.

Change History (6)

comment:1 by Xi Ruoyao, 5 weeks ago

Priority: normalelevated

Version 3.8.4 (released 2024-03-18)

  • libgnutls: RSA-OAEP encryption scheme is now supported To use it with an unrestricted RSA private key, one would need to initialize a gnutls_x509_spki_t object with necessary parameters for RSA-OAEP and attach it to the private key. It is also possible to import restricted private keys if they are stored in PKCS#8 format.
  • libgnutls: Fix side-channel in the deterministic ECDSA. Reported by George Pantelakis (#1516). [GNUTLS-SA-2023-12-04, CVSS: medium] [CVE-2024-28834]
  • libgnutls: Fixed a bug where certtool crashed when verifying a certificate chain with more than 16 certificates. Reported by William Woodruff (#1525) and yixiangzhike (#1527). [GNUTLS-SA-2024-01-23, CVSS: medium] [CVE-2024-28835]
  • libgnutls: Compression libraries are now loaded dynamically as needed instead of all being loaded during gnutls library initialization. As a result, the library initialization should be faster.
  • build: The gnutls library can now be linked with the static library of GMP. Note that in order for this to work libgmp.a needs to be compiled with -fPIC and libhogweed in Nettle also has to be linked to the static library of GMP. This can be used to prevent custom memory allocators from being overriden by other applications.
  • API and ABI modifications:
    • gnutls_x509_spki_get_rsa_oaep_params: New function.
    • gnutls_x509_spki_set_rsa_oaep_params: New function.
    • GNUTLS_PK_RSA_OAEP: New enum member of gnutls_pk_algorithm_t.
Last edited 5 weeks ago by Xi Ruoyao (previous) (diff)

comment:2 by thomas, 5 weeks ago

Owner: changed from blfs-book to thomas
Status: newassigned

comment:3 by thomas, 5 weeks ago

Resolution: fixed
Status: assignedclosed

Fixed in [5c72ebde61]

comment:4 by Xi Ruoyao, 5 weeks ago

Component: BOOKErrata
Resolution: fixed
Status: closedreopened

Reopen for a SA.

comment:5 by thomas, 5 weeks ago

Added with [b4dfc6f]

comment:6 by thomas, 5 weeks ago

Resolution: fixed
Status: reopenedclosed
Note: See TracTickets for help on using tickets.