Dumping certs, keys, and reqs as text
Bug #348176 reported by
rick_dean
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
pyOpenSSL |
Fix Released
|
Medium
|
Jean-Paul Calderone |
Bug Description
The attached patch implements dumping as text (like the -text option of
openssl programs). The interface extends dump_certificate(), dump_privatekey(),
and dump_certificat
The patch also adds test cases for dump_certificate(),
dump_privatekey(), dump_certificat
load_privatekey(), and load_certificat
all FILETYPES.
The patch applies to revision 95 of branch ext-context.
Related branches
Changed in pyopenssl: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Merged the dump_text branch.