summaryrefslogtreecommitdiff
path: root/pyasn1/codec/der/encoder.py
Commit message (Expand)AuthorAgeFilesLines
* copyright dates bumpedelie2015-12-291-1/+1
* fixes to commentselie2015-11-151-1/+0
* copyright notice addedelie2015-11-151-0/+6
* prohibit indefinite length DER encodingelie2015-06-051-0/+3
* more strict CER/DER encoders added for GeneralizedTime and UTCTime typeselie2015-04-261-1/+1
* DER codec hardened not to tolerate indefinite length encoding/decodingelie2015-04-251-3/+4
* major codec re-design, Any ASN.1 type implementedelie2011-01-261-3/+5
* replace slow hasattr()/getattr() calls with isinstance() introspection.elie2011-01-221-4/+5
* default for maxChunkSize changed from a large value to to 0 (still meaningelie2005-12-161-1/+1
* Initial revisionelie2005-06-141-0/+25