summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Advance copyright statement to year 2020Ilya Etingof2020-03-0828-28/+28
* Merge branch 'master' into streamoptimum37Ilya Etingof2019-11-2329-267/+56
|\
| * Add support for Python 3.8, drop EOL 3.4 (#182)Hugo van Kemenade2019-11-162-22/+2
| * Drop support for EOL Pythons (#131)Jon Dufresne2019-11-1629-247/+55
* | Pass `tagMap` and `typeMap` to decoder instanceIlya Etingof2019-11-161-1/+2
* | Refactor codec classes linkageIlya Etingof2019-11-161-1/+1
* | Fix streaming unit testIlya Etingof2019-11-151-1/+1
* | Reuse `SingleItemDecoder` object in `StreamingDecoder`Ilya Etingof2019-11-151-2/+2
* | Optimize `streaming` objects access for performanceIlya Etingof2019-11-151-12/+12
* | Refactor BER decoder into a suspendable coroutineIlya Etingof2019-11-156-189/+323
* | CachingStreamWrapperTestCaseJan Pipek2019-11-151-0/+51
* | Address several pull requests comments + hide asSeekableStreamJan Pipek2019-11-151-2/+2
* | Additional test on ZIP filesJan Pipek2019-11-151-0/+14
* | Implement _CachedStreamWrapperJan Pipek2019-11-151-6/+2
* | Update tests with more streams for ber.decoderJan Pipek2019-11-151-2/+53
* | Prepare for streamsJan Pipek2019-11-151-81/+141
|/
* Allow combining constraints operating on sets (#181)Ilya Etingof2019-11-041-4/+32
* Fix failing `OctetString` to unicode conversion tests on Py2Ilya Etingof2019-09-101-2/+14
* Add `SET ... WITH COMPONENTS ...` ASN.1 construct support (#171)Ilya Etingof2019-08-272-0/+165
* Fix for Python 4 (#173)Hugo van Kemenade2019-08-272-9/+9
* Deprecate `sizeSpec` in favor of `subtypeSpec` (#172)Ilya Etingof2019-08-251-10/+10
* Add `isInconsistent` property hook to all constructed types (#170)Ilya Etingof2019-08-251-11/+3
* Fix failing unit tests on Py25Ilya Etingof2019-07-311-4/+13
* Fix CER/DER encoders to respect open types (#167)Ilya Etingof2019-07-126-40/+1093
* Add `SequenceOf`/`SetOf` list-like slicing support (#168)Ilya Etingof2019-07-121-0/+17
* Add `SET|SEQUENCE OF ANY` encoding support (#165)Ilya Etingof2019-07-062-8/+285
* Improve CER/DER encoding of GeneralizedTime (#164)Ilya Etingof2019-06-301-2/+22
* Rename pyasn1 unicode exceptionsIlya Etingof2019-06-291-1/+28
* Fix `AnyDecoder` to accept `TagMap` as `asn1Spec` (#152)Ilya Etingof2019-06-281-0/+32
* SequenceOf/SetOf to remain a schema objects (#162)Ilya Etingof2019-06-233-25/+149
* Release 0.4.5v0.4.5Ilya Etingof2018-12-2929-29/+29
* Fix defaulted constructed SEQUENCE component initialization (#146)Ilya Etingof2018-12-291-0/+16
* Fix some typos and prepare for 0.4.5Ilya Etingof2018-07-295-17/+16
* fix GenerlizedTime.asDateTime() operationIlya Etingof2018-05-231-6/+6
* copyright years extendedIlya Etingof2018-03-2929-29/+29
* Prefer https:// URLs where available (#121)Jon Dufresne2018-03-211-1/+1
* sys.getsizeof() may raise TypeError (#117)Vincent Bernat2017-12-261-0/+4
* imports pep8'edIlya Etingof2017-11-2314-20/+44
* relax open type field type check on assignment (#105)Ilya Etingof2017-11-235-4/+324
* Start `.prettyPrint` deprecation (#103)Ilya Etingof2017-11-191-2/+6
* __repr__() of ASN.1 types reworked for better readability (#102)Ilya Etingof2017-11-183-51/+22
* Add default to .getComponentBy*() (#100)Ilya Etingof2017-11-161-0/+71
* migrated docs and references from sourceforge.netIlya Etingof2017-11-1428-28/+28
* serialization -> serialisation nitpicksIlya Etingof2017-11-143-92/+92
* Pickle protocol fixes (#99)Ilya Etingof2017-10-293-0/+308
* Constructed types schema inspection (#87)Ilya Etingof2017-10-191-0/+73
* fixed DER/CER encoders to respect ordering of tagged CHOICE (#93)Ilya Etingof2017-10-172-3/+90
* fixed encoder not to omit empty substrate for simple types (#92)Ilya Etingof2017-10-171-0/+67
* Remove None initializer support (#91)Ilya Etingof2017-10-163-8/+28
* Refactored ASN.1 codecs (#83)Ilya Etingof2017-10-042-7/+25