diff options
Diffstat (limited to '')
-rw-r--r-- | upstream/archlinux/man1/openssl-genpkey.1ssl | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/upstream/archlinux/man1/openssl-genpkey.1ssl b/upstream/archlinux/man1/openssl-genpkey.1ssl index fe4e338e..0499fef2 100644 --- a/upstream/archlinux/man1/openssl-genpkey.1ssl +++ b/upstream/archlinux/man1/openssl-genpkey.1ssl @@ -55,7 +55,7 @@ .\" ======================================================================== .\" .IX Title "OPENSSL-GENPKEY 1ssl" -.TH OPENSSL-GENPKEY 1ssl 2024-01-30 3.2.1 OpenSSL +.TH OPENSSL-GENPKEY 1ssl 2024-04-28 3.3.0 OpenSSL .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -78,7 +78,10 @@ openssl\-genpkey \- generate a private key or key pair [\fB\-pkeyopt\fR \fIopt\fR:\fIvalue\fR] [\fB\-genparam\fR] [\fB\-text\fR] +[\fB\-rand\fR \fIfiles\fR] +[\fB\-writerand\fR \fIfile\fR] [\fB\-engine\fR \fIid\fR] +.PP [\fB\-provider\fR \fIname\fR] [\fB\-provider\-path\fR \fIpath\fR] [\fB\-propquery\fR \fIpropq\fR] @@ -158,6 +161,9 @@ are mutually exclusive. .IX Item "-text" Print an (unencrypted) text representation of private and public keys and parameters along with the PEM or DER structure. +.IP "\fB\-rand\fR \fIfiles\fR, \fB\-writerand\fR \fIfile\fR" 4 +.IX Item "-rand files, -writerand file" +See "Random State Options" in \fBopenssl\fR\|(1) for details. .IP "\fB\-engine\fR \fIid\fR" 4 .IX Item "-engine id" See "Engine Options" in \fBopenssl\fR\|(1). @@ -537,7 +543,7 @@ The ability to generate X448, ED25519 and ED448 keys was added in OpenSSL 1.1.1. The \fB\-engine\fR option was deprecated in OpenSSL 3.0. .SH COPYRIGHT .IX Header "COPYRIGHT" -Copyright 2006\-2023 The OpenSSL Project Authors. All Rights Reserved. +Copyright 2006\-2024 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 |