diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-08-08 16:22:42 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-08-08 16:27:22 +0200 |
commit | 52b485ae7199defa3ecafe9af0f20d4535edf6d8 (patch) | |
tree | 1ab10edbe20288efd7646748d569786b405831e2 /NEWS | |
parent | 67fc652b5d703d6955f43811e24c06de9a9cc7c9 (diff) | |
download | gnutls-52b485ae7199defa3ecafe9af0f20d4535edf6d8.tar.gz |
doc update
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -34,6 +34,13 @@ See the end for copying conditions. ignoring flags if all certificates in the list fit within the initially allocated memory. Patch by Tim Kosse. +** libgnutls: Corrected issue which made gnutls_certificate_get_x509_crt() + to return invalid pointers when returned more than a single certificate. + Report and fix by Stefan Sørensen. + +** libgnutls: Fix gnutls_pkcs12_simple_parse to always extract the complete chain. + Report and fix by Stefan Sørensen. + ** certtool: Added the "add_extension" and "add_critical_extension" template options. This allows specifying arbitrary extensions into certificates and certificate requests. |