Lines Matching refs:pkcs12
68 #include <openssl/pkcs12.h>
101 /* OpenSSL does not have PKCS12 support */
450 PKCS12 *p12;
457 failf(data, "could not open PKCS12 file '%s'", cert_file);
464 failf(data, "error reading PKCS12 file '%s'", cert_file);
473 "could not parse PKCS12 file, check password, OpenSSL error %s",
483 "could not load PKCS12 client certificate, OpenSSL error %s",
489 failf(data, "unable to use private key from PKCS12 file '%s'",
495 failf(data, "private key from PKCS12 file '%s' "