summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2015-03-03 18:51:22 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2015-03-03 18:51:37 +0100
commit8fd1b8c504d82848bf73120412aab9b40cdfb8de (patch)
tree8e9e018603fdcc0f1430335ff217be61ce300e6a /NEWS
parent5f74519edca0efd658c0ed8757df4ced8fbb28c5 (diff)
downloadgnutls-8fd1b8c504d82848bf73120412aab9b40cdfb8de.tar.gz
doc update
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a69063164e..014df1a21a 100644
--- a/NEWS
+++ b/NEWS
@@ -34,7 +34,8 @@ list. It has to be explicitly enabled, e.g., with a string like
** libgnutls: DSA signatures and DHE-DSS are no longer included in the
default priorities list. They have to be explicitly enabled, e.g., with
-a string like "NORMAL:+DHE-DSS:+SIGN-DSA-SHA1:+SIGN-DSA-SHA256".
+a string like "NORMAL:+DHE-DSS:+SIGN-DSA-SHA256:+SIGN-DSA-SHA1". This
+string will be needed when using the OpenPGP ciphersuites.
** libgnutls: Use nettle's PBKDF2 implementation.