From: Nikos Mavrogiannopoulos Date: Sun, 24 Jun 2012 18:56:43 +0000 (+0200) Subject: document limitations X-Git-Tag: gnutls_3_0_21~27 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2045918365458b1f2e4ed0e1720ddd710d8dcc26;p=thirdparty%2Fgnutls.git document limitations --- diff --git a/lib/x509/verify-high.c b/lib/x509/verify-high.c index eb16716221..83b3cf0adb 100644 --- a/lib/x509/verify-high.c +++ b/lib/x509/verify-high.c @@ -460,6 +460,8 @@ int gnutls_x509_trust_list_get_issuer(gnutls_x509_trust_list_t list, * This function will try to verify the given certificate and return * its status. * + * Limitation: Pathlen constraints or key usage flags are not consulted. + * * Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise a * negative error value. *