X-Git-Url: http://www.git.cypherpunks.ru/?p=pyderasn.git;a=blobdiff_plain;f=doc%2Findex.rst;h=b9c56a343534d7728abe5d83fbe59d261cf91a3d;hp=9f5d3718d9c67a8c69e9a2c8b269ee732f4eb09e;hb=HEAD;hpb=1b29294806f89cf69e8abba937a26790358e25f9 diff --git a/doc/index.rst b/doc/index.rst index 9f5d371..b9c56a3 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -11,9 +11,10 @@ PyDERASN -- strict and fast ASN.1 DER/CER/BER library for Python Notation One) is a standard for abstract data serialization. PyDERASN is yet another library for dealing with ASN.1 structures, decoding them in `BER/CER/DER `__ formats and -encoding to DER (Distinguished Encoding Rules). Although ASN.1 is -written more than 30 years ago by wise Ancients (taken from ``pyasn1``'s -README), it is still often can be seen anywhere in our life. +encoding to either DER (Distinguished Encoding Rules) or CER (Canonical +Encoding Rules). Although ASN.1 is written more than 30 years ago by wise +Ancients (taken from ``pyasn1``'s README), it is still often can be seen +anywhere in our life. PyDERASN is `free software `__, licenced under `GNU LGPLv3 `__. @@ -37,13 +38,13 @@ There are articles about its history and usage: * `Как я написал ASN.1 библиотеку с slots and blobs `__ (on russian) * `Как я добавил big-data поддержку `__ (on russian) -.. figure:: pprinting.png +.. figure:: pprinting.webp :alt: Pretty printing example output An example of pretty printed X.509 certificate with automatically parsed DEFINED BY fields. -.. figure:: browser.png +.. figure:: browser.webp :alt: ASN.1 browser example An example of browser running.