Hello,
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.
PKCS12_parse(p12, passwd, &pkey, &cert, &ca))
Regards
Simon