diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -5,6 +5,10 @@ See the end for copying conditions. * Version 3.3.23 (unreleased) +** libgnutls: Backported the new simple verification functions. That avoids the + need to install a callback to perform certificate verification. See + doc/examples/ex-client-x509.c for usage. + ** libgnutls: Corrected behavior of ALPN extension parsing during session resumption. Report and patches by Yuriy M. Kaminskiy. @@ -42,7 +46,10 @@ See the end for copying conditions. reply. Report and reproducer by Thomas Klute. ** API and ABI modifications: -No changes since last version. +gnutls_session_set_verify_function: Added +gnutls_session_set_verify_cert: Added +gnutls_session_set_verify_cert2: Added +gnutls_session_get_verify_cert_status: Added * Version 3.3.22 (released 2016-03-10) |