summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* one more char instantiation test caseIlya Etingof2017-08-281-0/+1
* fixed CharType(OctetStringType()) instantiationIlya Etingof2017-08-281-2/+3
* SET/SEQUENCE BER decoder simplified and optimisedIlya Etingof2017-08-261-2/+2
* added tests on reordered SET serialisationIlya Etingof2017-08-261-0/+12
* added tests on constructed types BER en/decodingIlya Etingof2017-08-242-4/+429
* at decoder, do not unconditionally cast substrate into bytes/strIlya Etingof2017-08-221-0/+24
* fix to SetOf components ordering at DER/CER encoderIlya Etingof2017-08-052-0/+65
* fixed SequenceOf/SetOf initializers for backward compatibilityIlya Etingof2017-08-021-0/+14
* fixed threading concurrency issuesIlya Etingof2017-08-011-1/+1
* more tests on optional nested sequence fieldIlya Etingof2017-07-312-7/+285
* fixed nested optional SET/SEQUENCE at CER/DER codecIlya Etingof2017-07-291-0/+87
* fixed CER/DER codec for GeneralizedTime/UTCTimeIlya Etingof2017-07-271-14/+43
* SetOf/SequenceOf codec test cases addedIlya Etingof2017-07-222-10/+71
* .componentType refactored into a read-only attributeIlya Etingof2017-07-221-4/+3
* test case fix: do not initialize optional SEQUENCE fieldIlya Etingof2017-07-221-14/+20
* added static ASN.1 type defs testsIlya Etingof2017-07-211-17/+122
* SetOf/SequenceOf field type container implementedIlya Etingof2017-07-212-10/+10
* WIP: SetOf/SequenceOf field type container first introducedIlya Etingof2017-07-201-11/+17
* NamedValues refactored into a dict-like objectIlya Etingof2017-07-191-6/+28
* Real type infinity states refactored into properiesIlya Etingof2017-07-181-2/+2
* updated docs on time types and datetime conversionIlya Etingof2017-07-141-5/+4
* time types <-> datetime conversion implementedIlya Etingof2017-07-142-7/+44
* WIP: time types <-> datetimeIlya Etingof2017-07-131-4/+5
* WIP: time objects / datetime adapter implementedIlya Etingof2017-07-131-2/+2
* WIP: useful types tests addedIlya Etingof2017-07-131-0/+61
* Merge branch 'master' into set-components-sortingIlya Etingof2017-07-116-1/+241
|\
| * fixed from_bytes() behaviour on empty inputIlya Etingof2017-07-111-3/+2
| * unit tests added for "compat" sub-packageIlya Etingof2017-07-106-1/+242
* | fixed SET, OCTET STRING and BITSTRING DER encoderIlya Etingof2017-07-071-6/+9
|/
* allowed DER chunked encodingIlya Etingof2017-04-101-6/+3
* EndOfOctets refactored into singletonIlya Etingof2017-03-311-1/+1
* reworked named bits BitString initialization fixIlya Etingof2017-03-291-1/+3
* BER/CER/DER encoder refactored to use type-ids for better performanceIlya Etingof2017-03-222-13/+27