X-Git-Url: http://www.git.cypherpunks.ru/?p=pyderasn.git;a=blobdiff_plain;f=doc%2Fnews.rst;h=cdc961d1a85b553876b8632112541b93a801933c;hp=6266bc0fd40f55df9550a384044035cbe845094a;hb=749705c0df79a03dfda53dc0f78044efba8590a6;hpb=e1676457cb8e988795e8347fc27b08a60f80f469 diff --git a/doc/news.rst b/doc/news.rst index 6266bc0..cdc961d 100644 --- a/doc/news.rst +++ b/doc/news.rst @@ -16,6 +16,9 @@ News * ``Any`` allows an ordinary ``Obj`` storing, without its forceful encoded representation storage. That is required for CER encoding mode, where we do not know in advance what encoding will be used +* ``ObjectIdentifier`` stores values as C unsigned long integer, + forbidding storage of huge integers, that must not be a problem in + practice * 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. ``python -m pyderasn`` has