]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
document limitations
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 24 Jun 2012 18:56:43 +0000 (20:56 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 24 Jun 2012 18:56:43 +0000 (20:56 +0200)
lib/x509/verify-high.c

index eb167162217bc527f86939f1e068029370a1ce20..83b3cf0adbc6d2f080280222a3fd9f9501189832 100644 (file)
@@ -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.
  *