diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 10:51:52 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 10:51:52 +0000 |
commit | 4ad94864781f48b1a4b77f9cfb934622bf756ba1 (patch) | |
tree | 3900955c1886e6d2570fea7125ee1f01bafe876d /upstream/debian-unstable/man1/openssl-speed.1ssl | |
parent | Adding upstream version 4.22.0. (diff) | |
download | manpages-l10n-4ad94864781f48b1a4b77f9cfb934622bf756ba1.tar.xz manpages-l10n-4ad94864781f48b1a4b77f9cfb934622bf756ba1.zip |
Adding upstream version 4.23.0.upstream/4.23.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/debian-unstable/man1/openssl-speed.1ssl')
-rw-r--r-- | upstream/debian-unstable/man1/openssl-speed.1ssl | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/upstream/debian-unstable/man1/openssl-speed.1ssl b/upstream/debian-unstable/man1/openssl-speed.1ssl index da8d38e1..3c9fcfd4 100644 --- a/upstream/debian-unstable/man1/openssl-speed.1ssl +++ b/upstream/debian-unstable/man1/openssl-speed.1ssl @@ -55,7 +55,7 @@ .\" ======================================================================== .\" .IX Title "OPENSSL-SPEED 1SSL" -.TH OPENSSL-SPEED 1SSL 2024-02-03 3.1.5 OpenSSL +.TH OPENSSL-SPEED 1SSL 2024-04-04 3.2.2-dev OpenSSL .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -73,6 +73,8 @@ openssl\-speed \- test library performance [\fB\-cmac\fR \fIalgo\fR] [\fB\-mb\fR] [\fB\-aead\fR] +[\fB\-kem\-algorithms\fR] +[\fB\-signature\-algorithms\fR] [\fB\-multi\fR \fInum\fR] [\fB\-async_jobs\fR \fInum\fR] [\fB\-misalign\fR \fInum\fR] @@ -142,6 +144,12 @@ Enable multi-block mode on EVP-named cipher. .IP \fB\-aead\fR 4 .IX Item "-aead" Benchmark EVP-named AEAD cipher in TLS-like sequence. +.IP \fB\-kem\-algorithms\fR 4 +.IX Item "-kem-algorithms" +Benchmark KEM algorithms: key generation, encapsulation, decapsulation. +.IP \fB\-signature\-algorithms\fR 4 +.IX Item "-signature-algorithms" +Benchmark signature algorithms: key generation, signature, verification. .IP "\fB\-primes\fR \fInum\fR" 4 .IX Item "-primes num" Generate a \fInum\fR\-prime RSA key and use it to run the benchmarks. This option @@ -152,7 +160,7 @@ Run benchmarks for \fInum\fR seconds. .IP "\fB\-bytes\fR \fInum\fR" 4 .IX Item "-bytes num" Run benchmarks on \fInum\fR\-byte buffers. Affects ciphers, digests and the CSPRNG. -The limit on the size of the buffer is INT_MAX \- 64 bytes, which for a 32\-bit +The limit on the size of the buffer is INT_MAX \- 64 bytes, which for a 32\-bit int would be 2147483583 bytes. .IP \fB\-mr\fR 4 .IX Item "-mr" @@ -191,9 +199,11 @@ supported by third party providers with the \f(CW\*(C`openssl speed\*(C'\fR comm .SH HISTORY .IX Header "HISTORY" The \fB\-engine\fR option was deprecated in OpenSSL 3.0. +.PP +DSA512 was removed in OpenSSL 3.2. .SH COPYRIGHT .IX Header "COPYRIGHT" -Copyright 2000\-2022 The OpenSSL Project Authors. All Rights Reserved. +Copyright 2000\-2023 The OpenSSL Project Authors. All Rights Reserved. .PP Licensed under the Apache License 2.0 (the "License"). You may not use this file except in compliance with the License. You can obtain a copy |