]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Fix check_crl_strict documentation
authorJouni Malinen <j@w1.fi>
Sun, 11 Aug 2019 07:44:29 +0000 (10:44 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 11 Aug 2019 13:37:48 +0000 (16:37 +0300)
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>
hostapd/hostapd.conf

index ce3ecdddf157007bb9d6e73fb6d31694e3886c4f..a69174af1bf5caf1f815de5fd00631a5888a02b4 100644 (file)
@@ -1012,7 +1012,7 @@ eap_server=0
 #check_crl=1
 
 # 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
 # 1 = do not ignore errors (default)