aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2019-08-27Add `SET ... WITH COMPONENTS ...` ASN.1 construct support (#171)Ilya Etingof
2019-08-27Fix for Python 4 (#173)Hugo van Kemenade
2019-08-25Deprecate `sizeSpec` in favor of `subtypeSpec` (#172)Ilya Etingof
2019-08-25Add `isInconsistent` property hook to all constructed types (#170)Ilya Etingof
2019-07-31Fix failing unit tests on Py25Ilya Etingof
2019-07-12Fix CER/DER encoders to respect open types (#167)Ilya Etingof
2019-07-12Add `SequenceOf`/`SetOf` list-like slicing support (#168)Ilya Etingof
2019-07-06Add `SET|SEQUENCE OF ANY` encoding support (#165)Ilya Etingof
2019-06-30Improve CER/DER encoding of GeneralizedTime (#164)Ilya Etingof
2019-06-29Rename pyasn1 unicode exceptionsIlya Etingof
2019-06-28Fix `AnyDecoder` to accept `TagMap` as `asn1Spec` (#152)Ilya Etingof
2019-06-23SequenceOf/SetOf to remain a schema objects (#162)Ilya Etingof
2018-12-29Release 0.4.5Ilya Etingof
2018-12-29Fix defaulted constructed SEQUENCE component initialization (#146)Ilya Etingof
2018-07-29Fix some typos and prepare for 0.4.5Ilya Etingof
2018-05-23fix GenerlizedTime.asDateTime() operationIlya Etingof
2018-03-29copyright years extendedIlya Etingof
2018-03-21Prefer https:// URLs where available (#121)Jon Dufresne
2017-12-26sys.getsizeof() may raise TypeError (#117)Vincent Bernat
2017-11-23imports pep8'edIlya Etingof
2017-11-23relax open type field type check on assignment (#105)Ilya Etingof
2017-11-19Start `.prettyPrint` deprecation (#103)Ilya Etingof
2017-11-18__repr__() of ASN.1 types reworked for better readability (#102)Ilya Etingof
2017-11-16Add default to .getComponentBy*() (#100)Ilya Etingof
2017-11-14migrated docs and references from sourceforge.netIlya Etingof
2017-11-14serialization -> serialisation nitpicksIlya Etingof
2017-10-29Pickle protocol fixes (#99)Ilya Etingof
2017-10-19Constructed types schema inspection (#87)Ilya Etingof
2017-10-17fixed DER/CER encoders to respect ordering of tagged CHOICE (#93)Ilya Etingof
2017-10-17fixed encoder not to omit empty substrate for simple types (#92)Ilya Etingof
2017-10-16Remove None initializer support (#91)Ilya Etingof
2017-10-04Refactored ASN.1 codecs (#83)Ilya Etingof
2017-09-26fixed ASN.1 time types deepcopy/pickle operationsIlya Etingof
2017-09-20fixed crash on exp tagged Sequence component encoding (#79)Ilya Etingof
2017-09-19Set/Sequence & SetOf/SequenceOf subscription to raise Key/IndexError (#73)Ilya Etingof
2017-09-17encoders refactored to take Python types + ASN.1 schemaIlya Etingof
2017-09-17Merge branch 'master' into open-types-supportIlya Etingof
2017-09-17wrong inheritance in test fixedIlya Etingof
2017-09-15run unit tests with full debugging enabled (and ignored)Ilya Etingof
2017-09-14Merge branch 'master' into open-types-supportIlya Etingof
2017-09-13ASN.1 codecs to silently enforce proper length/chunk modesIlya Etingof
2017-09-13refactored OpenType() into a mutable objectIlya Etingof
2017-09-10refer to open types by open types, not hole typesIlya Etingof
2017-09-10WIP: hole types implementationIlya Etingof
2017-09-09WIP: avoid coping values when encoding explicit ASN.1 tagsIlya Etingof
2017-09-03fix to get explicit tags from substrate to the recovered ASN.1 objectIlya Etingof
2017-09-01schema-less SET/SEQUENCE dict duck-typingIlya Etingof
2017-08-31fixed stray duplicate tags detection at NamedTypes.tagMapIlya Etingof
2017-08-29fixed crash at SEQUENCE/OF encoder, schemaless modeIlya Etingof
2017-08-28one more char instantiation test caseIlya Etingof