X-Git-Url: http://www.git.cypherpunks.ru/?p=pyderasn.git;a=blobdiff_plain;f=doc%2Findex.rst;h=60fadae459800965acf55dfe9eaecb7ad925aa55;hp=d1fca187f664e72ec1aa1d6da4bad8f2ddd0b357;hb=HEAD;hpb=2d45a224943c79e95cbd4913b44420788bc6c17d diff --git a/doc/index.rst b/doc/index.rst index d1fca18..b9c56a3 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -1,6 +1,6 @@ -============================================ -PyDERASN -- ASN.1 DER/BER library for Python -============================================ +================================================================ +PyDERASN -- strict and fast ASN.1 DER/CER/BER library for Python +================================================================ .. @@ -11,23 +11,20 @@ PyDERASN -- ASN.1 DER/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+ `__. - -.. figure:: pprinting.png - :alt: Pretty printing example output - - An example of pretty printed X.509 certificate with automatically - parsed DEFINED BY fields. +licenced under `GNU LGPLv3 `__. .. toctree:: :maxdepth: 1 features + performance + limitations examples reference news @@ -35,3 +32,19 @@ licenced under `GNU LGPLv3+ `__. download thanks feedback + +There are articles about its history and usage: + +* `Как я написал ASN.1 библиотеку с slots and blobs `__ (on russian) +* `Как я добавил big-data поддержку `__ (on russian) + +.. figure:: pprinting.webp + :alt: Pretty printing example output + + An example of pretty printed X.509 certificate with automatically + parsed DEFINED BY fields. + +.. figure:: browser.webp + :alt: ASN.1 browser example + + An example of browser running.