From 23c080ad8b4d746c2195802cb25b99373cb93d0b Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Wed, 6 Jun 2012 21:17:34 +0200 Subject: [PATCH] corrected function name --- doc/cha-gtls-app.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/cha-gtls-app.texi b/doc/cha-gtls-app.texi index 2f73f5cb5..35f705fe0 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 -- 2.11.4.GIT