From 0ac3685d6e6c82ded434d90aec58e4fffe0dad60 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Sun, 27 May 2012 11:15:56 +0200 Subject: [PATCH] documented fix --- NEWS | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/NEWS b/NEWS index 9f8c3f427..5ce7d5d05 100644 --- a/NEWS +++ b/NEWS @@ -4,11 +4,20 @@ See the end for copying conditions. * Version 3.0.20 (unreleased) +** libgnutls: Check key identifiers when checking for an issuer. + ** libgnutls: Added gnutls_pubkey_verify_hash2() +** libgnutls: Added gnutls_certificate_set_x509_system_trust() +that loads the trusted CA certificates from system locations +(e.g. trusted storage in windows and CA bundle files in other systems). + ** certtool: Added support for the URI subject alternative name type in certtool. +** certtool: Increase to 128 the number of distinct options +(e.g. dns_names) allowed. + ** API and ABI modifications: gnutls_pk_to_sign: Added gnutls_pubkey_verify_hash2: Added -- 2.11.4.GIT