diff options
Diffstat (limited to 'upstream/debian-unstable/man1/openssl-gendsa.1ssl')
-rw-r--r-- | upstream/debian-unstable/man1/openssl-gendsa.1ssl | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/upstream/debian-unstable/man1/openssl-gendsa.1ssl b/upstream/debian-unstable/man1/openssl-gendsa.1ssl index 4e907f63..02a41110 100644 --- a/upstream/debian-unstable/man1/openssl-gendsa.1ssl +++ b/upstream/debian-unstable/man1/openssl-gendsa.1ssl @@ -55,7 +55,7 @@ .\" ======================================================================== .\" .IX Title "OPENSSL-GENDSA 1SSL" -.TH OPENSSL-GENDSA 1SSL 2024-02-03 3.1.5 OpenSSL +.TH OPENSSL-GENDSA 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 @@ -81,6 +81,7 @@ openssl\-gendsa \- generate a DSA private key from a set of parameters [\fB\-des3\fR] [\fB\-idea\fR] [\fB\-verbose\fR] +[\fB\-quiet\fR] [\fB\-rand\fR \fIfiles\fR] [\fB\-writerand\fR \fIfile\fR] [\fB\-engine\fR \fIid\fR] @@ -112,10 +113,13 @@ cipher before outputting it. A pass phrase is prompted for. If none of these options is specified no encryption is used. .Sp Note that all options must be given before the \fIparamfile\fR argument. -Otherwise they are ignored. .IP \fB\-verbose\fR 4 .IX Item "-verbose" Print extra details about the operations being performed. +.IP \fB\-quiet\fR 4 +.IX Item "-quiet" +Print fewer details about the operations being performed, which may +be handy during batch scripts and pipelines. .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. |