fcheung / keychain

Bindings for the OS X keychain
MIT License
65 stars 15 forks source link

Fix pkcs12 export #15

Closed logwolvy closed 2 years ago

logwolvy commented 2 years ago

Issue: passphrase not being passed openssl parser results in OpenSSL::PKCS12::PKCS12Error (PKCS12_parse: mac verify failure) Fix: Pass passphrase to pkcs12 parser

logwolvy commented 2 years ago

Hi @fcheung, I added a small fix to allow p12 export, could you assign this for review? Thanks!

fcheung commented 2 years ago

Looks fine to me - thanks