X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=README;h=925fbf4b16a4d89af6f9e0bfc3bc98bc8f9e8f72;hb=2d45a224943c79e95cbd4913b44420788bc6c17d;hp=9bc2bf42f73eb129d8600b96bb484fc9f0e56eab;hpb=664822cb0fc85360a5f77d93ed54714c42557c74;p=pyderasn.git diff --git a/README b/README index 9bc2bf4..925fbf4 100644 --- a/README +++ b/README @@ -1,5 +1,9 @@ -PyDERASN -- ASN.1 DER library for Python +PyDERASN -- ASN.1 DER/BER library for Python + I'm going to build my own ASN.1 library with slots and blobs! + (C) PyDERASN's author + +* BER/CER/DER decoding, DER encoding * Basic ASN.1 data types (X.208): BOOLEAN, INTEGER, BIT STRING, OCTET STRING, NULL, OBJECT IDENTIFIER, ENUMERATED, all strings, UTCTime, GeneralizedTime, CHOICE, ANY, SEQUENCE (OF), SET (OF) @@ -7,10 +11,11 @@ PyDERASN -- ASN.1 DER library for Python * Working with sequences as high level data objects with ability to (un)marshall them * Python 2.7/3.5 compatibility -* __slots__ friendliness +* Automatic decoding of DEFINED BY fields * Ability to know exact decoded objects offset and lengths in the binary * Pretty printer and command-line decoder, that could conveniently replace utilities like either dumpasn1 or openssl asn1parse +* __slots__ friendliness pyderasn is free software: see the file COPYING.LESSER for copying conditions.