From: Nikos Mavrogiannopoulos Date: Mon, 12 Jan 2015 16:02:03 +0000 (+0100) Subject: doc update X-Git-Tag: gnutls_3_4_0~358 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8eda5b73235563b025207a53239f4d3ecbf546b;p=thirdparty%2Fgnutls.git doc update --- diff --git a/lib/x509/verify.c b/lib/x509/verify.c index fafaff274b..aba2b01cca 100644 --- a/lib/x509/verify.c +++ b/lib/x509/verify.c @@ -812,6 +812,9 @@ verify_crt(gnutls_x509_crt_t cert, * given issuer. It checks the DN fields and the authority * key identifier and subject key identifier fields match. * + * If the same certificate is provided at the @cert and @issuer fields, + * it will check whether the certificate is self-signed. + * * Returns: It will return true (1) if the given certificate is issued * by the given issuer, and false (0) if not. **/