]> Cypherpunks.ru repositories - pyderasn.git/blobdiff - doc/features.rst
Missing brackets
[pyderasn.git] / doc / features.rst
index b17e9a8038118ace3e3e456424e29bcc6de2d0ac..5af3b37d458c06116cea8656dc4201dead3f166b 100644 (file)
@@ -38,9 +38,9 @@ Also there is `asn1crypto <https://github.com/wbond/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
@@ -71,3 +71,9 @@ Also there is `asn1crypto <https://github.com/wbond/asn1crypto>`__.
 
      An example of pretty printed X.509 certificate with automatically
      parsed DEFINED BY fields.
+* :ref:`ASN.1 browser <browser>`
+
+  .. figure:: browser.png
+     :alt: ASN.1 browser example
+
+     An example of browser running.