Home
last modified time | relevance | path

Searched refs:queryfile (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/test/recipes/
H A D80-test_tsa.t56 my $queryfile = shift;
59 ok(run(app([@REPLY, "-section", $config, "-queryfile", $queryfile,
66 my $queryfile = shift;
70 ok(run(app([@VERIFY, "-queryfile", $queryfile, "-in", $inputfile,
77 my $queryfile = shift;
82 ok(!run(app([@VERIFY, "-queryfile", $queryfile, "-in", $inputfile,
/freebsd/crypto/openssl/apps/
H A Dts.c48 const char *queryfile, const char *passin, const char *inkey,
54 const char *queryfile, const char *passin,
62 static int verify_command(const char *data, const char *digest, const char *queryfile,
68 const char *queryfile,
189 char *in = NULL, *out = NULL, *queryfile = NULL, *passin = NULL; in ts_main() local
274 queryfile = opt_arg(); in ts_main()
348 if ((in != NULL) && (queryfile != NULL)) in ts_main()
354 ret = !reply_command(conf, section, engine, queryfile, in ts_main()
359 if ((in == NULL) || !EXACTLY_ONE(queryfile, data, digest)) in ts_main()
361 ret = !verify_command(data, digest, queryfile, in, token_in, in ts_main()
[all …]
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-ts.pod.in34 [B<-queryfile> I<request.tsq>]
52 [B<-queryfile> I<request.tsq>]
223 =item B<-queryfile> I<request.tsq>
316 The B<-digest> and B<-queryfile> options must not be specified with this one.
323 specified in the token. The B<-data> and B<-queryfile> options must not be
326 =item B<-queryfile> I<request.tsq>
548 openssl ts -reply -queryfile design1.tsq -inkey tsakey.pem \
553 openssl ts -reply -queryfile design1.tsq -out design1.tsr
561 openssl ts -reply -queryfile design1.tsq -out design1_token.der -token_out
580 openssl ts -verify -queryfile design1.tsq -in design1.tsr \
[all …]