]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
doc: added deprecated functions into upgrade plan
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 21 Feb 2015 06:35:21 +0000 (07:35 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 21 Feb 2015 06:35:21 +0000 (07:35 +0100)
doc/cha-upgrade.texi

index 066ef10655487eef663d2f87dcb769d9948e782d..4e468d43cf73d32c6b69eb9e5e4d7e1ea11349c2 100644 (file)
@@ -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},