From: Nikos Mavrogiannopoulos Date: Sat, 21 Feb 2015 06:35:21 +0000 (+0100) Subject: doc: added deprecated functions into upgrade plan X-Git-Tag: gnutls_3_4_0~298 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0b84e20700cc2c3654719e862beea77093ccdb64;p=thirdparty%2Fgnutls.git doc: added deprecated functions into upgrade plan --- diff --git a/doc/cha-upgrade.texi b/doc/cha-upgrade.texi index 066ef10655..4e468d43cf 100644 --- a/doc/cha-upgrade.texi +++ b/doc/cha-upgrade.texi @@ -145,6 +145,18 @@ however, several deprecated functions were removed, and are listed below. @funcintref{gnutls_rsa_params_init} @tab No replacement; the library does not support the RSA-EXPORT ciphersuites. +@item @funcintref{gnutls_pubkey_verify_hash}, +@tab @funcref{gnutls_pubkey_verify_hash2}. + +@item @funcintref{gnutls_pubkey_verify_data}, +@tab @funcref{gnutls_pubkey_verify_data2}. + +@item @funcintref{gnutls_x509_crt_get_verify_algorithm}, +@tab @funcref{gnutls_x509_crt_get_signature_algorithm}. + +@item @funcintref{gnutls_pubkey_get_verify_algorithm}, +@tab No replacement; a similar function is @funcref{gnutls_pubkey_get_preferred_hash_algorithm}. + @item @funcintref{gnutls_certificate_type_set_priority}, @funcintref{gnutls_cipher_set_priority}, @funcintref{gnutls_compression_set_priority},