diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-06-24 20:56:43 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-06-24 20:56:43 +0200 |
commit | 2045918365458b1f2e4ed0e1720ddd710d8dcc26 (patch) | |
tree | f10da35b140be19e0304163a7b2878e7930fc371 /lib/x509/verify-high.c | |
parent | 5c6ef1a99df671877f5d51ea2425037e808e38dd (diff) | |
download | gnutls-2045918365458b1f2e4ed0e1720ddd710d8dcc26.tar.gz |
document limitations
Diffstat (limited to 'lib/x509/verify-high.c')
-rw-r--r-- | lib/x509/verify-high.c | 2 |
1 files changed, 2 insertions, 0 deletions
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. * |