aboutsummaryrefslogtreecommitdiff
path: root/tests/codec/ber/test_encoder.py
AgeCommit message (Expand)Author
2019-08-27Fix for Python 4 (#173)Hugo van Kemenade
2019-07-12Fix CER/DER encoders to respect open types (#167)Ilya Etingof
2019-07-06Add `SET|SEQUENCE OF ANY` encoding support (#165)Ilya Etingof
2019-06-23SequenceOf/SetOf to remain a schema objects (#162)Ilya Etingof
2018-12-29Release 0.4.5Ilya Etingof
2018-07-29Fix some typos and prepare for 0.4.5Ilya Etingof
2018-03-29copyright years extendedIlya Etingof
2017-11-23imports pep8'edIlya Etingof
2017-11-23relax open type field type check on assignment (#105)Ilya Etingof
2017-11-14migrated docs and references from sourceforge.netIlya Etingof
2017-10-16Remove None initializer support (#91)Ilya Etingof
2017-10-04Refactored ASN.1 codecs (#83)Ilya Etingof
2017-09-20fixed crash on exp tagged Sequence component encoding (#79)Ilya Etingof
2017-09-17encoders refactored to take Python types + ASN.1 schemaIlya Etingof
2017-09-17wrong inheritance in test fixedIlya Etingof
2017-09-15run unit tests with full debugging enabled (and ignored)Ilya Etingof
2017-09-09WIP: avoid coping values when encoding explicit ASN.1 tagsIlya Etingof
2017-08-29fixed crash at SEQUENCE/OF encoder, schemaless modeIlya Etingof
2017-08-24added tests on constructed types BER en/decodingIlya Etingof
2017-07-22SetOf/SequenceOf codec test cases addedIlya 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-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