Package gnutls30: Information

    Source package: gnutls30
    Version: 3.6.16-alt5
    Build time:  Apr 7, 2024, 05:33 PM in the task #344277
    Category: System/Libraries
    Report package bug
    License: LGPLv2.1+ and GPLv3+
    Summary: A TLS protocol implementation
    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.

    List of RPM packages built from this SRPM:
    gnutls-utils (x86_64, ppc64le, i586, armh, aarch64)
    gnutls-utils-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
    gnutls30-devel-doc (noarch)
    libgnutls-devel (x86_64, ppc64le, i586, armh, aarch64)
    libgnutls-guile (x86_64, ppc64le, i586, armh, aarch64)
    libgnutls-guile-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
    libgnutls-openssl-devel (x86_64, ppc64le, i586, armh, aarch64)
    libgnutls27-openssl (x86_64, ppc64le, i586, armh, aarch64)
    libgnutls27-openssl-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
    libgnutls30 (x86_64, ppc64le, i586, armh, aarch64)
    libgnutls30-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
    libgnutlsxx-devel (x86_64, ppc64le, i586, armh, aarch64)
    libgnutlsxx28 (x86_64, ppc64le, i586, armh, aarch64)
    libgnutlsxx28-debuginfo (x86_64, ppc64le, i586, armh, aarch64)

    Maintainer: Mikhail Efremov


      1. ppp
      2. autogen
      3. /dev/pts
      4. makeinfo
      5. libreadline-devel
      6. /proc
      7. libseccomp-devel
      8. libtasn1-devel
      9. libnettle-devel >= 3.4.1-alt1
      10. net-tools
      11. socat
      12. softhsm >= 2.4.0
      13. gtk-doc
      14. guile22-devel
      15. datefudge
      16. libssl-devel
      17. libopts-devel
      18. libp11-kit-devel
      19. libunistring-devel
      20. libidn2-devel
      21. gcc-c++
      22. openssl
      23. libgcrypt-devel
      24. zlib-devel

    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.