summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>2021-03-10 17:27:13 +0100
committerDr. David von Oheimb <dev@ddvo.net>2021-03-13 11:16:13 +0100
commitf62846b703d163265176fe960ec7d087b4c3fa96 (patch)
treefc5a92d8f17b5cd7da56add4be96fa6a088ba79d /doc
parentc89fd035d54f8c80cd0bbd26b9a90fcff385cbb5 (diff)
apps/ts.c: Allow -untrusted arg to refer to multiple sources
This requires moving generally useful functions from apps/cmp.c to apps/lib/apps.c Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14504)
Diffstat (limited to 'doc')
-rw-r--r--doc/man1/openssl-ts.pod.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/man1/openssl-ts.pod.in b/doc/man1/openssl-ts.pod.in
index 56670752f1..402a7a879a 100644
--- a/doc/man1/openssl-ts.pod.in
+++ b/doc/man1/openssl-ts.pod.in
@@ -50,7 +50,7 @@ B<-verify>
[B<-queryfile> I<request.tsq>]
[B<-in> I<response.tsr>]
[B<-token_in>]
-[B<-untrusted> I<file>]
+[B<-untrusted> I<files>|I<uris>]
[B<-CAfile> I<file>]
[B<-CApath> I<dir>]
[B<-CAstore> I<uri>]
@@ -326,7 +326,7 @@ This flag can be used together with the B<-in> option and indicates
that the input is a DER encoded timestamp token (ContentInfo) instead
of a timestamp response (TimeStampResp). (Optional)
-=item B<-untrusted> I<file>
+=item B<-untrusted> I<files>|I<uris>
A set of additional untrusted certificates which may be
needed when building the certificate chain for the TSA's signing certificate.
@@ -334,6 +334,9 @@ These do not need to contain the TSA signing certificate and intermediate CA
certificates as far as the response already includes them.
(Optional)
+Multiple sources may be given, separated by commas and/or whitespace.
+Each file may contain multiple certificates.
+
=item B<-CAfile> I<file>, B<-CApath> I<dir>, B<-CAstore> I<uri>
See L<openssl-verification-options(1)/Trusted Certificate Options> for details.