Changeset dc8c3e6


Ignore:
Timestamp:
Jul 17, 2008 10:33:51 AM (16 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master, version-1.30, version-2.00, version-3.01, version-3.02
Children:
21a1c30
Parents:
0c0b13c
Message:

more descriptive comment

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
    35import sys, string, base64
    46from pyasn1.type import tag,namedtype,namedval,univ,constraint,char,useful
Note: See TracChangeset for help on using the changeset viewer.