diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2015-02-21 07:35:21 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2015-02-21 07:35:21 +0100 |
commit | 0b84e20700cc2c3654719e862beea77093ccdb64 (patch) | |
tree | 4b67b704adc5ba89eb8b6c918f0d4c030b4107aa /doc/cha-upgrade.texi | |
parent | 1a1d4bf747ba7e4d334cfac46c39668e196303ea (diff) | |
download | gnutls-0b84e20700cc2c3654719e862beea77093ccdb64.tar.gz |
doc: added deprecated functions into upgrade plan
Diffstat (limited to 'doc/cha-upgrade.texi')
-rw-r--r-- | doc/cha-upgrade.texi | 12 |
1 files changed, 12 insertions, 0 deletions
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}, |