Cryptography: PKCS#12 generation support

Created on 25 Jul 2019  路  4Comments  路  Source: pyca/cryptography

It would be fantastic to get native PKCS#12 support from cryptography.

Use case 1:

  1. Code signing private key generated as PEM.
  2. Code signing certificate signed and returned by root CA as PKCS#7.
  3. Windows code signing tool expects private key and certificate stitched together as PKCS#12.

Related issues: #3983

api design

Most helpful comment

done in #5325

All 4 comments

Doe #4888 address this?

It hypothetically would, although that current API won't work (we're not going to expose PBE NIDs as public API).

done in #5325

Amazing, thanks @reaperhulk!

Was this page helpful?
0 / 5 - 0 ratings