]> Cypherpunks.ru repositories - pyderasn.git/blobdiff - doc/news.rst
CLI --evgen
[pyderasn.git] / doc / news.rst
index 7e110786a3ff064d001a0a00c2e920f34558c833..5665a42c59cf635cde0734a843aec173ba53eae8 100644 (file)
@@ -15,7 +15,8 @@ News
   encoded representation storage
 * Initial support for so called ``evgen_mode``: event generation mode,
   where no in-memory objects storing happens, giving ability to process
-  ASN.1 data without fully parsing it first
+  ASN.1 data without fully parsing it first. ``python -m pyderasn`` has
+  ``--evgen`` mode switcher
 * Initial experimental CER encoding mode, allowing streaming encoding of
   the data directly to some writeable object
 * Ability to use mmap-ed memoryviews to skip files loading to memory