Home | History | Annotate | Download | only in examples

Lines Matching defs:p12

103   " -p12 arg         - tia  file ",
121 ./curlx -p12 psy.p12 -envpass XX -in request -verbose -accesstype AD_DVCS
138 PKCS12 * p12;
300 /* we need some more for the P12 decoding */
321 else if(!strcmp (*args, "-p12")) {
419 BIO_printf(p.errorbio, "Error opening P12 file %s\n", p.p12file);
422 if(!(p.p12 = d2i_PKCS12_bio (p12bio, NULL))) {
423 BIO_printf(p.errorbio, "Cannot decode P12 structure %s\n", p.p12file);
428 if(!(PKCS12_parse (p.p12, p.pst, &(p.pkey), &(p.usercert), &(p.ca) ) )) {
429 BIO_printf(p.errorbio, "Invalid P12 structure in %s\n", p.p12file);