summaryrefslogtreecommitdiff
path: root/pyasn1/codec/cer
Commit message (Expand)AuthorAgeFilesLines
* fixed CER/DER codec for GeneralizedTime/UTCTimeIlya Etingof2017-07-271-28/+33
* WIP: setup properties through metaclassIlya Etingof2017-07-211-1/+1
* fixed SET, OCTET STRING and BITSTRING DER encoderIlya Etingof2017-07-071-4/+9
* BER/CER/DER encoder refactored to use type-ids for better performanceIlya Etingof2017-03-221-0/+6
* .getComponent*() changed to lazily instantiate underlying typeIlya Etingof2017-03-121-4/+3
* faster decoders lookup by setting typeId to every ASN.1 typeIlya Etingof2017-03-101-1/+7
* tags-related getters refactored into descriptors/propertiesIlya Etingof2017-03-071-1/+1
* BER/CER/DER value encoders refactored to produce either tuple of bytes or oct...Ilya Etingof2017-02-261-4/+4
* __all__ addedIlya Etingof2017-02-182-0/+4
* multiple fixes to canonical decoders successfully processing non-canonical se...Ilya Etingof2017-02-051-1/+10
* docstrings for decodersIlya Etingof2017-01-232-2/+38
* docstrings for encodersIlya Etingof2017-01-231-0/+15
* e-mail changed, copyright extended to year 2017Ilya Etingof2017-01-112-2/+2
* mass pep8 reformattingIlya Etingof2016-03-272-13/+29
* copyright dates bumpedelie2015-12-292-2/+2
* fixes to commentselie2015-11-152-2/+0
* copyright notice addedelie2015-11-152-0/+12
* Fix to CER/DER Boolean decoder - fail on non single-octet payload.elie2015-09-151-3/+3
* 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
* comment added to prevent overzealous package managers from optimizingelie2012-07-041-0/+1
* leading 0x80 octet not allowed in BER/CER/DER substrateelie2012-06-101-40/+1
* comment on BOOL addedelie2012-06-101-0/+3
* decoder's recursiveFlag feature generalized as a user callback functionelie2012-06-091-13/+13
* valueDecoder() method implementations changed to return the rest ofelie2012-05-291-4/+4
* fix to leading 0x80 octet handling in CER/DER ObjectIdentifier decoderelie2012-05-271-0/+39
* base type for encoding subsrate and OctetString type is now 'bytes' onelie2011-10-042-6/+10
* 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
* fix to improper Boolean substrate handlingelie2011-03-061-0/+2
* a bunch of changes related to Any type support re-implementationelie2011-02-171-0/+1
* major codec re-design, Any ASN.1 type implementedelie2011-01-262-11/+18
* replace slow hasattr()/getattr() calls with isinstance() introspection.elie2011-01-221-6/+7
* fix to pyasn1 objects creation logicelie2011-01-191-1/+1
* new pyasn1 objects creation rate reducedelie2011-01-191-3/+1
* The individual tag/length/value processing methods ofelie2010-05-261-6/+6
* protoComponent is now class instances rather than class. This iselie2006-04-241-1/+1
* 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-143-0/+114