summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-06-05 10:01:07 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2017-06-05 13:04:57 +0000
commitb8e3ee442a44b2d9712420b7c854519c060d6cd5 (patch)
treef4f0d9f28729d5752f6ad3645adbae07ef76dc31
parent7323799864c85bcef295ae3c4f9c6b8ee59b1025 (diff)
downloadgnutls-b8e3ee442a44b2d9712420b7c854519c060d6cd5.tar.gz
doc update
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
-rw-r--r--NEWS8
1 files changed, 5 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 77632ce617..bfb917111e 100644
--- a/NEWS
+++ b/NEWS
@@ -61,15 +61,17 @@ See the end for copying conditions.
** libgnutls: gnutls_pem_base64_encode/2() and gnutls_pem_base64_decode/2() can
be used to decode arbitrary base64 data if the header parameter is set to NULL.
-** libgnutls: removed support for libidn; gnutls can now be compiled only with
+** libgnutls: Removed support for libidn; gnutls can now be compiled only with
libidn2.
-** certtool: the option '--load-ca-certificate' can now accept PKCS#11
+** certtool: The option '--load-ca-certificate' can now accept PKCS#11
URLs in addition to files.
-** certtool: the option '--load-crl' can now be used when generating PKCS#12
+** certtool: The option '--load-crl' can now be used when generating PKCS#12
files (i.e., in conjunction with '--to-p12' option).
+** psktool: Generate 256-bit keys by default.
+
** API and ABI modifications:
gnutls_x509_crt_set_flags: Added
gnutls_x509_crt_check_ip: Added