sync code with last fixes and improvements from OpenBSD

This commit is contained in:
purplerain 2023-06-07 21:20:56 +00:00
parent 4b78db449c
commit bf0676207f
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
2406 changed files with 6353 additions and 434004 deletions

View file

@ -1,4 +1,4 @@
.\" $OpenBSD: openssl.1,v 1.144 2023/05/05 18:01:27 tb Exp $
.\" $OpenBSD: openssl.1,v 1.147 2023/06/07 10:53:30 schwarze Exp $
.\" ====================================================================
.\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved.
.\"
@ -110,7 +110,7 @@
.\" copied and put under another distribution licence
.\" [including the GNU Public Licence.]
.\"
.Dd $Mdocdate: May 5 2023 $
.Dd $Mdocdate: June 7 2023 $
.Dt OPENSSL 1
.Os
.Sh NAME
@ -1526,8 +1526,9 @@ The input format.
Output the issuer name.
.It Fl lastupdate
Output the
.Cm lastUpdate
.Cm thisUpdate
field.
This option is misnamed for historical reasons.
.It Fl nameopt Ar option
Specify certificate name options.
.It Fl nextupdate
@ -5392,6 +5393,7 @@ An error occurred writing certificates.
.Op Fl evp Ar algorithm
.Op Fl mr
.Op Fl multi Ar number
.Op Fl unaligned Ar number
.Ek
.El
.Pp
@ -5418,6 +5420,13 @@ Produce machine readable output.
Run
.Ar number
benchmarks in parallel.
.It Fl unaligned Ar number
Use allocated buffers with an offset of
.Ar number
bytes from the alignment provided by
.Xr malloc 3 .
.Ar number
should be between 0 and 16.
.El
.Tg spkac
.Sh SPKAC
@ -6107,8 +6116,13 @@ The certificate
field contains an invalid time.
.It 15 X509_V_ERR_ERROR_IN_CRL_LAST_UPDATE_FIELD
The CRL
.Cm lastUpdate
.Cm thisUpdate
field contains an invalid time.
The error code is misnamed and the error message confusingly talks about
.Dq lastUpdate
instead of
.Dq thisUpdate
for historical reasons.
.It 16 X509_V_ERR_ERROR_IN_CRL_NEXT_UPDATE_FIELD
The CRL
.Cm nextUpdate