summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-06-27 08:42:10 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2017-09-08 15:19:57 +0200
commitedee2999b2cc6edf4bb3f10abb69bb9b85d2bd85 (patch)
tree8182df24a42cecff82c2d2a46bf5c00b8973f3f9
parentecd2f9755982aa650632a98f7603ac6518e83087 (diff)
downloadgnutls-edee2999b2cc6edf4bb3f10abb69bb9b85d2bd85.tar.gz
doc update
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b3fb4a361c..766336a6d0 100644
--- a/NEWS
+++ b/NEWS
@@ -19,6 +19,10 @@ See the end for copying conditions.
accept GNUTLS_DIG_UNKNOWN (0) as a hash function option. That will signal
the function to auto-detect an appropriate hash algorithm to use.
+** libgnutls: Removed support for signature algorithms using SHA2-224 in TLS.
+ TLS 1.3 no longer uses SHA2-224 and it was never a widespread algorithm
+ in TLS 1.2. As such, no reason to keep supporting it.
+
** p11tool: added options --sign-params and --hash. This allows testing
signature with multiple algorithms, including RSA-PSS.