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