summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | fixed crash at Sequence BER decoderIlya Etingof2017-09-032-22/+21
* | | | | | | fixed Sequence.prettyprintType crashIlya Etingof2017-09-021-2/+5
* | | | | | | fixed Sequence.__repr__ crash when no componentType property is presentIlya Etingof2017-09-021-1/+1
* | | | | | | native encoder to handle SEQUENCE/SET objects w/o componentTypeIlya Etingof2017-09-012-1/+3
* | | | | | | Merge pull request #69 from etingof/schemaless-dict-ducktypingIlya Etingof2017-09-013-13/+131
|\ \ \ \ \ \ \
| * | | | | | | schema-less SET/SEQUENCE dict duck-typingIlya Etingof2017-09-013-13/+131
|/ / / / / / /
* | | | | | | fixed stray duplicate tags detection at NamedTypes.tagMapIlya Etingof2017-08-313-1/+12
* | | | | | | better Set/SetOf branching at CER encoderIlya Etingof2017-08-292-6/+2
* | | | | | | fixed crash at SEQUENCE/OF encoder, schemaless modeIlya Etingof2017-08-296-85/+477
* | | | | | | Merge pull request #66 from etingof/fixed-char-types-initIlya Etingof2017-08-295-43/+42
|\ \ \ \ \ \ \
| * | | | | | | one more char instantiation test caseIlya Etingof2017-08-282-1/+2
| * | | | | | | fixed CharType(OctetStringType()) instantiationIlya Etingof2017-08-285-44/+42
|/ / / / / / /
* | | | | | | fix to Py2.4/2.5 syntaxIlya Etingof2017-08-271-1/+1
* | | | | | | typov0.3.3Ilya Etingof2017-08-271-1/+1
* | | | | | | 0.3.3Ilya Etingof2017-08-271-1/+1
* | | | | | | constructed BER decoder fixIlya Etingof2017-08-271-2/+2
* | | | | | | SET/SEQUENCE BER decoder simplified and optimisedIlya Etingof2017-08-264-92/+95
* | | | | | | added tests on reordered SET serialisationIlya Etingof2017-08-262-1/+16
* | | | | | | constructed types BER decoder simplified a bitIlya Etingof2017-08-251-14/+20
* | | | | | | reverted deprecated substrateFun changeIlya Etingof2017-08-251-0/+4
* | | | | | | fix to exponential index growth at NamedTypesIlya Etingof2017-08-252-3/+8
* | | | | | | added tests on constructed types BER en/decodingIlya Etingof2017-08-243-27/+450
* | | | | | | fixed constructed types decoding failure in unguided modeIlya Etingof2017-08-244-134/+179
* | | | | | | a bunch of minor BER decoder speed-upsIlya Etingof2017-08-231-24/+25
* | | | | | | fixed crash at Sequence.prettyPrint() with no componentsIlya Etingof2017-08-232-1/+5
* | | | | | | replaced range(len()) with enumerate() at a few placesIlya Etingof2017-08-232-12/+12
* | | | | | | pre-compute NamedTypes fieldsIlya Etingof2017-08-221-3/+6
* | | | | | | more efficient constructed types initializationIlya Etingof2017-08-221-4/+6
* | | | | | | at decoder, do not unconditionally cast substrate into bytes/strIlya Etingof2017-08-223-6/+37
* | | | | | | moved instance vars into locals at decoder's hotspotIlya Etingof2017-08-221-19/+21
* | | | | | | optimized tag format verificationIlya Etingof2017-08-221-18/+49
* | | | | | | fix to TagSet hash value buildIlya Etingof2017-08-212-8/+9
* | | | | | | simplified constructed typesIlya Etingof2017-08-211-23/+26
* | | | | | | ASN.1 types instantiation performance improvedIlya Etingof2017-08-215-94/+55
* | | | | | | fixed crash on conditional binascii module importIlya Etingof2017-08-152-2/+3
| |_|_|/ / / |/| | | | |
* | | | | | added pypi badgeIlya Etingof2017-08-052-1/+2
* | | | | | fix to SetOf components ordering at DER/CER encoderIlya Etingof2017-08-054-10/+85
* | | | | | 0.3.3Ilya Etingof2017-08-052-2/+5
* | | | | | 0.3.2v0.3.2Ilya Etingof2017-08-041-1/+1
* | | | | | Merge pull request #60 from etingof/sequence-of-to-accept-positionalIlya Etingof2017-08-023-0/+27
|\ \ \ \ \ \
| * | | | | | fixed SequenceOf/SetOf initializers for backward compatibilityIlya Etingof2017-08-023-0/+27
|/ / / / / /
* | | | | | Merge pull request #58 from etingof/concurrency-related-fixesIlya Etingof2017-08-028-119/+109
|\ \ \ \ \ \
| * | | | | | OctetString.asNumbers caching removedIlya Etingof2017-08-023-12/+6
| * | | | | | account for postponed errors when computing type mapsIlya Etingof2017-08-021-0/+4
| * | | | | | more fixes to threading racingIlya Etingof2017-08-022-11/+3
| * | | | | | fixed threading concurrency issuesIlya Etingof2017-08-015-98/+98
|/ / / / / /
* | | | | | Merge pull request #57 from etingof/nested-optional-component-encoder-fix-twoIlya Etingof2017-07-315-64/+358
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'nested-optional-component-encoder-fix-two' of github.com:etingo...Ilya Etingof2017-07-314-37/+314
| |\ \ \ \ \ \
| | * | | | | | more tests on optional nested sequence fieldIlya Etingof2017-07-312-7/+285
| | * | | | | | better parameter name for encodersIlya Etingof2017-07-312-29/+29
| |/ / / / / / |/| | | | | |