Michael wrote:
Hi Chris,
What type of keystores are you talking about here? (pkcs#12?)
It's a PKCS#7 store, I am trying to read the certificate store from a
digitally signed ZIP file.
I have done it with no probs in VC++ using Microsoft's CryptoAPI, you
just read the data into a buffer, which you use to create a
CRYPT_DATA_BLOB object that can be passed to the CertOpenStore() function.
I cannot see how to do this in openSSL, assuming that it can be done.
Chris
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List openssl-users@openssl.org
Automated List Manager [EMAIL PROTECTED]