summaryrefslogtreecommitdiff
path: root/doc/cha-upgrade.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/cha-upgrade.texi')
-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
+