summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschwarze <>2023-06-07 10:53:30 +0000
committerschwarze <>2023-06-07 10:53:30 +0000
commit3934c1776874150deec48a5faa9b913c03ac04a3 (patch)
tree56ddd7c7986e95a8837706bd43098b337db6bf1e
parente179b69bde328604cd932b1a2e0bf2a4a5e80aba (diff)
downloadopenbsd-3934c1776874150deec48a5faa9b913c03ac04a3.tar.gz
openbsd-3934c1776874150deec48a5faa9b913c03ac04a3.tar.bz2
openbsd-3934c1776874150deec48a5faa9b913c03ac04a3.zip
Refer to the field "thisUpdate" instead of the non-existent "lastUpdate".
Similar to X509_get0_notBefore(3) rev. 1.6. Requested by and OK tb@.
-rw-r--r--src/usr.bin/openssl/openssl.114
1 files changed, 10 insertions, 4 deletions
diff --git a/src/usr.bin/openssl/openssl.1 b/src/usr.bin/openssl/openssl.1
index 5443a11066..3005cdd2d8 100644
--- a/src/usr.bin/openssl/openssl.1
+++ b/src/usr.bin/openssl/openssl.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: openssl.1,v 1.146 2023/05/20 15:57:40 tb Exp $ 1.\" $OpenBSD: openssl.1,v 1.147 2023/06/07 10:53:30 schwarze Exp $
2.\" ==================================================================== 2.\" ====================================================================
3.\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. 3.\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved.
4.\" 4.\"
@@ -110,7 +110,7 @@
110.\" copied and put under another distribution licence 110.\" copied and put under another distribution licence
111.\" [including the GNU Public Licence.] 111.\" [including the GNU Public Licence.]
112.\" 112.\"
113.Dd $Mdocdate: May 20 2023 $ 113.Dd $Mdocdate: June 7 2023 $
114.Dt OPENSSL 1 114.Dt OPENSSL 1
115.Os 115.Os
116.Sh NAME 116.Sh NAME
@@ -1526,8 +1526,9 @@ The input format.
1526Output the issuer name. 1526Output the issuer name.
1527.It Fl lastupdate 1527.It Fl lastupdate
1528Output the 1528Output the
1529.Cm lastUpdate 1529.Cm thisUpdate
1530field. 1530field.
1531This option is misnamed for historical reasons.
1531.It Fl nameopt Ar option 1532.It Fl nameopt Ar option
1532Specify certificate name options. 1533Specify certificate name options.
1533.It Fl nextupdate 1534.It Fl nextupdate
@@ -6115,8 +6116,13 @@ The certificate
6115field contains an invalid time. 6116field contains an invalid time.
6116.It 15 X509_V_ERR_ERROR_IN_CRL_LAST_UPDATE_FIELD 6117.It 15 X509_V_ERR_ERROR_IN_CRL_LAST_UPDATE_FIELD
6117The CRL 6118The CRL
6118.Cm lastUpdate 6119.Cm thisUpdate
6119field contains an invalid time. 6120field contains an invalid time.
6121The error code is misnamed and the error message confusingly talks about
6122.Dq lastUpdate
6123instead of
6124.Dq thisUpdate
6125for historical reasons.
6120.It 16 X509_V_ERR_ERROR_IN_CRL_NEXT_UPDATE_FIELD 6126.It 16 X509_V_ERR_ERROR_IN_CRL_NEXT_UPDATE_FIELD
6121The CRL 6127The CRL
6122.Cm nextUpdate 6128.Cm nextUpdate