summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLutz Jänicke <jaenicke@openssl.org>2001-10-08 08:37:24 +0000
committerLutz Jänicke <jaenicke@openssl.org>2001-10-08 08:37:24 +0000
commite1c279b63d3eb07ac6c0a34bf70d6fca139a6243 (patch)
treee350ef73af0b7ff58c6224cc211eca3f21fab67f /doc
parent467889703a79df3ff98a1913b7556c41130025a4 (diff)
Small documentation fixes (Howard Lum <howard@pumpkin.canada.sun.com>)
Diffstat (limited to 'doc')
-rw-r--r--doc/apps/verify.pod8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/apps/verify.pod b/doc/apps/verify.pod
index 90455525d1..ea5c29c150 100644
--- a/doc/apps/verify.pod
+++ b/doc/apps/verify.pod
@@ -200,13 +200,13 @@ the signature of the certificate is invalid. Unused.
the certificate is not yet valid: the notBefore date is after the current time.
-=item B<10 X509_V_ERR_CRL_NOT_YET_VALID: CRL is not yet valid>
+=item B<10 X509_V_ERR_CERT_HAS_EXPIRED: certificate has expired>
-the CRL is not yet valid. Unused.
+the certificate has expired: that is the notAfter date is before the current time.
-=item B<11 X509_V_ERR_CERT_HAS_EXPIRED: Certificate has expired>
+=item B<11 X509_V_ERR_CRL_NOT_YET_VALID: CRL is not yet valid>
-the certificate has expired: that is the notAfter date is before the current time.
+the CRL is not yet valid. Unused.
=item B<12 X509_V_ERR_CRL_HAS_EXPIRED: CRL has expired>