]> Cypherpunks.ru repositories - pyderasn.git/commitdiff
Missing CER mention in makedist
authorSergey Matveev <stargrave@stargrave.org>
Sun, 22 Mar 2020 14:47:35 +0000 (17:47 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sun, 22 Mar 2020 14:47:35 +0000 (17:47 +0300)
makedist.sh
pyderasn.py

index 607312ffe4709e6262da4fcb5988e760d430451d..5217f0bb664489d80c95ea5aaad54230aaf5bf8f 100755 (executable)
@@ -58,7 +58,7 @@ Subject: PyDERASN $release release announcement
 
 I am pleased to announce PyDERASN $release release availability!
 
-PyDERASN is free software pure Python ASN.1 DER/BER library.
+PyDERASN is free software pure Python ASN.1 DER/CER/BER library.
 
 ------------------------ >8 ------------------------
 
index 7ce0565e5da91bd6d57c454752f0a329bc17e3d9..4a1244c6d469d12a172df108c93b68bf325ce010 100755 (executable)
@@ -20,7 +20,7 @@
 """Python ASN.1 DER/BER codec with abstract structures
 
 This library allows you to marshal various structures in ASN.1 DER
-format, unmarshal them in BER/CER/DER ones.
+format, unmarshal BER/CER/DER ones.
 
     >>> i = Integer(123)
     >>> raw = i.encode()