]> Cypherpunks.ru repositories - pyderasn.git/blobdiff - doc/news.rst
Initial support for CER encoding
[pyderasn.git] / doc / news.rst
index e9749c2236e515dc64e9ec952e598b41616eb1e7..2419f8ef02287ad7ba8c80f330346e67a6debfde 100644 (file)
@@ -9,11 +9,15 @@ News
   same tag to be successfully decoded
 * Fixed possibly invalid SET DER encoding where objects were not sorted
   by tag, but by encoded representation
-* Any does not allow empty data value now. Now it checks if it has valid
-  ASN.1 tag
+* ``Any`` does not allow empty data value now. Now it checks if it has
+  valid ASN.1 tag
+* ``Any`` allows an ordinary ``Obj`` storing, without its forceful
+  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
+* Initial experimental CER encoding mode, allowing streaming encoding of
+  the data directly to some writeable object
 
 .. _release6.3: