X-Git-Url: http://www.git.cypherpunks.ru/?p=pyderasn.git;a=blobdiff_plain;f=doc%2Ffeatures.rst;h=ff913bbc07e4b0ee949ae637bf91469dcec6489c;hp=b17e9a8038118ace3e3e456424e29bcc6de2d0ac;hb=659eb0e090ad8c9209c4e5b030806125509844f9;hpb=d16d490552c084fb018ba8eb077c94d8b2d9326d diff --git a/doc/features.rst b/doc/features.rst index b17e9a8..ff913bb 100644 --- a/doc/features.rst +++ b/doc/features.rst @@ -38,9 +38,9 @@ Also there is `asn1crypto `__. structures allow BER encoding for the whole message, except for ``SignedAttributes`` -- you can easily verify your CMS satisfies that requirement -* Ability to use mmap-ed files, memoryviews, iterators and CER encoder - dealing with the writer, giving ability to create huge ASN.1 encoded - files without storing all the data in the memory first +* Ability to use mmap-ed files, memoryviews, iterators, 2-pass DER + encoding mode and CER encoder dealing with the writer, giving ability + to create huge ASN.1 encoded files with very little memory footprint * Ability to decode files in event generation mode, without the need to keep all the data and decoded structures (that takes huge quantity of memory in all known ASN.1 libraries) in the memory