summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-08-05 21:48:24 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-08-05 21:51:58 +0200
commitafab4ff9bdf459f02d73ec6ffabb1b15a633c84b (patch)
treeff4c5be5ff9dd4a0ff7a1bb2f4b18ff9fa7eed0c
parente048b2c6be7371aafb2ac2f8b6232121bb05ac87 (diff)
downloadgnutls-afab4ff9bdf459f02d73ec6ffabb1b15a633c84b.tar.gz
document the deprecated functions in 3.1.x
-rw-r--r--doc/cha-upgrade.texi20
1 files changed, 19 insertions, 1 deletions
diff --git a/doc/cha-upgrade.texi b/doc/cha-upgrade.texi
index de5e32f76a..e52ce29458 100644
--- a/doc/cha-upgrade.texi
+++ b/doc/cha-upgrade.texi
@@ -23,7 +23,7 @@ function @funcref{gnutls_record_check_pending} has to be used to achieve the sam
functionality as described in @ref{Asynchronous operation}.
@end itemize
-@heading Upgrading to 3.0.x from previous versions
+@heading Upgrading to 3.0.x from 2.12.x
GnuTLS 3.0.x is source compatible with previous versions except for the functions
listed below.
@@ -72,3 +72,21 @@ They are replaced by the safer function @funcref{gnutls_session_get_random}
@end multitable
+@heading Upgrading to 3.1.x from 3.0.x
+
+GnuTLS 3.1.x is source and binary compatible with GnuTLS 3.0.x releases. Few
+functions have been deprecated and are listed below.
+
+@multitable @columnfractions .30 .60
+@headitem Old function @tab Replacement
+
+@item @funcintref{gnutls_pubkey_verify_hash}
+@tab The function @funcref{gnutls_pubkey_verify_hash2} is provided and
+is functionally equivalent and safer to use.
+
+@item @funcintref{gnutls_pubkey_verify_data}
+@tab The function @funcref{gnutls_pubkey_verify_data2} is provided and
+is functionally equivalent and safer to use.
+
+@end multitable
+