X-Git-Url: http://www.git.cypherpunks.ru/?p=pyderasn.git;a=blobdiff_plain;f=pyderasn.py;fp=pyderasn.py;h=bc2911b5f9b185c9725d998aae44d54f4cabe819;hp=e3ac23f2edac814ec2c6f806eadf8e40f012286f;hb=22b1dcbe470181ef497ef47e90da790c931fee08;hpb=3eb38566e734d6f5b274f4bb99fadb55f99ff2c7 diff --git a/pyderasn.py b/pyderasn.py index e3ac23f..bc2911b 100755 --- a/pyderasn.py +++ b/pyderasn.py @@ -17,9 +17,9 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this program. If not, see . -"""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)