summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-10-18 15:57:53 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2017-10-18 15:58:09 +0200
commit677561ea7ac19cb7a45ddc586be22604ca8da879 (patch)
treef29236f2269f45ee577d0158a0531253fe6566e1
parenta9c06430060fb712e5dea038a8820978c7b8f2cd (diff)
downloadgnutls-677561ea7ac19cb7a45ddc586be22604ca8da879.tar.gz
doc: mention SHA224 removal in upgrade guide
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
-rw-r--r--doc/cha-upgrade.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/cha-upgrade.texi b/doc/cha-upgrade.texi
index cea99fa824..6b63bdba83 100644
--- a/doc/cha-upgrade.texi
+++ b/doc/cha-upgrade.texi
@@ -194,6 +194,10 @@ however, there are minor differences, listed below.
@item The priority strings "+COMP" are a no-op
@tab TLS compression is no longer available.
+@item The hash function SHA2-224 is a no-op for TLS1.2
+@tab TLS 1.3 no longer uses SHA2-224, and it was never a widespread hash
+algorithm. As such it was removed for simplicity.
+
@item The compression-related functions are deprecated
@tab No longer use @funcintref{gnutls_compression_get},
@funcintref{gnutls_compression_get_name}, @funcintref{gnutls_compression_list},