summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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