Searched refs:reqfile (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/crypto/external/bsd/openssl.old/dist/test/recipes/ |
| H A D | 25-test_req.t | 195 my $reqfile = shift; 199 "-in", $reqfile, "-inform", "p", 204 plan skip_all => "skipping req conversion test for $reqfile" 207 tconversion("req", $reqfile, @openssl_args);
|
| /netbsd-src/crypto/external/bsd/openssl/dist/test/recipes/ |
| H A D | 25-test_req.t | 364 my $reqfile = shift; 368 "-in", $reqfile, "-inform", "p", 373 plan skip_all => "skipping req conversion test for $reqfile" 376 tconversion( -type => 'req', -in => $reqfile,
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/apps/ |
| H A 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() 593 if (reqfile && !X509_set_issuer_name(x, X509_get_subject_name(xca))) in x509_main() 818 extconf, extsect, sno, reqfile, preserve_dates)) in x509_main() 957 ASN1_INTEGER *sno, int reqfile, int preserve_dates) in x509_certify() argument 987 if (!reqfile && X509_verify_cert(xsc) <= 0) in x509_certify()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/apps/ |
| H A D | x509.c | 283 int fingerprint = 0, reqfile = 0, checkend = 0; in x509_main() local 344 reqfile = 1; in x509_main() 624 if (newcert && reqfile) { in x509_main() 703 if (reqfile) { in x509_main() 726 if (reqfile || newcert) { in x509_main() 815 if (!x509toreq && !reqfile && !newcert && !self_signed(ctx, x)) in x509_main() 822 if (reqfile || newcert || privkey != NULL || CAfile != NULL) { in x509_main()
|