aboutsummaryrefslogtreecommitdiff
path: root/pyasn1/codec
AgeCommit message (Expand)Author
2017-09-10fixes to debug message interpolationIlya Etingof
2017-09-10refer to open types by open types, not hole typesIlya Etingof
2017-09-10WIP: hole types implementationIlya Etingof
2017-09-10run hole type substitution only when components are in placeIlya Etingof
2017-09-10ANY DEFINED BY decoding implementedIlya Etingof
2017-09-10run hole type substitution only when components are in placeIlya 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-03fix to get explicit tags from substrate to the recovered ASN.1 objectIlya Etingof
2017-09-03fixed crash at Sequence BER decoderIlya Etingof
2017-09-01native encoder to handle SEQUENCE/SET objects w/o componentTypeIlya Etingof
2017-08-29better Set/SetOf branching at CER encoderIlya Etingof
2017-08-29fixed crash at SEQUENCE/OF encoder, schemaless modeIlya Etingof
2017-08-27constructed BER decoder fixIlya Etingof
2017-08-26SET/SEQUENCE BER decoder simplified and optimisedIlya Etingof
2017-08-26added tests on reordered SET serialisationIlya Etingof
2017-08-25constructed types BER decoder simplified a bitIlya Etingof
2017-08-25reverted deprecated substrateFun changeIlya Etingof
2017-08-24added tests on constructed types BER en/decodingIlya Etingof
2017-08-24fixed constructed types decoding failure in unguided modeIlya Etingof
2017-08-23a bunch of minor BER decoder speed-upsIlya Etingof
2017-08-22at decoder, do not unconditionally cast substrate into bytes/strIlya Etingof
2017-08-22moved instance vars into locals at decoder's hotspotIlya Etingof
2017-08-22optimized tag format verificationIlya Etingof
2017-08-21ASN.1 types instantiation performance improvedIlya Etingof
2017-08-05fix to SetOf components ordering at DER/CER encoderIlya Etingof
2017-08-02more fixes to threading racingIlya Etingof
2017-07-31Merge branch 'nested-optional-component-encoder-fix-two' of github.com:etingo...Ilya Etingof
2017-07-31added recusrive OPTIONAL field supportIlya Etingof
2017-07-31better parameter name for encodersIlya Etingof
2017-07-30better nested optional SET/SEQUENCE supportIlya 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-23ASN.1 types __init__(), .clone()/.subtype() refactored into kwargsIlya Etingof
2017-07-22SetOf/SequenceOf codec test cases addedIlya Etingof
2017-07-21WIP: setup properties through metaclassIlya Etingof
2017-07-21SetOf/SequenceOf field type container implementedIlya Etingof
2017-07-20WIP: SetOf/SequenceOf field type container first introducedIlya Etingof
2017-07-18Real type infinity states refactored into properiesIlya Etingof
2017-07-07fixed SET, OCTET STRING and BITSTRING DER encoderIlya Etingof
2017-05-22typosIlya Etingof
2017-05-11moved logger call into local scope in tight loopsIlya Etingof
2017-04-10allowed DER chunked encodingIlya Etingof
2017-04-06OctetString & Any decoders optimizedIlya Etingof
2017-04-05refactored end-of-octets marker decodingIlya Etingof
2017-04-05Merge branch 'master' of github.com:etingof/pyasn1Ilya Etingof
2017-04-05fix to EndOfOctets.__new__Ilya Etingof
2017-04-04fix to BER encoder to accommodate undefined namedTypes in `Sequence`Ilya Etingof