PKCS12_load
p12 = PKCS12_load(in_file);
p12 = PKCS12_load("out6.p12");
if (!TEST_ptr(p12 = PKCS12_load(in_file)))