aboutsummaryrefslogtreecommitdiffstats
path: root/pyasn1/codec/cer/decoder.py
Commit message (Expand)AuthorAgeFilesLines
* Add exception classes documentationIlya Etingof2019-07-131-1/+1
* Release 0.4.5Ilya Etingof2018-12-291-1/+1
* copyright years extendedIlya Etingof2018-03-291-1/+1
* Prefer https:// URLs where available (#121)Jon Dufresne2018-03-211-1/+1
* imports pep8'edIlya Etingof2017-11-231-2/+2
* Start `.prettyPrint` deprecation (#103)Ilya Etingof2017-11-191-2/+2
* migrated docs and references from sourceforge.netIlya Etingof2017-11-141-1/+1
* added example code snippets to the docstrings (#101)Ilya Etingof2017-11-141-0/+22
* Add more content to docs (#96)Ilya Etingof2017-10-211-2/+4
* Ditched unnecessary .clone/.subtype overrides (#94)Ilya Etingof2017-10-191-1/+1
* Refactored ASN.1 codecs (#83)Ilya Etingof2017-10-041-1/+1
* codecs signatures unified and pass **options throughIlya Etingof2017-09-091-2/+4
* fixed constructed types decoding failure in unguided modeIlya Etingof2017-08-241-3/+4
* faster decoders lookup by setting typeId to every ASN.1 typeIlya Etingof2017-03-101-1/+7
* __all__ addedIlya Etingof2017-02-181-0/+2
* multiple fixes to canonical decoders successfully processing non-canonical se...Ilya Etingof2017-02-051-1/+10
* docstrings for decodersIlya Etingof2017-01-231-0/+26
* e-mail changed, copyright extended to year 2017Ilya Etingof2017-01-111-1/+1
* mass pep8 reformattingIlya Etingof2016-03-271-4/+8
* copyright dates bumpedelie2015-12-291-1/+1
* fixes to commentselie2015-11-151-1/+0
* copyright notice addedelie2015-11-151-0/+6
* Fix to CER/DER Boolean decoder - fail on non single-octet payload.elie2015-09-151-3/+3
* 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-041-1/+2
* 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-261-4/+6
* fix to pyasn1 objects creation logicelie2011-01-191-1/+1
* new pyasn1 objects creation rate reducedelie2011-01-191-3/+1
* protoComponent is now class instances rather than class. This iselie2006-04-241-1/+1
* Initial revisionelie2005-06-141-0/+28