Пакет libgnutls27-openssl: Информация

  • Default inline alert: Версия в репозитории: 3.6.16-alt6

Бинарный пакет: libgnutls27-openssl
Версия: 3.6.16-alt5
Архитектура: e2kv5
Собран:  11 апреля 2024 г. 23:33
Исходный пакет: gnutls30
Сообщить об ошибке в пакете
Домашняя страница: https://gnutls.org/

Лицензия: LGPLv2.1+ and GPLv3+
О пакете: OpenSSL compatibility layer for the GnuTLS library
Описание: 
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 runtime OpenSSL compatibility library.

Сопровождающий: Mikhail Efremov


Последнее изменение


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).
23 ноября 2023 г. Mikhail Efremov 3.6.16-alt4
- auth/rsa_psk: side-step potential side-channel (fixes: CVE-2023-5981).
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.