diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-05-30 13:34:17 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-05-30 14:11:34 +0200 |
commit | cd6886c6aa5d18d4d0e47e4c8e6b90fbf114bdab (patch) | |
tree | 1ba5c967c4a53f4b86d077aabdfebdf4d52465e9 /NEWS | |
parent | 8858ca33d3cb672fef2fa3c2e6eceb494616d06e (diff) | |
download | gnutls-cd6886c6aa5d18d4d0e47e4c8e6b90fbf114bdab.tar.gz |
doc: updated since version of tlsfeature functionality and documented new functions
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 16 |
1 files changed, 15 insertions, 1 deletions
@@ -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) |