summaryrefslogtreecommitdiff
path: root/pyasn1/codec
Commit message (Expand)AuthorAgeFilesLines
* Fail with unseekable streams.Jan Pipek2019-11-151-5/+5
* API that work with pyasn1-modulesJan Pipek2019-11-153-9/+9
* Prepare for streamsJan Pipek2019-11-153-180/+311
* Improve open maps debugging in decoderIlya Etingof2019-09-071-2/+30
* Add `isInconsistent` property hook to all constructed types (#170)Ilya Etingof2019-08-254-7/+21
* Document base ASN.1 typesIlya Etingof2019-07-131-1/+1
* Fix Python builtins ReST references in docstringsIlya Etingof2019-07-131-1/+1
* Add exception classes documentationIlya Etingof2019-07-138-8/+8
* Fix to pass decoder `options` to open type decoderIlya Etingof2019-07-121-5/+6
* Fix CER/DER encoders to respect open types (#167)Ilya Etingof2019-07-122-84/+72
* Add `SET|SEQUENCE OF ANY` encoding support (#165)Ilya Etingof2019-07-062-32/+112
* Improve CER/DER encoding of GeneralizedTime (#164)Ilya Etingof2019-06-301-21/+50
* Fix `AnyDecoder` to accept `TagMap` as `asn1Spec` (#152)Ilya Etingof2019-06-281-4/+24
* SequenceOf/SetOf to remain a schema objects (#162)Ilya Etingof2019-06-232-5/+24
* Release 0.4.5v0.4.5Ilya Etingof2018-12-299-9/+9
* Fix encoder debugging under Py2Ilya Etingof2018-12-291-3/+4
* Add more debug logging to *ER codecs (#139)Ilya Etingof2018-08-042-44/+359
* Refactor debug logging (#138)Ilya Etingof2018-08-034-73/+63
* Fix some typos and prepare for 0.4.5Ilya Etingof2018-07-293-7/+11
* Fix native encoder type map (#132)Ilya Etingof2018-06-301-2/+28
* copyright years extendedIlya Etingof2018-03-299-9/+9
* Prefer https:// URLs where available (#121)Jon Dufresne2018-03-212-2/+2
* Fixed bad TagSet initializer at OctetString encoder (#107)v0.4.2Ilya Etingof2017-11-231-15/+42
* imports pep8'edIlya Etingof2017-11-239-21/+44
* relax open type field type check on assignment (#105)Ilya Etingof2017-11-231-10/+2
* Start `.prettyPrint` deprecation (#103)Ilya Etingof2017-11-195-8/+8
* fixed Sequence/SequenceOf decoding heuristicsIlya Etingof2017-11-141-4/+3
* fixed openType decoding in indef modeIlya Etingof2017-11-141-1/+1
* migrated docs and references from sourceforge.netIlya Etingof2017-11-149-9/+9
* serialization -> serialisation nitpicksIlya Etingof2017-11-141-1/+1
* added example code snippets to the docstrings (#101)Ilya Etingof2017-11-148-0/+151
* Add more content to docs (#96)Ilya Etingof2017-10-217-8/+22
* Ditched unnecessary .clone/.subtype overrides (#94)Ilya Etingof2017-10-198-8/+8
* fix to Null decoder to initialize decoded value to ''Ilya Etingof2017-10-191-1/+1
* fixed DER/CER encoders to respect ordering of tagged CHOICE (#93)Ilya Etingof2017-10-172-2/+3
* fixed encoder not to omit empty substrate for simple types (#92)Ilya Etingof2017-10-171-1/+1
* Remove None initializer support (#91)Ilya Etingof2017-10-161-1/+1
* Merge branch 'devel-0.4.1' of github.com:etingof/pyasn1 into devel-0.4.1Ilya Etingof2017-10-112-12/+0
|\
| * Docs rearrangement (#88)Ilya Etingof2017-10-112-12/+0
* | do not attempt to decode optional open typesIlya Etingof2017-10-101-0/+6
|/
* Refactored ASN.1 codecs (#83)Ilya Etingof2017-10-042-59/+118
* fixed crash on exp tagged Sequence component encoding (#79)Ilya Etingof2017-09-201-3/+14
* OctetString and Any encoders save on ASN.1 schema instantiationIlya Etingof2017-09-171-14/+22
* documented ASN.1 schema parameter to encodersIlya Etingof2017-09-173-6/+18
* encoders refactored to take Python types + ASN.1 schemaIlya Etingof2017-09-173-125/+293
* Merge branch 'master' into open-types-supportopen-types-supportIlya Etingof2017-09-173-8/+9
|\
| * run unit tests with full debugging enabled (and ignored)Ilya Etingof2017-09-152-2/+2
| * fixed crash at SequenceOf native decoderIlya Etingof2017-09-151-1/+1
| * minor PEP8 editsIlya Etingof2017-09-142-6/+7
* | Merge branch 'master' into open-types-supportIlya Etingof2017-09-143-52/+13
|\ \ | |/