X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=README;h=6768466d25fdfbd20b2c4a2e1ba190a3d2d508d8;hb=739d0847fc7e2577680291628623c70797fbd9e3;hp=8d6d2a070746ffe001ecf003e08fd1220ce6a42c;hpb=7aed684a10179b2e57e81369e956ac6df4fb135e;p=pyderasn.git diff --git a/README b/README index 8d6d2a0..6768466 100644 --- a/README +++ b/README @@ -1,15 +1,16 @@ -PyDERASN -- ASN.1 DER library for Python +PyDERASN -- strict and fast 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) * Size constraints checking * Working with sequences as high level data objects with ability to (un)marshall them -* Python 2.7/3.5 compatibility +* Python 2.7/3.5/3.6 compatibility * 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