<div dir="ltr"><div>Hello,</div><div>I am using the api   PKCS12_parse for creating the private key and certs. When I send a wrong password to the API, my process crashes in the call PKCS12_parse(). The same API works fine when I pass the correct passwd. Can someone please help to send some clues to resolve/debug this issue. </div><div><br></div>p12 = d2i_PKCS12_fp(fp, NULL);<br>PKCS12_parse(p12, passwd, &pkey, &cert, &ca))<div><br></div><div><br></div><div>Regards</div><div>Simon<br><br><br></div></div>