Package libgnutlsxx28: Information

  • Default inline alert: Version in the repository: 3.6.16-alt6

Binary package: libgnutlsxx28
Version: 3.6.16-alt5
Architecture: armh
Build time:  Apr 2, 2024, 04:53 PM in the task #343952
Source package: gnutls30
Category: System/Libraries
Report package bug
License: GPLv3+
Summary: Transport Layer Security C++ library
Description: 
GnuTLS is a project that aims to develop a library which provides a
secure  layer, over a reliable transport layer.  Currently the GnuTLS
library implements the proposed standards by the IETF's TLS working
group.

This package contains the GnuTLS C++ runtime library.

Maintainer: Mikhail Efremov


Last changed


March 29, 2024 Mikhail Efremov 3.6.16-alt5
- Fix side-channel in the deterministic ECDSA (fixes: CVE-2024-28834).
- tests: Add test for CVE-2024-28835.
- rsa-psk: minimize branching after decryption (fixes: CVE-2024-0553).
- x509: detect loop in certificate chain (fixes: CVE-2024-0567).
Nov. 23, 2023 Mikhail Efremov 3.6.16-alt4
- auth/rsa_psk: side-step potential side-channel (fixes: CVE-2023-5981).
Feb. 17, 2023 Mikhail Efremov 3.6.16-alt3
- Patches from gnutls-3.7.9:
   + auth/rsa: side-step potential side-channel (fixes: CVE-2023-0361);
   + rsa: remove dead code.