PKCS#12

Hi, please, could you advise what I should use for working with pkcs#12 file? I tried OpenSSL::PKCS12, but #1 I could not find detailed docs on it #2 As I understand this class can only create pkcs12.

My task is to read pkcs12 file, extract certificate and read it attributes (e.g., subject). May be someone has worked on it. Please, help me :slight_smile:

Thanks.

Have you considered using openssl and reading it's output?

You might want to try EzCrypto http://ezcrypto.rubyforge.org/ to see if it works for you.

Pelle