|
And,
Is that ONLY because the FORMAT_PEM in load_cert() in app.c?
How about if I change it like following: (can I input the pkcs#12 file or
asn.1 file after doing such changing?)
load_cert(bio_err, *args, FORMAT_PKCS12, pass, e, "issuer certificate");
/*I think I should also add the pass in the PKCS12_parse(p12,
NULL, NULL, &x, NULL) in load_cert();
*/
or
load_cert(bio_err, *args, FORMAT_ASN1, pass, e, "issuer
certificate");
or
others ?
Why there is no such notice on -cert option? It also uses FORMAT_PEM.
Thanks ,
wjw
----- Original Message -----
|
- why -issuer option in OCSP client options must be PEM for... Wu Junwei
- Re: why -issuer option in OCSP client options must b... Wu Junwei
- Re: why -issuer option in OCSP client options must b... Kiyoshi WATANABE
- outlook express Emil Stanchev
- RE: outlook express Pascal Rodrigue
