HomeSort by: relevance | last modified time | path
    Searched refs:strict_verify (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/recipes/
25-test_req.t 559 sub strict_verify {
588 #TODO strict_verify($cert, 0);
593 strict_verify($cert, 1);
601 #TODO strict_verify($cert, 1); # self-signed v1 root cert should be accepted as CA
607 strict_verify($ca_cert, 1);
620 strict_verify($cert, 1);
649 #TODO strict_verify($cert, 1); # should be accepted because RFC 5280 does not apply
661 strict_verify($cert, 1);
668 strict_verify($cert, 1);
676 strict_verify($cert, 1)
    [all...]
  /src/crypto/external/bsd/openssl/dist/test/recipes/
25-test_req.t 417 sub strict_verify {
433 #TODO strict_verify($cert, 1); # self-signed v1 root cert should be accepted as CA
439 strict_verify($ca_cert, 1);
444 #TODO strict_verify($cert, 0);
450 strict_verify($cert, 1);
454 #TODO strict_verify($cert, 1); # should be accepted because RFC 5280 does not apply
460 strict_verify($cert, 1, $ca_cert);
467 strict_verify($cert, 0, $ca_cert);
473 strict_verify($cert, 1);

Completed in 25 milliseconds