summaryrefslogtreecommitdiffstats
path: root/python/pyasn1/README
blob: 9f0c7dbd37cf8c0b05814954cddb84b2a90ea1dc (plain)
pyasn1 implements ASN.1 types and codecs (BER, CER, DER) in Python

Its features are:
- Generic implementation of ASN.1 types (X.208)
- Fully standard compliant BER/CER/DER codecs
- 100% Python, works with Python 2.2 and later
- MT-safe