summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-04-06 12:48:52 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2017-04-06 12:48:57 +0200
commit7729cff4af397157c10243ec0ffcf69655056f51 (patch)
treefc412c78bf9790291b283ab8d7ab8e0b50a55993
parent8d740ae87fae9c1237421dd24825b78103c5da36 (diff)
downloadgnutls_3_5_x-backport-macosx-system-trust.tar.gz
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5d537bbdf5..7128834d01 100644
--- a/NEWS
+++ b/NEWS
@@ -22,6 +22,13 @@ See the end for copying conditions.
That allows PKCS#11 operations such as signing to be performed with the
same object from multiple threads.
+** libgnutls: Added support for MacOSX key chain for obtaining trust store's
+ root CA certificates. That is, gnutls_x509_trust_list_add_system_trust() and
+ gnutls_certificate_set_x509_system_trust() will load the certificates from
+ the key chain. That also means that we no longer check for a default trust
+ store file in configure when building on MacOSX (unless explicitly asked to).
+ Patch by David Caldwell.
+
** API and ABI modifications:
No changes since last version.