summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-05-30 13:34:17 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-05-30 14:11:34 +0200
commitcd6886c6aa5d18d4d0e47e4c8e6b90fbf114bdab (patch)
tree1ba5c967c4a53f4b86d077aabdfebdf4d52465e9 /NEWS
parent8858ca33d3cb672fef2fa3c2e6eceb494616d06e (diff)
downloadgnutls-cd6886c6aa5d18d4d0e47e4c8e6b90fbf114bdab.tar.gz
doc: updated since version of tlsfeature functionality and documented new functions
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS16
1 files changed, 15 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 9cfaa622b4..d64c1d6330 100644
--- a/NEWS
+++ b/NEWS
@@ -11,13 +11,27 @@ See the end for copying conditions.
** libgnutls: The SSL 2.0 client hello support can completely be removed
using a compile time option. The configure option is --disable-ssl2-support.
+** libgnutls: Added support for OCSP Must staple PKIX extension. That is,
+ implemented the RFC7633 TLSFeature for OCSP status request extension.
+ Feature implemented by Tim Kosse.
+
** libgnutls: The SSLKEYLOGFILE and GNUTLS_KEYLOGFILE environment variables can
be used to log session keys. These session keys are compatible with
the NSS Key Log Format and can be used to decrypt the session for
debugging using wireshark.
** API and ABI modifications:
-No changes since last version.
+gnutls_x509_ext_import_tlsfeatures: Added
+gnutls_x509_ext_export_tlsfeatures: Added
+gnutls_x509_tlsfeatures_add: Added
+gnutls_x509_tlsfeatures_init: Added
+gnutls_x509_tlsfeatures_deinit: Added
+gnutls_x509_tlsfeatures_get: Added
+gnutls_x509_crt_get_tlsfeatures: Added
+gnutls_x509_crt_set_tlsfeatures: Added
+gnutls_x509_crq_get_tlsfeatures: Added
+gnutls_x509_crq_set_tlsfeatures: Added
+gnutls_ext_get_name: Added
* Version 3.5.0 (released 2016-05-09)