Re: Microsoft PFX format support

2004-11-12 Thread Dr. Stephen Henson
On Fri, Nov 12, 2004, Bibbs, Christopher wrote: > I've started to look at this in the archives and it appears the Microsoft > PFX format can't be easily manipulated with the existing OpenSSL library > functions. As it stands, my attempts to access the data fails at a call to > PKCS12_verify_mac()

Microsoft PFX format support

2004-11-12 Thread Bibbs, Christopher
I've started to look at this in the archives and it appears the Microsoft PFX format can't be easily manipulated with the existing OpenSSL library functions. As it stands, my attempts to access the data fails at a call to PKCS12_verify_mac() where the same call works for other P12 files. Is there