X-Git-Url: http://www.git.cypherpunks.ru/?p=pyderasn.git;a=blobdiff_plain;f=doc%2Ffeatures.rst;h=d23729f12096bede25e86d07bb520b570257397b;hp=dcbd0ebcdc8b3ce6c9afdae23050a869411b0eef;hb=2d45a224943c79e95cbd4913b44420788bc6c17d;hpb=ce2545512540b451e07753a247a78fccfae699df diff --git a/doc/features.rst b/doc/features.rst index dcbd0eb..d23729f 100644 --- a/doc/features.rst +++ b/doc/features.rst @@ -1,6 +1,7 @@ Features ======== +* BER/CER/DER decoding, DER encoding * Basic ASN.1 data types (X.208): BOOLEAN, INTEGER, BIT STRING, OCTET STRING, NULL, OBJECT IDENTIFIER, ENUMERATED, all strings, UTCTime, GeneralizedTime, CHOICE, ANY, SEQUENCE (OF), SET (OF) @@ -39,7 +40,6 @@ practice it should be relatively easy to convert ``pyasn1``'s code to There are drawbacks: * No old Python versions support -* No BER/CER support * PyDERASN does **not** have object recreation capable ``repr``-s:: pyderasn>>> repr(algo_id)