aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorViktor Dukhovni <openssl-users@dukhovni.org>2024-01-12 19:22:17 -0500
committerTomas Mraz <tomas@openssl.org>2024-01-16 11:40:01 +0100
commit7698f80ab17190be8d6950d8836222a375245ed8 (patch)
treec872e3c745f1e7eb3092bdea5246c7be5e7da578 /doc
parentaac531e5daa2edec5d47e702a7f115cf77fe07f9 (diff)
downloadopenssl-7698f80ab17190be8d6950d8836222a375245ed8.tar.gz
Add missing genpkey -rand support
Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/23294)
Diffstat (limited to 'doc')
-rw-r--r--doc/man1/openssl-genpkey.pod.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/man1/openssl-genpkey.pod.in b/doc/man1/openssl-genpkey.pod.in
index aa0b74e8aa..aab4ef84d7 100644
--- a/doc/man1/openssl-genpkey.pod.in
+++ b/doc/man1/openssl-genpkey.pod.in
@@ -25,7 +25,9 @@ B<openssl> B<genpkey>
[B<-pkeyopt> I<opt>:I<value>]
[B<-genparam>]
[B<-text>]
-{- $OpenSSL::safe::opt_engine_synopsis -}{- $OpenSSL::safe::opt_provider_synopsis -}
+{- $OpenSSL::safe::opt_r_synopsis -}
+{- $OpenSSL::safe::opt_engine_synopsis -}
+{- $OpenSSL::safe::opt_provider_synopsis -}
{- $OpenSSL::safe::opt_config_synopsis -}
=head1 DESCRIPTION
@@ -119,6 +121,8 @@ are mutually exclusive.
Print an (unencrypted) text representation of private and public keys and
parameters along with the PEM or DER structure.
+{- $OpenSSL::safe::opt_r_item -}
+
{- $OpenSSL::safe::opt_engine_item -}
{- $OpenSSL::safe::opt_provider_item -}