]> Cypherpunks.ru repositories - pyderasn.git/blobdiff - README
mmap-ed memoryview support
[pyderasn.git] / README
diff --git a/README b/README
index 607fedc0df44b5fd4af1d2dcb3de9169bd0270bb..a8e2cc970ccce479fd08ae2318e90d42e330feae 100644 (file)
--- a/README
+++ b/README
@@ -1,19 +1,23 @@
-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
 
 
     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
 * 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
-* __slots__ friendliness
+* 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
   replace utilities like either dumpasn1 or openssl asn1parse
 * 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__, copy.copy() friendliness
+* Workability with pickle
+* Cython compatibility
 
 pyderasn is free software: see the file COPYING.LESSER for copying conditions.
 
 
 pyderasn is free software: see the file COPYING.LESSER for copying conditions.