Can anyone tell me how to verify the Password-based P12 file using openssl? Logic or sample code will be much helpful.
Can anyone tell me how to verify the Password-based P12 file using openssl? Logic
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can find a code sample that :
– opens a pkcs#12 file with password
– extracts the private key and certificates
in the openssl source code at :