summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Prepare for streamsJan Pipek2019-09-061-81/+141
* 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
* fixed ASN.1 time types deepcopy/pickle operationsIlya Etingof2017-09-261-0/+5
* fixed crash on exp tagged Sequence component encoding (#79)Ilya Etingof2017-09-201-0/+20
* Set/Sequence & SetOf/SequenceOf subscription to raise Key/IndexError (#73)Ilya Etingof2017-09-191-2/+112
* encoders refactored to take Python types + ASN.1 schemaIlya Etingof2017-09-171-0/+297
* Merge branch 'master' into open-types-supportopen-types-supportIlya Etingof2017-09-1720-224/+422
|\
| * wrong inheritance in test fixedv0.3.5Ilya Etingof2017-09-171-1/+1
| * run unit tests with full debugging enabled (and ignored)Ilya Etingof2017-09-1520-222/+420
* | Merge branch 'master' into open-types-supportIlya Etingof2017-09-141-13/+10
|\ \ | |/
| * ASN.1 codecs to silently enforce proper length/chunk modesIlya Etingof2017-09-131-13/+10
* | refactored OpenType() into a mutable objectIlya Etingof2017-09-131-7/+7
* | refer to open types by open types, not hole typesIlya Etingof2017-09-101-29/+25
* | WIP: hole types implementationIlya Etingof2017-09-101-2/+55
|/
* WIP: avoid coping values when encoding explicit ASN.1 tagsIlya Etingof2017-09-091-2/+26
* fix to get explicit tags from substrate to the recovered ASN.1 objectIlya Etingof2017-09-031-16/+142
* schema-less SET/SEQUENCE dict duck-typingIlya Etingof2017-09-011-0/+50
* fixed stray duplicate tags detection at NamedTypes.tagMapIlya Etingof2017-08-311-0/+10
* fixed crash at SEQUENCE/OF encoder, schemaless modeIlya Etingof2017-08-293-79/+466