summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2014-01-03 11:17:53 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2014-01-03 11:18:51 +0100
commitd29897e40621dbf1e4002ca61d9de2b79cf1bece (patch)
tree0e7a6e792d55eafd4f8633a20d05d532dd9e59e8
parente8e8afba5d4eebaea638e38e1767170dbb807d12 (diff)
downloadgnutls-d29897e40621dbf1e4002ca61d9de2b79cf1bece.tar.gz
doc update
-rw-r--r--NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index eaa64d2f2b..44ff1509fe 100644
--- a/NEWS
+++ b/NEWS
@@ -14,14 +14,14 @@ appends data to client hello if the expected size is in the
** libgnutls: When a PKCS #11 trust store is specified (e.g. using the
configure option --with-default-trust-store-pkcs11), then the PKCS #11
token is used on demand to obtain the trusted anchors, rather than
-preloading all trusted certificates. That allows CA certificate management
-to occur outside the process boundaries.
+preloading all trusted certificates. That delegates CA certificate management
+and blacklist checking to the PKCS #11 module.
** p11tool: Added --so-login option to force login as security
officer (admin).
** API and ABI modifications:
-No changes since last version.
+gnutls_pkcs11_crt_exists: Added
* Version 3.2.8 (released 2013-12-20)