X-Git-Url: http://www.git.cypherpunks.ru/?p=pyderasn.git;a=blobdiff_plain;f=doc%2Fnews.rst;h=2419f8ef02287ad7ba8c80f330346e67a6debfde;hp=e9749c2236e515dc64e9ec952e598b41616eb1e7;hb=011b627453f5bfe82bdd160edbb249a73f21082a;hpb=e1249a0c754920c57e6d7682458f50fd65b70026 diff --git a/doc/news.rst b/doc/news.rst index e9749c2..2419f8e 100644 --- a/doc/news.rst +++ b/doc/news.rst @@ -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: