diff options
author | Werner Koch <[email protected]> | 2020-04-16 17:05:49 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2020-04-16 17:05:49 +0000 |
commit | bbb7edb8807b7d3c8bb5284d8fdf21adb67cd87d (patch) | |
tree | 8abadf3829ddb244f1ed5d0a014d61cf006c8a99 /doc/gpgsm.texi | |
parent | sm: Lookup missing issuers first using authorityInfoAccess. (diff) | |
download | gnupg-bbb7edb8807b7d3c8bb5284d8fdf21adb67cd87d.tar.gz gnupg-bbb7edb8807b7d3c8bb5284d8fdf21adb67cd87d.zip |
sm: Always allow authorityInfoAccess lookup if CRLs are also enabled.
* sm/certchain.c (find_up): Disable external lookups in offline mode.
Always allow AKI lookup if CRLs are also enabled.
--
GnuPG-bug-id: 4898
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'doc/gpgsm.texi')
-rw-r--r-- | doc/gpgsm.texi | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/doc/gpgsm.texi b/doc/gpgsm.texi index 8b34085e4..4298e4350 100644 --- a/doc/gpgsm.texi +++ b/doc/gpgsm.texi @@ -440,9 +440,14 @@ change it. @itemx --disable-crl-checks @opindex enable-crl-checks @opindex disable-crl-checks -By default the @acronym{CRL} checks are enabled and the DirMngr is used -to check for revoked certificates. The disable option is most useful -with an off-line network connection to suppress this check. +By default the @acronym{CRL} checks are enabled and the DirMngr is +used to check for revoked certificates. The disable option is most +useful with an off-line network connection to suppress this check and +also to avoid that new certificates introduce a web bug by including a +certificate specific CRL DP. The disable option also disables an +issuer certificate lookup via the authorityInfoAccess property of the +certificate; the @option{--enable-issuer-key-retrieve} can be used +to make use of that property anyway. @item --enable-trusted-cert-crl-check @itemx --disable-trusted-cert-crl-check |