aboutsummaryrefslogtreecommitdiff
path: root/tests/codec
AgeCommit message (Expand)Author
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-08-29fixed crash at SEQUENCE/OF encoder, schemaless modeIlya 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-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-22test case fix: do not initialize optional SEQUENCE fieldIlya Etingof
2017-07-07fixed SET, OCTET STRING and BITSTRING DER encoderIlya Etingof
2017-04-10allowed DER chunked encodingIlya Etingof
2017-03-31EndOfOctets refactored into singletonIlya Etingof
2017-03-22BER/CER/DER encoder refactored to use type-ids for better performanceIlya Etingof
2017-03-12.getComponent*() changed to lazily instantiate underlying typeIlya Etingof
2017-03-07tags-related getters refactored into descriptors/propertiesIlya Etingof
2017-02-26BER/CER/DER value encoders refactored to produce either tuple of bytes or oct...Ilya Etingof
2017-02-25fix to OID arc 2 encodingIlya Etingof
2017-02-24BitString type and codecs reimplementedIlya Etingof
2017-02-12test dir renamed into testsIlya Etingof