aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.rst
AgeCommit message (Expand)Author
2017-09-15fixed crash at SequenceOf native decoderIlya 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-10ANY DEFINED BY decoding implementedIlya Etingof
2017-09-10end-of-octets marker encoding optimizedIlya Etingof
2017-09-10avoid coping values when encoding explicit ASN.1 tagsIlya Etingof
2017-09-09codecs signatures unified and pass **options throughIlya Etingof
2017-09-070.3.4Ilya Etingof
2017-09-01native encoder to handle SEQUENCE/SET objects w/o componentTypeIlya 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-28fixed CharType(OctetStringType()) instantiationIlya Etingof
2017-08-27typoIlya Etingof
2017-08-270.3.3Ilya Etingof
2017-08-25fix to exponential index growth at NamedTypesIlya Etingof
2017-08-24fixed constructed types decoding failure in unguided modeIlya Etingof
2017-08-23fixed crash at Sequence.prettyPrint() with no componentsIlya Etingof
2017-08-22at decoder, do not unconditionally cast substrate into bytes/strIlya Etingof
2017-08-21fix to TagSet hash value buildIlya Etingof
2017-08-21ASN.1 types instantiation performance improvedIlya Etingof
2017-08-15fixed crash on conditional binascii module importIlya Etingof
2017-08-05fix to SetOf components ordering at DER/CER encoderIlya Etingof
2017-08-040.3.2Ilya Etingof
2017-08-02fixed SequenceOf/SetOf initializers for backward compatibilityIlya Etingof
2017-08-02OctetString.asNumbers caching removedIlya Etingof
2017-08-01fixed threading concurrency issuesIlya Etingof
2017-07-30.isValue fixed to return True for empty SetOf/SequenceOfIlya Etingof
2017-07-30fixed SetOf/SequenceOf printing and decoding crashIlya Etingof
2017-07-30Merge branch 'master' into nested-optional-component-encoder-fixIlya Etingof
2017-07-29fixed nested optional SET/SEQUENCE at CER/DER codecIlya Etingof
2017-07-28docs markup fixesIlya Etingof
2017-07-27fixed CER/DER codec for GeneralizedTime/UTCTimeIlya Etingof
2017-07-27prepare for 0.3.2Ilya Etingof
2017-07-260.3.1 releaseIlya Etingof
2017-07-23ASN.1 types __init__(), .clone()/.subtype() refactored into kwargsIlya Etingof
2017-07-22.subtypeSpec and .sizeSpec refactored into a read-only attributesIlya Etingof
2017-07-22.componentType refactored into a read-only attributeIlya Etingof
2017-07-21SetOf/SequenceOf field type container implementedIlya Etingof
2017-07-19NamedValues refactored into a dict-like objectIlya Etingof
2017-07-18WIP: various NamedValues improvementsIlya Etingof
2017-07-18Real type infinity states refactored into properiesIlya Etingof
2017-07-180.3.1Ilya Etingof
2017-07-14time types <-> datetime conversion implementedIlya Etingof
2017-07-11Merge branch 'master' into set-components-sortingIlya Etingof
2017-07-11fixed from_bytes() behaviour on empty inputIlya Etingof
2017-07-10unit tests added for "compat" sub-packageIlya Etingof
2017-07-07fixed SET, OCTET STRING and BITSTRING DER encoderIlya Etingof
2017-04-24typos and URL updateIlya Etingof
2017-04-10allowed DER chunked encodingIlya Etingof