]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
document the deprecated functions in 3.1.x
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 5 Aug 2012 19:48:24 +0000 (21:48 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 5 Aug 2012 19:51:58 +0000 (21:51 +0200)
doc/cha-upgrade.texi

index de5e32f76a40508f8ea3db94c2d1248339f9cccf..e52ce29458ed17a3bfe7ea48ea4726039c55d642 100644 (file)
@@ -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
+