mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-02-16 09:03:05 -05:00
Fix check_crl_strict documentation
The OpenSSL error codes used here were for certificates, not CRLs. Fix that to refer to CRL being expired or not yet valid. Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
ce30a79a14
commit
698a0067c9
@ -1012,7 +1012,7 @@ eap_server=0
|
|||||||
#check_crl=1
|
#check_crl=1
|
||||||
|
|
||||||
# Specify whether to ignore certificate CRL validity time mismatches with
|
# Specify whether to ignore certificate CRL validity time mismatches with
|
||||||
# errors X509_V_ERR_CERT_HAS_EXPIRED and X509_V_ERR_CERT_NOT_YET_VALID.
|
# errors X509_V_ERR_CRL_HAS_EXPIRED and X509_V_ERR_CRL_NOT_YET_VALID.
|
||||||
#
|
#
|
||||||
# 0 = ignore errors
|
# 0 = ignore errors
|
||||||
# 1 = do not ignore errors (default)
|
# 1 = do not ignore errors (default)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user