summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-08-05 16:54:59 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-08-05 17:00:01 +0200
commitd4aa30adcd970cac1ef64d99ddebaeaebfa29bde (patch)
treee539432cbb913e5f9146174f07eea5d4f3aaa3ed
parent1599afb0aaf4427cf9b0cee478054940ff24716a (diff)
downloadgnutls-cert-fast-load.tar.gz
doc updatecert-fast-load
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b685630aca..e0786a61d6 100644
--- a/NEWS
+++ b/NEWS
@@ -34,6 +34,10 @@ 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: Added flags to gnutls_certificate_set_flags() and
+ gnutls_x509_trust_list_add_trust_file() to allow speeding up
+ the loading of the PKCS#11 trust store (when available).
+
** certtool: Added the "add_extension" and "add_critical_extension"
template options. This allows specifying arbitrary extensions into
certificates and certificate requests.
@@ -42,6 +46,8 @@ See the end for copying conditions.
** API and ABI modifications:
GNUTLS_E_UNAVAILABLE_DURING_HANDSHAKE: Added
+GNUTLS_TL_FAST_LOAD: Added
+GNUTLS_CERTIFICATE_FAST_LOAD: Added
gnutls_x509_crq_set_extension_by_oid: Added
gnutls_x509_dn_set_str: Added
gnutls_transport_set_fastopen: Added