Searched refs:reqfile (Results 1 – 3 of 3) sorted by relevance
/third_party/openssl/test/recipes/ |
D | 25-test_req.t | 172 my $reqfile = shift; 176 "-in", $reqfile, "-inform", "p", 181 plan skip_all => "skipping req conversion test for $reqfile" 184 tconversion("req", $reqfile, @openssl_args);
|
/third_party/python/Lib/test/ |
D | make_ssl_certs.py | 129 reqfile = f.name 130 args += ['-out', reqfile ] 144 '-batch', '-infiles', reqfile
|
/third_party/openssl/apps/ |
D | x509.c | 43 const char *section, ASN1_INTEGER *sno, int reqfile, 174 int fingerprint = 0, reqfile = 0, checkend = 0; in x509_main() local 235 reqfile = 1; in x509_main() 515 if (reqfile) { in x509_main() 816 extconf, extsect, sno, reqfile, preserve_dates)) in x509_main() 951 ASN1_INTEGER *sno, int reqfile, int preserve_dates) in x509_certify() argument 981 if (!reqfile && X509_verify_cert(xsc) <= 0) in x509_certify()
|