X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=doc%2Findex.rst;h=fa9f8629c15c1147ad6dd78caeb997e38871b51e;hb=9c7c8907058265e037945fd96c77aeceb4902623;hp=0197abd30efb6c9dfd4a572e4ea178b7cb3a85b6;hpb=3bdec8f765e0fa8ed27162a8c0abe391a44dc664;p=pyderasn.git diff --git a/doc/index.rst b/doc/index.rst index 0197abd..fa9f862 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -1,6 +1,6 @@ -======================================== -PyDERASN -- ASN.1 DER library for Python -======================================== +============================================ +PyDERASN -- ASN.1 DER/BER library for Python +============================================ .. @@ -8,11 +8,10 @@ PyDERASN -- ASN.1 DER library for Python (C) PyDERASN's author `ASN.1 `__ (Abstract Syntax -Notation One) is a standard for abstract data serialization. -`DER `__ -(Distinguished Encoding Rules) is a subset of encoding rules suitable -and widely used in cryptography-related stuff. PyDERASN is yet another -library for dealing with the data encoded that way. Although ASN.1 is +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. @@ -29,6 +28,7 @@ licenced under `GNU LGPLv3+ `__. :maxdepth: 1 features + limitations examples reference news