]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
doc update
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Wed, 19 Nov 2014 10:28:38 +0000 (11:28 +0100)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Wed, 19 Nov 2014 10:28:38 +0000 (11:28 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 1242f1cda3f8e03b297ffe4165477d1114b92318..16ab74332ca182dbc14fd11778b480549f0be954 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,10 @@ applications closing all open file descriptors.
 ** libgnutls: Added helper functions to obtain information on PKCS #8
 structures.
 
+** libgnutls: Added API to utilize system specific private keys in
+"gnutls/system-keys.h". It is currently restricted to windows CNG
+keys.
+
 ** libgnutls: SSL 3.0 is no longer included in the default priorities
 list. It has to be explicitly enabled, e.g., with a string like
 "NORMAL:+VERS-SSL3.0".
@@ -102,6 +106,10 @@ gnutls_memset: Added
 gnutls_memcmp: Added
 gnutls_pkcs12_bag_set_privkey: Added
 gnutls_ocsp_resp_get_responder_raw_id: Added
+gnutls_system_key_iter_deinit: Added
+gnutls_system_key_iter_get_info: Added
+gnutls_system_key_delete: Added
+gnutls_system_key_add_x509: Added
 
 
 * Version 3.3.6 (released 2014-07-23)