summaryrefslogtreecommitdiff
path: root/pyasn1/codec
Commit message (Expand)AuthorAgeFilesLines
...
| * removed stray __call__ method from CER encoderIlya Etingof2017-09-141-5/+0
| * ASN.1 codecs to silently enforce proper length/chunk modesIlya Etingof2017-09-133-47/+13
* | refactored OpenType() into a mutable objectIlya Etingof2017-09-131-40/+61
* | wrap open type blob on encoding if neededIlya Etingof2017-09-102-7/+26
* | fixes to debug message interpolationIlya Etingof2017-09-102-2/+4
* | refer to open types by open types, not hole typesIlya Etingof2017-09-101-7/+7
* | WIP: hole types implementationIlya Etingof2017-09-101-30/+54
* | run hole type substitution only when components are in placeIlya Etingof2017-09-101-10/+11
* | ANY DEFINED BY decoding implementedIlya Etingof2017-09-101-11/+10
* | run hole type substitution only when components are in placeIlya Etingof2017-09-101-10/+25
* | ANY DEFINED BY decoding implementedIlya Etingof2017-09-101-0/+12
|/
* end-of-octets marker encoding optimizedIlya Etingof2017-09-101-9/+2
* avoid coping values when encoding explicit ASN.1 tagsIlya Etingof2017-09-102-77/+75
* codecs signatures unified and pass **options throughIlya Etingof2017-09-097-157/+259
* fix to get explicit tags from substrate to the recovered ASN.1 objectIlya Etingof2017-09-031-5/+11
* fixed crash at Sequence BER decoderIlya Etingof2017-09-032-22/+21
* native encoder to handle SEQUENCE/SET objects w/o componentTypeIlya Etingof2017-09-011-1/+1
* better Set/SetOf branching at CER encoderIlya Etingof2017-08-292-6/+2
* fixed crash at SEQUENCE/OF encoder, schemaless modeIlya Etingof2017-08-291-2/+3
* constructed BER decoder fixIlya Etingof2017-08-271-2/+2
* SET/SEQUENCE BER decoder simplified and optimisedIlya Etingof2017-08-261-85/+86
* added tests on reordered SET serialisationIlya Etingof2017-08-261-1/+4
* constructed types BER decoder simplified a bitIlya Etingof2017-08-251-14/+20
* reverted deprecated substrateFun changeIlya Etingof2017-08-251-0/+4
* added tests on constructed types BER en/decodingIlya Etingof2017-08-241-23/+21
* fixed constructed types decoding failure in unguided modeIlya Etingof2017-08-243-134/+177
* a bunch of minor BER decoder speed-upsIlya Etingof2017-08-231-24/+25
* at decoder, do not unconditionally cast substrate into bytes/strIlya Etingof2017-08-221-6/+11
* moved instance vars into locals at decoder's hotspotIlya Etingof2017-08-221-19/+21
* optimized tag format verificationIlya Etingof2017-08-221-18/+49
* ASN.1 types instantiation performance improvedIlya Etingof2017-08-211-1/+1
* fix to SetOf components ordering at DER/CER encoderIlya Etingof2017-08-051-10/+15
* more fixes to threading racingIlya Etingof2017-08-021-1/+1
* Merge branch 'nested-optional-component-encoder-fix-two' of github.com:etingo...Ilya Etingof2017-07-312-30/+29
|\
| * better parameter name for encodersIlya Etingof2017-07-312-29/+29
* | added recusrive OPTIONAL field supportIlya Etingof2017-07-313-43/+60
|/
* better nested optional SET/SEQUENCE supportIlya Etingof2017-07-303-35/+37
* fixed nested optional SET/SEQUENCE at CER/DER codecIlya Etingof2017-07-291-9/+39
* fixed CER/DER codec for GeneralizedTime/UTCTimeIlya Etingof2017-07-271-28/+33
* ASN.1 types __init__(), .clone()/.subtype() refactored into kwargsIlya Etingof2017-07-233-8/+8
* SetOf/SequenceOf codec test cases addedIlya Etingof2017-07-221-2/+2
* WIP: setup properties through metaclassIlya Etingof2017-07-215-10/+10
* SetOf/SequenceOf field type container implementedIlya Etingof2017-07-211-3/+3
* WIP: SetOf/SequenceOf field type container first introducedIlya Etingof2017-07-201-4/+3
* Real type infinity states refactored into properiesIlya Etingof2017-07-181-2/+2
* fixed SET, OCTET STRING and BITSTRING DER encoderIlya Etingof2017-07-072-13/+34
* typosIlya Etingof2017-05-222-2/+2
* moved logger call into local scope in tight loopsIlya Etingof2017-05-114-58/+75
* allowed DER chunked encodingIlya Etingof2017-04-101-1/+1
* OctetString & Any decoders optimizedIlya Etingof2017-04-061-23/+54