summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-11-06 22:10:10 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-11-06 22:10:10 +0100
commitca109dccfc29a0afa2ab13c031e7d64a3bbe191d (patch)
tree6f8f3f311910e309508593a0684887a70229daf9
parent3f34f7ee180c4c20411daa1678a50c033011829d (diff)
downloadgnutls-ca109dccfc29a0afa2ab13c031e7d64a3bbe191d.tar.gz
doc update
-rw-r--r--NEWS9
1 files changed, 3 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index 09c8ae285d..4b27802fc0 100644
--- a/NEWS
+++ b/NEWS
@@ -8,23 +8,20 @@ See the end for copying conditions.
the available revocation data validity.
** libgnutls: Added gnutls_certificate_verification_status_print(),
-a function to print the verification status code in human
-readable text.
+a function to print the verification status code in human readable text.
** libgnutls: Added priority string %VERIFY_DISABLE_CRL_CHECKS.
** libgnutls: Simplified certificate verification by adding
gnutls_certificate_verify_peers3().
-** libgnutls: Added support for extension to establish keys
-for SRTP.
+** libgnutls: Added support for extension to establish keys for SRTP.
** libgnutls: The X.509 verification functions check the key
usage bits and pathlen constraints and on failure output
GNUTLS_CERT_SIGNER_CONSTRAINTS_FAILURE.
-** libgnutls: gnutls_x509_crl_verify() includes the time
-checks.
+** libgnutls: gnutls_x509_crl_verify() includes the time checks.
** libgnutls: Added verification flag GNUTLS_VERIFY_DO_NOT_ALLOW_UNSORTED_CHAIN
and made GNUTLS_VERIFY_ALLOW_UNSORTED_CHAIN the default.