summaryrefslogtreecommitdiff
path: root/pyasn1/codec/cer/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
* CER/DER Time types encoding restrictions relaxedelie2015-06-211-9/+10
* fixes to GeneralizedTime and UTCTime format constraintselie2015-06-051-11/+10
* more strict CER/DER encoders added for GeneralizedTime and UTCTime typeselie2015-04-261-3/+41
* DER codec hardened not to tolerate indefinite length encoding/decodingelie2015-04-251-5/+5
* - Float typed mantissa initializer to REAL type for base 2 added.elie2013-09-111-1/+6
* base type for encoding subsrate and OctetString type is now 'bytes' onelie2011-10-041-5/+8
* Boolean encoder typo/bug fixedelie2011-10-021-1/+1
* [].sort() converted to use keyelie2011-10-011-8/+2
* drop string module usageelie2011-08-141-2/+1
* major codec re-design, Any ASN.1 type implementedelie2011-01-261-7/+12
* replace slow hasattr()/getattr() calls with isinstance() introspection.elie2011-01-221-6/+7
* The individual tag/length/value processing methods ofelie2010-05-261-6/+6
* bugix to the way to distinguish Set from SetOf at SetOfEncoderelie2006-01-191-4/+3
* default for maxChunkSize changed from a large value to to 0 (still meaningelie2005-12-161-1/+1
* Initial revisionelie2005-06-141-0/+86