summaryrefslogtreecommitdiff
path: root/lib/gnutls_cert.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gnutls_cert.c')
-rw-r--r--lib/gnutls_cert.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/gnutls_cert.c b/lib/gnutls_cert.c
index 61585af847..605b7d8a2a 100644
--- a/lib/gnutls_cert.c
+++ b/lib/gnutls_cert.c
@@ -646,10 +646,7 @@ _gnutls_openpgp_crt_verify_peers (gnutls_session_t session,
* gnutls_certificate_set_verify_limits().
*
* Note that you must also check the peer's name in order to check if
- * the verified certificate belongs to the actual peer.
- *
- * This function uses gnutls_x509_crt_list_verify() with the CAs in
- * the credentials as trusted CAs.
+ * the verified certificate belongs to the actual peer, see gnutls_x509_crt_check_hostname().
*
* Returns: a negative error code on error and %GNUTLS_E_SUCCESS (0) on success.
**/