summaryrefslogtreecommitdiff
path: root/doc/cha-cert-auth.texi
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-05-25 22:25:51 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-05-25 22:25:51 +0200
commitd869e863c32d685d7e795616db4e6e6bf4fa1d22 (patch)
tree75f85c37a5110b6792a0282981f7dcfcba30a83b /doc/cha-cert-auth.texi
parentc724a415c7b33177c259ca85930690826318e80e (diff)
downloadgnutls-d869e863c32d685d7e795616db4e6e6bf4fa1d22.tar.gz
updated doc
Diffstat (limited to 'doc/cha-cert-auth.texi')
-rw-r--r--doc/cha-cert-auth.texi6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/cha-cert-auth.texi b/doc/cha-cert-auth.texi
index 1ee95bf1df..946674c48e 100644
--- a/doc/cha-cert-auth.texi
+++ b/doc/cha-cert-auth.texi
@@ -243,7 +243,8 @@ provided.
The verification function will verify a given certificate chain against a list of certificate
authorities and certificate revocation lists, and output
a bit-wise OR of elements of the @code{gnutls_@-certificate_@-status_t}
-enumeration shown in @ref{gnutls_certificate_status_t}.
+enumeration shown in @ref{gnutls_certificate_status_t}. The @code{GNUTLS_@-CERT_@-INVALID} flag
+is always set on a verification error and more detailed flags will also be set when appropriate.
@showenumdesc{gnutls_certificate_status_t,The @code{gnutls_@-certificate_@-status_t} enumeration.}
@@ -263,7 +264,8 @@ authority list may also be set using:
Then it is not required to setup a trusted list as above.
The function @funcref{gnutls_certificate_verify_peers2}
-may then be used to verify the peer's certificate chain.
+may then be used to verify the peer's certificate chain. The flags
+are set similarly to the verification functions in the previous section.
There is also the possibility to pass some input to the verification
functions in the form of flags. For @funcref{gnutls_x509_trust_list_verify_crt} the