]> git.ipfire.org Git - thirdparty/openssl.git/commit
APPS/{storeutl,gendsa}: give error on extra arguments, improve doc
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>
Fri, 27 Jan 2023 13:31:45 +0000 (14:31 +0100)
committerTomas Mraz <tomas@openssl.org>
Thu, 2 Feb 2023 07:58:10 +0000 (08:58 +0100)
commit323c47532ea7fc79d5e28a0fa58ea0cc4d5196b8
tree0736fe1860ae5bbf2324be354fcff733b248cc85
parentfedab100a4b8f4c3b81de632f29c159fb46ac3f2
APPS/{storeutl,gendsa}: give error on extra arguments, improve doc

Point out that options must be given before the final file/URI arg.

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20156)
apps/lib/opt.c
doc/man1/openssl-gendsa.pod.in
doc/man1/openssl-storeutl.pod.in
test/recipes/15-test_gendsa.t
test/recipes/90-test_store.t