From: Nikos Mavrogiannopoulos Date: Wed, 6 Jun 2012 19:17:13 +0000 (+0200) Subject: corrected function name X-Git-Tag: gnutls_3_0_21~58 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bbc563171aa4d3e8afae7d7fa2becbb36214fbaa;p=thirdparty%2Fgnutls.git corrected function name --- diff --git a/doc/cha-gtls-app.texi b/doc/cha-gtls-app.texi index 2f73f5cb5e..35f705fe05 100644 --- a/doc/cha-gtls-app.texi +++ b/doc/cha-gtls-app.texi @@ -425,7 +425,7 @@ In that case a certificate should be selected according the peer's signature algorithm preferences. To get those preferences use @funcref{gnutls_sign_algorithm_get_requested}. Both functions are shown below. -@showfuncC{gnutls_certificate_set_retrieve_function,gnutls_certificate_retrieve_function2,gnutls_sign_algorithm_get_requested} +@showfuncC{gnutls_certificate_set_retrieve_function,gnutls_certificate_set_retrieve_function2,gnutls_sign_algorithm_get_requested} The functions above do not handle the requested server name automatically. A server would need to check the name requested by the client