diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-09-12 14:15:06 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-09-12 14:15:06 +0200 |
commit | 9d6afc8a4d05bb7fe1750c14f88c466e7abcd2f8 (patch) | |
tree | ad78ef9c2e8fef2b0b56a5d9438be372bef84d2b | |
parent | ef8fb11dc5a88ec7d77a3ac273ffe336098a3431 (diff) | |
download | gnutls-9d6afc8a4d05bb7fe1750c14f88c466e7abcd2f8.tar.gz |
doc update
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -5,6 +5,10 @@ See the end for copying conditions. * Version 3.3.25 (unreleased) +** libgnutls: Ensure proper cleanups on gnutls_certificate_set_*key() + failures due to key mismatch. This prevents leaks or double freeing + on such failures. + ** libgnutls: Corrected the comparison of the serial size in OCSP response. Previously the OCSP certificate check wouldn't verify the serial length and could succeed in cases it shouldn't (GNUTLS-SA-2016-3). |