summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>2023-01-31 11:42:30 +0100
committerTomas Mraz <tomas@openssl.org>2023-02-02 08:56:31 +0100
commit36d85b02cef2ca34253619acae35623989258277 (patch)
tree2e0c371732ed8790c89de251eb6c40b3a176eaaa
parent77f29142b26e39a9f587bad73f20809485d32bb9 (diff)
doc/man1/{storeutl,gendsa}: point out that extra options/arguments are ignored
... and therefore all options must be given before the final file/URI arg. This is essentially a backport of the doc portion of #20156 to 3.0 and 3.1, where the missing error checking/reporting likely will not be added. Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20179)
-rw-r--r--doc/man1/openssl-gendsa.pod.in3
-rw-r--r--doc/man1/openssl-storeutl.pod.in7
2 files changed, 8 insertions, 2 deletions
diff --git a/doc/man1/openssl-gendsa.pod.in b/doc/man1/openssl-gendsa.pod.in
index 3dc2e3a6bd..dd087ac82b 100644
--- a/doc/man1/openssl-gendsa.pod.in
+++ b/doc/man1/openssl-gendsa.pod.in
@@ -57,6 +57,9 @@ These options encrypt the private key with specified
cipher before outputting it. A pass phrase is prompted for.
If none of these options is specified no encryption is used.
+Note that all options must be given before the I<paramfile> argument.
+Otherwise they are ignored.
+
=item B<-verbose>
Print extra details about the operations being performed.
diff --git a/doc/man1/openssl-storeutl.pod.in b/doc/man1/openssl-storeutl.pod.in
index 80dc7e36c8..be1b69b38a 100644
--- a/doc/man1/openssl-storeutl.pod.in
+++ b/doc/man1/openssl-storeutl.pod.in
@@ -28,12 +28,12 @@ B<openssl> B<storeutl>
[B<-fingerprint> I<arg>]
[B<-I<digest>>]
{- $OpenSSL::safe::opt_engine_synopsis -}{- $OpenSSL::safe::opt_provider_synopsis -}
-I<uri> ...
+I<uri>
=head1 DESCRIPTION
This command can be used to display the contents (after
-decryption as the case may be) fetched from the given URIs.
+decryption as the case may be) fetched from the given URI.
=head1 OPTIONS
@@ -76,6 +76,9 @@ Only select the certificates, keys or CRLs from the given URI.
However, if this URI would return a set of names (URIs), those are always
returned.
+Note that all options must be given before the I<uri> argument.
+Otherwise they are ignored.
+
=item B<-subject> I<arg>
Search for an object having the subject name I<arg>.