aboutsummaryrefslogtreecommitdiff
path: root/tests/codec/ber/test_decoder.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-28Fix `AnyDecoder` to accept `TagMap` as `asn1Spec` (#152)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
2018-03-21Prefer https:// URLs where available (#121)Jon Dufresne
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-04Refactored ASN.1 codecs (#83)Ilya Etingof
2017-09-17Merge branch 'master' into open-types-supportIlya Etingof
2017-09-15run unit tests with full debugging enabled (and ignored)Ilya 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-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-07-22SetOf/SequenceOf codec test cases addedIlya Etingof
2017-07-22test case fix: do not initialize optional SEQUENCE fieldIlya 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-12test dir renamed into testsIlya Etingof