diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/usr.bin/openssl/openssl.1 | 14 |
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. | |||
| 1526 | Output the issuer name. | 1526 | Output the issuer name. |
| 1527 | .It Fl lastupdate | 1527 | .It Fl lastupdate |
| 1528 | Output the | 1528 | Output the |
| 1529 | .Cm lastUpdate | 1529 | .Cm thisUpdate |
| 1530 | field. | 1530 | field. |
| 1531 | This option is misnamed for historical reasons. | ||
| 1531 | .It Fl nameopt Ar option | 1532 | .It Fl nameopt Ar option |
| 1532 | Specify certificate name options. | 1533 | Specify certificate name options. |
| 1533 | .It Fl nextupdate | 1534 | .It Fl nextupdate |
| @@ -6115,8 +6116,13 @@ The certificate | |||
| 6115 | field contains an invalid time. | 6116 | field 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 |
| 6117 | The CRL | 6118 | The CRL |
| 6118 | .Cm lastUpdate | 6119 | .Cm thisUpdate |
| 6119 | field contains an invalid time. | 6120 | field contains an invalid time. |
| 6121 | The error code is misnamed and the error message confusingly talks about | ||
| 6122 | .Dq lastUpdate | ||
| 6123 | instead of | ||
| 6124 | .Dq thisUpdate | ||
| 6125 | for 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 |
| 6121 | The CRL | 6127 | The CRL |
| 6122 | .Cm nextUpdate | 6128 | .Cm nextUpdate |
