]> Cypherpunks.ru repositories - pyderasn.git/blob - README
Initial revision
[pyderasn.git] / README
1 PyDERASN -- ASN.1 DER library for Python
2
3 * Basic ASN.1 data types (X.208): BOOLEAN, INTEGER, BIT STRING, OCTET
4   STRING, NULL, OBJECT IDENTIFIER, ENUMERATED, all strings, UTCTime,
5   GeneralizedTime, CHOICE, ANY, SEQUENCE (OF), SET (OF)
6 * Size constraints checking
7 * Working with sequences as high level data objects with ability to
8   (un)marshall them
9 * Python 2.7/3.5 compatibility
10 * __slots__ friendliness
11 * Ability to know exact decoded objects offset and lengths in the binary
12 * Pretty printer and command-line decoder, that could conveniently
13   replace utilities like either dumpasn1 or openssl asn1parse
14
15 pyderasn is free software: see the file COPYING.LESSER for copying conditions.
16
17 PyDERASN home page is: http://pyderasn.cypherpunks.ru/
18
19 Please send questions, bug reports and patches to
20 https://lists.cypherpunks.ru/mailman/listinfo/pyderasn-devel
21 mailing list. Announcements also go to this mailing list.
22
23 Development Git source code repository currently is located here:
24 https://git.cypherpunks.ru/cgit.cgi/pyderasn.git/