diff options
author | Simon Josefsson <simon@josefsson.org> | 2005-10-28 12:00:34 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2005-10-28 12:00:34 +0000 |
commit | 62fdd0fb7822f078c3295675709bcaf694aeac5b (patch) | |
tree | 60239e298610e30b912dfd5e8525b720191fef3e /doc/gnutls.texi | |
parent | 59ff1bd8fbdcc11a10d532bffb8157dcc4009ca2 (diff) | |
download | gnutls-62fdd0fb7822f078c3295675709bcaf694aeac5b.tar.gz |
Add.
Diffstat (limited to 'doc/gnutls.texi')
-rw-r--r-- | doc/gnutls.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/gnutls.texi b/doc/gnutls.texi index a00d7c245e..1ec39069f4 100644 --- a/doc/gnutls.texi +++ b/doc/gnutls.texi @@ -1335,6 +1335,9 @@ the form of flags. For @ref{gnutls_x509_crt_verify} the flags are passed straig @ref{gnutls_certificate_verify_peers2} depends on the flags set by calling @code{gnutls_certificate_set_verify_flags}. All the available flags are part of the enumeration @ref{gnutls_certificate_verify_flags} and are explained in the table below. + +@anchor{gnutls_certificate_verify_flags} +@tindex gnutls_certificate_verify_flags @table @code @item GNUTLS_VERIFY_DISABLE_CA_SIGN: If set a signer does not have to be a certificate authority. This |