Searched refs:reqin (Results 1 – 4 of 4) sorted by relevance
/openssl/test/recipes/80-test_cmp_http_data/ |
H A D | test_commands.csv | 129 1,reqin old tid, -section,, -cmd,ir,,-reqin,_RESULT_DIR/ir.der _RESULT_DIR/certConf.der,,BLANK,,,BL… 130 1,reqin new tid, -section,, -cmd,ir,,-reqin,_RESULT_DIR/ir.der _RESULT_DIR/certConf.der,,BLANK,,,BL… 131 0,reqin wrong req, -section,, -cmd,ir,,-reqin,_RESULT_DIR/cr.der _RESULT_DIR/certConf.der,,BLANK,,,… 137 0,reqin ir - no newkey, -section,, -cmd,ir,,-reqin,_RESULT_DIR/ir2.der,,-newkey,"""",-newkey,"""",-… 138 1,reqin ir and rspout - no newkey but -popo -1, -section,, -cmd,ir,,-reqin,_RESULT_DIR/ir2.der,,-rs… 139 1,reqin ip and rspin - no newkey but -popo -1, -section,, -cmd,ir,,-reqin,_RESULT_DIR/ir2.der,,-rs…
|
/openssl/apps/ |
H A D | ocsp.c | 239 char *rca_filename = NULL, *reqin = NULL, *respin = NULL; in ocsp_main() local 368 reqin = opt_arg(); in ocsp_main() 552 if (req == NULL && reqin == NULL in ocsp_main() 559 if (req == NULL && reqin != NULL) { in ocsp_main() 560 derbio = bio_open_default(reqin, 'r', FORMAT_ASN1); in ocsp_main()
|
/openssl/doc/man1/ |
H A D | openssl-ocsp.pod.in | 29 [B<-reqin> I<filename>] 149 Normally if an OCSP request is input using the B<-reqin> option no 165 =item B<-reqin> I<file>, B<-respin> I<filename> 334 and B<-serial> options), supplied in a file (using the B<-reqin> option) 483 script using the B<-reqin> and B<-respout> options. 521 -reqin req.der -respout resp.der
|
H A D | openssl-cmp.pod.in | 122 [B<-reqin> I<filenames>] 1039 =item B<-reqin> I<filenames> 1053 need to be given also when the B<-reqin> option is present. 1055 If the B<-reqin> option is given for a certificate request 1060 Hint: In case the B<-reqin> option is given for a certificate request, there are 1081 Use a fresh transactionID for CMP request messages read using B<-reqin>, 1089 These requests are not sent to the server if the B<-reqin> option is used, too. 1146 The B<-rspin>, B<-rspout>, B<-reqin>, and B<-reqout> options
|
Completed in 14 milliseconds