]> Cypherpunks.ru repositories - pyderasn.git/commitdiff
More CER encoding mentioning
authorSergey Matveev <stargrave@stargrave.org>
Fri, 4 Sep 2020 07:30:03 +0000 (10:30 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Fri, 4 Sep 2020 07:30:03 +0000 (10:30 +0300)
doc/index.rst
pyderasn.py

index 9f5d3718d9c67a8c69e9a2c8b269ee732f4eb09e..60fadae459800965acf55dfe9eaecb7ad925aa55 100644 (file)
@@ -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 <https://en.wikipedia.org/wiki/X.690>`__ 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 <https://www.gnu.org/philosophy/free-sw.html>`__,
 licenced under `GNU LGPLv3 <https://www.gnu.org/licenses/lgpl-3.0.html>`__.
index e3ac23f2edac814ec2c6f806eadf8e40f012286f..bc2911b5f9b185c9725d998aae44d54f4cabe819 100755 (executable)
@@ -17,9 +17,9 @@
 #
 # You should have received a copy of the GNU Lesser General Public
 # License along with this program.  If not, see <http://www.gnu.org/licenses/>.
-"""Python ASN.1 DER/BER codec with abstract structures
+"""Python ASN.1 DER/CER/BER codec with abstract structures
 
-This library allows you to marshal various structures in ASN.1 DER
+This library allows you to marshal various structures in ASN.1 DER/CER
 format, unmarshal BER/CER/DER ones.
 
     >>> i = Integer(123)