diff options
Diffstat (limited to 'src/usr.bin/openssl/openssl.1')
-rw-r--r-- | src/usr.bin/openssl/openssl.1 | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/src/usr.bin/openssl/openssl.1 b/src/usr.bin/openssl/openssl.1 index 4c9d15b9d1..f01f71bc0c 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.144 2023/05/05 18:01:27 tb Exp $ | 1 | .\" $OpenBSD: openssl.1,v 1.145 2023/05/20 12:03:02 tb 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 5 2023 $ | 113 | .Dd $Mdocdate: May 20 2023 $ |
114 | .Dt OPENSSL 1 | 114 | .Dt OPENSSL 1 |
115 | .Os | 115 | .Os |
116 | .Sh NAME | 116 | .Sh NAME |
@@ -5392,6 +5392,7 @@ An error occurred writing certificates. | |||
5392 | .Op Fl evp Ar algorithm | 5392 | .Op Fl evp Ar algorithm |
5393 | .Op Fl mr | 5393 | .Op Fl mr |
5394 | .Op Fl multi Ar number | 5394 | .Op Fl multi Ar number |
5395 | .Op Fl unaligned Ar number | ||
5395 | .Ek | 5396 | .Ek |
5396 | .El | 5397 | .El |
5397 | .Pp | 5398 | .Pp |
@@ -5418,6 +5419,13 @@ Produce machine readable output. | |||
5418 | Run | 5419 | Run |
5419 | .Ar number | 5420 | .Ar number |
5420 | benchmarks in parallel. | 5421 | benchmarks in parallel. |
5422 | .It Fl unaligned Ar number | ||
5423 | Use allocated buffers with an offset of | ||
5424 | .Ar number | ||
5425 | bytes from the alignment provided by | ||
5426 | .Xr malloc 3 . | ||
5427 | .Ar number | ||
5428 | should be between 0 and 16. | ||
5421 | .El | 5429 | .El |
5422 | .Tg spkac | 5430 | .Tg spkac |
5423 | .Sh SPKAC | 5431 | .Sh SPKAC |