summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-09-07 08:12:05 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2017-09-08 08:55:38 +0200
commit3a91d55f272cd2e9c49b81c0662ed18aea0c6022 (patch)
treed2fb2b1a4d219269978a7b7c6674f5a39d637ae3
parentdabe2d61bf73ce20a5a6a4ace2802ab58f175ce7 (diff)
downloadgnutls-3a91d55f272cd2e9c49b81c0662ed18aea0c6022.tar.gz
doc: document the change of gnutls_x509_crt_sign
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
-rw-r--r--doc/cha-upgrade.texi9
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/cha-upgrade.texi b/doc/cha-upgrade.texi
index 0401719ec9..cea99fa824 100644
--- a/doc/cha-upgrade.texi
+++ b/doc/cha-upgrade.texi
@@ -189,14 +189,17 @@ GnuTLS 3.6.x is source and binary compatible with GnuTLS 3.5.x releases;
however, there are minor differences, listed below.
@multitable @columnfractions .30 .60
-@headitem Old function @tab Replacement
+@headitem Old functionality @tab Replacement
-@item The priority string "+COMP" are a no-op
-@tab Compression will no longer be available.
+@item The priority strings "+COMP" are a no-op
+@tab TLS compression is no longer available.
@item The compression-related functions are deprecated
@tab No longer use @funcintref{gnutls_compression_get},
@funcintref{gnutls_compression_get_name}, @funcintref{gnutls_compression_list},
and @funcintref{gnutls_compression_get_id}.
+@item @funcref{gnutls_x509_crt_sign}, @funcref{gnutls_x509_crl_sign}, @funcref{gnutls_x509_crq_sign}
+@tab These signing functions will no longer sign using SHA1, but with a secure hash algorithm.
+
@end multitable