aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
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
2017-08-28fixed CharType(OctetStringType()) instantiationIlya Etingof
2017-08-26SET/SEQUENCE BER decoder simplified and optimisedIlya Etingof
2017-08-26added tests on reordered SET serialisationIlya Etingof
2017-08-24added tests on constructed types BER en/decodingIlya Etingof
2017-08-22at decoder, do not unconditionally cast substrate into bytes/strIlya Etingof
2017-08-05fix to SetOf components ordering at DER/CER encoderIlya Etingof
2017-08-02fixed SequenceOf/SetOf initializers for backward compatibilityIlya Etingof
2017-08-01fixed threading concurrency issuesIlya Etingof
2017-07-31more tests on optional nested sequence fieldIlya Etingof
2017-07-29fixed nested optional SET/SEQUENCE at CER/DER codecIlya Etingof
2017-07-27fixed CER/DER codec for GeneralizedTime/UTCTimeIlya Etingof
2017-07-22SetOf/SequenceOf codec test cases addedIlya Etingof
2017-07-22.componentType refactored into a read-only attributeIlya Etingof
2017-07-22test case fix: do not initialize optional SEQUENCE fieldIlya Etingof
2017-07-21added static ASN.1 type defs testsIlya Etingof
2017-07-21SetOf/SequenceOf field type container implementedIlya Etingof
2017-07-20WIP: SetOf/SequenceOf field type container first introducedIlya Etingof
2017-07-19NamedValues refactored into a dict-like objectIlya Etingof
2017-07-18Real type infinity states refactored into properiesIlya Etingof
2017-07-14updated docs on time types and datetime conversionIlya Etingof
2017-07-14time types <-> datetime conversion implementedIlya Etingof
2017-07-13WIP: time types <-> datetimeIlya Etingof
2017-07-13WIP: time objects / datetime adapter implementedIlya Etingof
2017-07-13WIP: useful types tests addedIlya Etingof
2017-07-11Merge branch 'master' into set-components-sortingIlya Etingof
2017-07-11fixed from_bytes() behaviour on empty inputIlya Etingof