Searched refs:reqout (Results 1 – 5 of 5) sorted by relevance
/openssl/apps/ |
H A D | ocsp.c | 240 char *reqout = NULL, *respout = NULL, *ridx_filename = NULL; in ocsp_main() local 419 reqout = opt_arg(); in ocsp_main() 672 && (signfile != NULL || reqout != NULL in ocsp_main() 715 if (reqout != NULL) { in ocsp_main() 716 derbio = bio_open_default(reqout, 'w', FORMAT_ASN1); in ocsp_main()
|
/openssl/test/recipes/80-test_cmp_http_data/ |
H A D | test_commands.csv | 127 1,reqout ir+certConf rspout ip+pkiConf, -section,, -cmd,ir,,-reqout,_RESULT_DIR/ir.der _RESULT_DIR/… 128 1,reqout cr rspout cp, -section,, -cmd,cr,,-reqout,_RESULT_DIR/cr.der,,-rspout,_RESULT_DIR/cp.der,,…
|
H A D | test_enrollment.csv | 6 …ANK,, ,,, -out_trusted,root.crt,,BLANK,,BLANK,,,,-cert,signer_only.crt,-untrusted,"""",reqout,t.der
|
/openssl/doc/man1/ |
H A D | openssl-ocsp.pod.in | 27 [B<-reqout> I<filename>] 158 =item B<-reqout> I<file>, B<-respout> I<filename> 489 openssl ocsp -issuer issuer.pem -cert c1.pem -cert c2.pem -reqout req.der
|
H A D | openssl-cmp.pod.in | 124 [B<-reqout> I<filenames>] 1086 =item B<-reqout> I<filenames> 1146 The B<-rspin>, B<-rspout>, B<-reqin>, and B<-reqout> options
|
Completed in 14 milliseconds