summaryrefslogtreecommitdiff
path: root/CHANGES.rst
Commit message (Expand)AuthorAgeFilesLines
...
* fixed DER/CER encoders to respect ordering of tagged CHOICE (#93)Ilya Etingof2017-10-171-0/+2
* fixed encoder not to omit empty substrate for simple types (#92)Ilya Etingof2017-10-171-0/+3
* Remove None initializer support (#91)Ilya Etingof2017-10-161-1/+7
* Docs rearrangement (#88)Ilya Etingof2017-10-111-0/+1
* Refactored ASN.1 codecs (#83)Ilya Etingof2017-10-041-2/+4
* fixed ASN.1 time types deepcopy/pickle operationsIlya Etingof2017-09-261-0/+5
* release 0.3.6Ilya Etingof2017-09-201-1/+1
* fixed crash on exp tagged Sequence component encoding (#79)Ilya Etingof2017-09-201-0/+3
* Set/Sequence & SetOf/SequenceOf subscription to raise Key/IndexError (#73)Ilya Etingof2017-09-191-0/+6
* encoders refactored to take Python types + ASN.1 schemaIlya Etingof2017-09-171-0/+2
* Merge branch 'master' into open-types-supportopen-types-supportIlya Etingof2017-09-171-4/+8
|\
| * 0.3.5 releaseIlya Etingof2017-09-161-4/+5
| * run unit tests with full debugging enabled (and ignored)Ilya Etingof2017-09-151-0/+2
| * fixed crash at SequenceOf native decoderIlya Etingof2017-09-151-0/+1
* | Merge branch 'master' into open-types-supportIlya Etingof2017-09-141-0/+3
|\ \ | |/
| * ASN.1 codecs to silently enforce proper length/chunk modesIlya Etingof2017-09-131-0/+3
* | ANY DEFINED BY decoding implementedIlya Etingof2017-09-101-0/+5
|/
* end-of-octets marker encoding optimizedIlya Etingof2017-09-101-0/+1
* avoid coping values when encoding explicit ASN.1 tagsIlya Etingof2017-09-101-0/+1
* codecs signatures unified and pass **options throughIlya Etingof2017-09-091-0/+5
* 0.3.4v0.3.4Ilya Etingof2017-09-071-1/+1
* native encoder to handle SEQUENCE/SET objects w/o componentTypeIlya Etingof2017-09-011-0/+2
* schema-less SET/SEQUENCE dict duck-typingIlya Etingof2017-09-011-1/+2
* fixed stray duplicate tags detection at NamedTypes.tagMapIlya Etingof2017-08-311-0/+1
* fixed crash at SEQUENCE/OF encoder, schemaless modeIlya Etingof2017-08-291-3/+7
* fixed CharType(OctetStringType()) instantiationIlya Etingof2017-08-281-0/+6
* typov0.3.3Ilya Etingof2017-08-271-1/+1
* 0.3.3Ilya Etingof2017-08-271-1/+1
* fix to exponential index growth at NamedTypesIlya Etingof2017-08-251-0/+2
* fixed constructed types decoding failure in unguided modeIlya Etingof2017-08-241-0/+2
* fixed crash at Sequence.prettyPrint() with no componentsIlya Etingof2017-08-231-0/+1
* at decoder, do not unconditionally cast substrate into bytes/strIlya Etingof2017-08-221-0/+2
* fix to TagSet hash value buildIlya Etingof2017-08-211-0/+1
* ASN.1 types instantiation performance improvedIlya Etingof2017-08-211-0/+1
* fixed crash on conditional binascii module importIlya Etingof2017-08-151-0/+1
* fix to SetOf components ordering at DER/CER encoderIlya Etingof2017-08-051-0/+5
* 0.3.2v0.3.2Ilya Etingof2017-08-041-1/+1
* fixed SequenceOf/SetOf initializers for backward compatibilityIlya Etingof2017-08-021-0/+2
* OctetString.asNumbers caching removedIlya Etingof2017-08-021-2/+2
* fixed threading concurrency issuesIlya Etingof2017-08-011-1/+3
* .isValue fixed to return True for empty SetOf/SequenceOfIlya Etingof2017-07-301-0/+2
* fixed SetOf/SequenceOf printing and decoding crashIlya Etingof2017-07-301-0/+2
* Merge branch 'master' into nested-optional-component-encoder-fixIlya Etingof2017-07-301-0/+1
|\
| * docs markup fixesIlya Etingof2017-07-281-0/+1
* | fixed nested optional SET/SEQUENCE at CER/DER codecIlya Etingof2017-07-291-1/+3
|/
* fixed CER/DER codec for GeneralizedTime/UTCTimeIlya Etingof2017-07-271-1/+1
* prepare for 0.3.2Ilya Etingof2017-07-271-0/+5
* 0.3.1 releasev0.3.1Ilya Etingof2017-07-261-1/+1
* ASN.1 types __init__(), .clone()/.subtype() refactored into kwargsIlya Etingof2017-07-231-0/+2
* .subtypeSpec and .sizeSpec refactored into a read-only attributesIlya Etingof2017-07-221-1/+2