Support modifying and exporting PKCS12
Bug #349304 reported by
rick_dean
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
pyOpenSSL |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
This patch adds support for modifying and exporting PKCS12.
The automated unit tests need some certificates from the
patch of https:/
so this patch applies on top of that one.
Related branches
Changed in pyopenssl: | |
status: | New → Fix Committed |
Changed in pyopenssl: | |
milestone: | none → 0.10 |
Changed in pyopenssl: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
This patch applies on top of the patch above. It
removes one debugging print that was accidentally
left in the patch. It also allows passphrase=None to
be treated like a missing passphrase or passphrase="".
There is a new test case for that too.