Hi all, I am trying to code a utility that emulates the pkcs12 command line option. I only want this utility to extract the private key from a pkcs12 file. To start off I copied the code from the pkcs12 utility code and added missing functions. My code seems to 'hang' on the line -
if(!(p12 = d2i_PKCS12_bio(in,NULL))) { What could be the problem here? Is there an alternative way to go about doing what I want? Thanks in advance. Regards, Vineet ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]