makedist.sh | 2 +- pyderasn.py | 2 +- diff --git a/makedist.sh b/makedist.sh index 03b1170e77db7afbd12a6aa59628b000aa3a7af5c71251461a90158db73d245d..6803d07eb95c3d75322ec450048947e0f84bff714a4358fb95e44855c5923339 100755 --- a/makedist.sh +++ b/makedist.sh @@ -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 ------------------------ diff --git a/pyderasn.py b/pyderasn.py index 1ef86b1b6c2b200471a96fe19c55f047acfc3aff03d42bb8f59e7a8b45ca7057..5217d08f21f8b4b94dbc7a8b83373777f7613cb75dedac869183d610f38a93f9 100755 --- a/pyderasn.py +++ b/pyderasn.py @@ -20,7 +20,7 @@ # License along with this program. If not, see . """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()