Searched refs:VERIFY (Results 1 – 5 of 5) sorted by relevance
/openssl-master/test/recipes/ |
A D | 80-test_tsa.t | 32 my @VERIFY = ("openssl", "ts", "-verify"); 70 ok(run(app([@VERIFY, "-queryfile", $queryfile, "-in", $inputfile, 72 ok(run(app([@VERIFY, "-data", $datafile, "-in", $inputfile, 82 ok(!run(app([@VERIFY, "-queryfile", $queryfile, "-in", $inputfile, 150 ok(run(app([@VERIFY, "-queryfile", "req1.tsq", 153 ok(run(app([@VERIFY, "-data", $testtsa, 237 ok(run(app([@VERIFY, "-no_check_time", 243 ok(run(app([@VERIFY, "-no_check_time",
|
/openssl-master/test/ |
A D | dtlsv1listentest.c | 245 enum {GOOD, VERIFY, DROP} outtype; enumerator 249 { clienthello_nocookie, sizeof(clienthello_nocookie), VERIFY }, 250 { clienthello_nocookie_frag, sizeof(clienthello_nocookie_frag), VERIFY }, 255 { clienthello_badcookie, sizeof(clienthello_badcookie), VERIFY }, 324 if (tp->outtype == VERIFY) { in dtls_listen_test()
|
/openssl-master/apps/ |
A D | CA.pl.in | 27 my $VERIFY = "$openssl verify"; 214 my $status = run("$VERIFY \"-CAfile\" ${CATOP}/$CACERT $file $EXTRA{verify}");
|
/openssl-master/doc/man3/ |
A D | PKCS7_verify.pod | 32 =head1 VERIFY PROCESS
|
A D | CMS_verify.pod | 30 =head1 VERIFY PROCESS
|
Completed in 9 milliseconds