summaryrefslogtreecommitdiff
path: root/pyasn1/codec/ber
Commit message (Expand)AuthorAgeFilesLines
* Advance copyright statement to year 2020Ilya Etingof2020-03-083-3/+3
* Pass `tagMap` and `typeMap` to decoder instanceIlya Etingof2019-11-162-18/+19
* Refactor codec classes linkageIlya Etingof2019-11-162-9/+16
* Fix Integer decoder to handle empty payloadIlya Etingof2019-11-151-3/+4
* Reuse `SingleItemDecoder` object in `StreamingDecoder`Ilya Etingof2019-11-152-8/+4
* Add minor performance optimising changesIlya Etingof2019-11-151-2/+4
* Optimize `streaming` objects access for performanceIlya Etingof2019-11-151-35/+35
* Refactor BER decoder into a suspendable coroutineIlya Etingof2019-11-152-539/+754
* CachingStreamWrapperTestCaseJan Pipek2019-11-151-1/+1
* Simplify _CachingStreamWrapperJan Pipek2019-11-151-8/+17
* Hide other auxiliary functions.Jan Pipek2019-11-151-4/+4
* Address several pull requests comments + hide asSeekableStreamJan Pipek2019-11-151-38/+36
* Implement _CachedStreamWrapperJan Pipek2019-11-151-7/+64
* Docstrings in requested format.Jan Pipek2019-11-151-8/+38
* Trivial changes from the MR.Jan Pipek2019-11-151-3/+3
* UnsupportedSubstrateErrorJan Pipek2019-11-151-5/+8
* Fail with unseekable streams.Jan Pipek2019-11-151-5/+5
* API that work with pyasn1-modulesJan Pipek2019-11-151-3/+3
* Prepare for streamsJan Pipek2019-11-151-174/+259
* Improve open maps debugging in decoderIlya Etingof2019-09-071-2/+30
* Add `isInconsistent` property hook to all constructed types (#170)Ilya Etingof2019-08-252-4/+12
* 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-132-2/+2
* 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-121-39/+41
* Add `SET|SEQUENCE OF ANY` encoding support (#165)Ilya Etingof2019-07-062-32/+112
* 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-293-3/+3
* 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-032-52/+46
* Fix some typos and prepare for 0.4.5Ilya Etingof2018-07-292-6/+10
* copyright years extendedIlya Etingof2018-03-293-3/+3
* Prefer https:// URLs where available (#121)Jon Dufresne2018-03-211-1/+1
* Fixed bad TagSet initializer at OctetString encoder (#107)v0.4.2Ilya Etingof2017-11-231-15/+42
* imports pep8'edIlya Etingof2017-11-233-9/+22
* relax open type field type check on assignment (#105)Ilya Etingof2017-11-231-10/+2
* Start `.prettyPrint` deprecation (#103)Ilya Etingof2017-11-191-2/+2
* 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-143-3/+3
* added example code snippets to the docstrings (#101)Ilya Etingof2017-11-142-0/+42
* Add more content to docs (#96)Ilya Etingof2017-10-212-2/+6
* Ditched unnecessary .clone/.subtype overrides (#94)Ilya Etingof2017-10-192-2/+2
* fix to Null decoder to initialize decoded value to ''Ilya Etingof2017-10-191-1/+1
* 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
* do not attempt to decode optional open typesIlya Etingof2017-10-101-0/+6