PKCS12_newpass
int PKCS12_newpass(PKCS12 *p12, const char *oldpass, const char *newpass);
if (!TEST_true(PKCS12_newpass(p12, in_pass, "NEWPASS")))