Changeset dc8c3e6
- Timestamp:
- Jul 17, 2008 10:33:51 AM (16 years ago)
- Branches:
- axis_example, compt_changes, info-ops, master, version-1.30, version-2.00, version-3.01, version-3.02
- Children:
- 21a1c30
- Parents:
- 0c0b13c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/asn1_raw.py
r0c0b13c rdc8c3e6 1 # Read ASN.1/PEM X.509 certificates on stdin, parse each into plain text, 2 # then build substrate from it 1 # Modified from an example in the Python ASN.1 package to read certificate 2 # files and extract key bits. More recent versions of m2crypto support this 3 # more directly. 4 3 5 import sys, string, base64 4 6 from pyasn1.type import tag,namedtype,namedval,univ,constraint,char,useful
Note: See TracChangeset
for help on using the changeset viewer.