From 3a91d55f272cd2e9c49b81c0662ed18aea0c6022 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Thu, 7 Sep 2017 08:12:05 +0200 Subject: doc: document the change of gnutls_x509_crt_sign Signed-off-by: Nikos Mavrogiannopoulos --- doc/cha-upgrade.texi | 9 ++++++--- 1 file 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 -- cgit v1.2.1