From: Nikos Mavrogiannopoulos Date: Sun, 24 Feb 2013 17:33:24 +0000 (+0100) Subject: doc update X-Git-Tag: gnutls_3_1_9~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b95efd09bc4db40c3ee0000c478daf5df8f5ada9;p=thirdparty%2Fgnutls.git doc update --- diff --git a/lib/x509/verify.c b/lib/x509/verify.c index 44335aef13..0d55ec4714 100644 --- a/lib/x509/verify.c +++ b/lib/x509/verify.c @@ -871,7 +871,8 @@ int i, ret; * @verify: will hold the certificate verification output. * * This function will try to verify the given certificate and return - * its status. + * its status. Note that a verification error does not imply a negative + * return status. In that case the @verify status is set. * * Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise a * negative error value.