From: Nikos Mavrogiannopoulos Date: Sun, 5 Aug 2012 19:48:24 +0000 (+0200) Subject: document the deprecated functions in 3.1.x X-Git-Tag: gnutls_3_1_0~20 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=afab4ff9bdf459f02d73ec6ffabb1b15a633c84b;p=thirdparty%2Fgnutls.git document the deprecated functions in 3.1.x --- 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 +