diff options
Diffstat (limited to 'doc/gpg-agent.texi')
-rw-r--r-- | doc/gpg-agent.texi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/gpg-agent.texi b/doc/gpg-agent.texi index 92fac27a7..96242048c 100644 --- a/doc/gpg-agent.texi +++ b/doc/gpg-agent.texi @@ -844,11 +844,14 @@ caller: @table @code @item relax +@itemx norelax @cindex relax +@cindex norelax Relax checking of some root certificate requirements. As of now this flag allows the use of root certificates with a missing basicConstraints attribute (despite that it is a MUST for CA certificates) and disables -CRL checking for the root certificate. +CRL checking for the root certificate. This is by default enabled. +Use "norelax" to disable it. @item cm If validation of a certificate finally issued by a CA with this flag set |