summaryrefslogtreecommitdiff
path: root/pyasn1/codec/der
Commit message (Expand)AuthorAgeFilesLines
* Advance copyright statement to year 2020Ilya Etingof2020-03-082-2/+2
* Refactor codec classes linkageIlya Etingof2019-11-162-2/+2
* Reuse `SingleItemDecoder` object in `StreamingDecoder`Ilya Etingof2019-11-152-2/+2
* Refactor BER decoder into a suspendable coroutineIlya Etingof2019-11-152-41/+47
* Address several pull requests comments + hide asSeekableStreamJan Pipek2019-11-151-3/+3
* API that work with pyasn1-modulesJan Pipek2019-11-151-3/+3
* Prepare for streamsJan Pipek2019-11-151-2/+25
* Add exception classes documentationIlya Etingof2019-07-132-2/+2
* Release 0.4.5v0.4.5Ilya Etingof2018-12-292-2/+2
* copyright years extendedIlya Etingof2018-03-292-2/+2
* imports pep8'edIlya Etingof2017-11-232-3/+3
* Start `.prettyPrint` deprecation (#103)Ilya Etingof2017-11-191-2/+2
* migrated docs and references from sourceforge.netIlya Etingof2017-11-142-2/+2
* added example code snippets to the docstrings (#101)Ilya Etingof2017-11-142-0/+42
* Add more content to docs (#96)Ilya Etingof2017-10-212-3/+7
* Ditched unnecessary .clone/.subtype overrides (#94)Ilya Etingof2017-10-192-2/+2
* fixed DER/CER encoders to respect ordering of tagged CHOICE (#93)Ilya Etingof2017-10-171-1/+2
* Docs rearrangement (#88)Ilya Etingof2017-10-111-6/+0
* documented ASN.1 schema parameter to encodersIlya Etingof2017-09-171-2/+6
* encoders refactored to take Python types + ASN.1 schemaIlya Etingof2017-09-171-7/+31
* ASN.1 codecs to silently enforce proper length/chunk modesIlya Etingof2017-09-131-22/+2
* codecs signatures unified and pass **options throughIlya Etingof2017-09-091-9/+8
* fixed constructed types decoding failure in unguided modeIlya Etingof2017-08-241-3/+4
* Merge branch 'nested-optional-component-encoder-fix-two' of github.com:etingo...Ilya Etingof2017-07-311-6/+6
|\
| * better parameter name for encodersIlya Etingof2017-07-311-6/+6
* | added recusrive OPTIONAL field supportIlya Etingof2017-07-311-6/+6
|/
* better nested optional SET/SEQUENCE supportIlya Etingof2017-07-301-2/+2
* fixed SET, OCTET STRING and BITSTRING DER encoderIlya Etingof2017-07-071-9/+25
* allowed DER chunked encodingIlya Etingof2017-04-101-1/+1
* BER/CER/DER encoder refactored to use type-ids for better performanceIlya Etingof2017-03-221-1/+1
* 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-2/+2
* __all__ addedIlya Etingof2017-02-182-0/+4
* multiple fixes to canonical decoders successfully processing non-canonical se...Ilya Etingof2017-02-052-2/+20
* docstrings for decodersIlya Etingof2017-01-232-2/+38
* docstrings for encodersIlya Etingof2017-01-231-1/+15
* e-mail changed, copyright extended to year 2017Ilya Etingof2017-01-112-2/+2
* mass pep8 reformattingIlya Etingof2016-03-272-5/+12
* pep8'edIlya Etingof2016-03-161-1/+1
* copyright dates bumpedelie2015-12-292-2/+2
* fixes to commentselie2015-11-152-2/+0
* copyright notice addedelie2015-11-152-0/+12
* 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-252-4/+6
* minor fixes as reported by pylintelie2013-06-021-1/+0
* comment added to prevent overzealous package managers from optimizingelie2012-07-041-0/+1
* expose tagMap/typeMap/Decoder objects at DER decoder to uniform APIelie2012-06-101-1/+5
* major codec re-design, Any ASN.1 type implementedelie2011-01-262-4/+6
* replace slow hasattr()/getattr() calls with isinstance() introspection.elie2011-01-221-4/+5