summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'devel-0.4.1' into self-referencing-typesself-referencing-typesIlya Etingof2017-09-1738-531/+1092
|\
| * Merge branch 'master' into open-types-supportopen-types-supportIlya Etingof2017-09-1730-259/+479
| |\
| | * wrong inheritance in test fixedv0.3.5Ilya Etingof2017-09-171-1/+1
| | * 0.3.5 releaseIlya Etingof2017-09-161-4/+5
| | * Merge pull request #77 from etingof/tests-for-debug-modeIlya Etingof2017-09-1525-242/+459
| | |\
| | | * run unit tests with full debugging enabled (and ignored)Ilya Etingof2017-09-1525-242/+459
| | |/
| | * fixed crash at SequenceOf native decoderIlya Etingof2017-09-152-1/+2
| | * minor PEP8 editsIlya Etingof2017-09-145-9/+10
| * | docs on OpenType addedIlya Etingof2017-09-144-1/+42
| * | Merge branch 'master' into open-types-supportIlya Etingof2017-09-145-65/+26
| |\ \ | | |/
| | * removed stray __call__ method from CER encoderIlya Etingof2017-09-141-5/+0
| | * Merge pull request #75 from etingof/enforce-codecs-propertiesIlya Etingof2017-09-145-60/+26
| | |\
| | | * ASN.1 codecs to silently enforce proper length/chunk modesIlya Etingof2017-09-135-60/+26
| | |/
| * | refactored OpenType() into a mutable objectIlya Etingof2017-09-134-60/+98
| * | wrap open type blob on encoding if neededIlya Etingof2017-09-102-7/+26
| * | debug flag 'none' addedIlya Etingof2017-09-101-0/+1
| * | fixes to debug message interpolationIlya Etingof2017-09-102-2/+4
| * | refer to open types by open types, not hole typesIlya Etingof2017-09-104-42/+38
| * | fixes following bad mergeIlya Etingof2017-09-101-13/+0
| * | Merge branch 'open-types-support' of github.com:etingof/pyasn1 into open-type...Ilya Etingof2017-09-101-0/+13
| |\ \
| | * \ Merge branch 'open-types-support' of github.com:etingof/pyasn1 into open-type...Ilya Etingof2017-09-072-0/+17
| | |\ \
| | | * \ Merge branch 'open-types-support' of github.com:etingof/pyasn1 into open-type...Ilya Etingof2017-08-291-1/+0
| | | |\ \
| | | | * \ Merge branch 'master' into open-types-supportIlya Etingof2017-07-2330-693/+965
| | | | |\ \
| | | | * \ \ Merge branch 'master' into open-types-supportIlya Etingof2017-07-187-17/+283
| | | | |\ \ \
| | | * | \ \ \ Merge branch 'master' into open-types-supportIlya Etingof2017-08-0551-1052/+2235
| | | |\ \ \ \ \ | | | | |/ / / / | | | |/| | | |
| | | * | | | | Merge branch 'master' into open-types-supportIlya Etingof2017-07-1114-22/+302
| | | |\ \ \ \ \
| | | * \ \ \ \ \ Merge branch 'open-types-support' of github.com:etingof/pyasn1 into open-type...Ilya Etingof2017-07-077-62/+82
| | | |\ \ \ \ \ \
| | | | * \ \ \ \ \ Merge branch 'master' into open-types-supportIlya Etingof2017-05-227-62/+82
| | | | |\ \ \ \ \ \
| | | * | | | | | | | run hole type substitution only when components are in placeIlya Etingof2017-07-071-11/+24
| | | |/ / / / / / /
| | | * | | | | | | quick fix to OctetString.prettyOut on Py3Ilya Etingof2017-04-211-1/+1
| | | * | | | | | | ANY DEFINED BY decoding implementedIlya Etingof2017-04-213-1/+41
| | * | | | | | | | run hole type substitution only when components are in placeIlya Etingof2017-09-071-10/+25
| | * | | | | | | | ANY DEFINED BY decoding implementedIlya Etingof2017-09-073-0/+45
| * | | | | | | | | WIP: hole types implementationIlya Etingof2017-09-104-59/+167
| * | | | | | | | | run hole type substitution only when components are in placeIlya Etingof2017-09-101-10/+11
| * | | | | | | | | ANY DEFINED BY decoding implementedIlya Etingof2017-09-103-19/+23
| * | | | | | | | | run hole type substitution only when components are in placeIlya Etingof2017-09-101-10/+25
| * | | | | | | | | ANY DEFINED BY decoding implementedIlya Etingof2017-09-102-0/+40
| | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | Merge pull request #72 from etingof/efficient-explicit-tags-encodingIlya Etingof2017-09-104-87/+104
| |\ \ \ \ \ \ \ \
| | * | | | | | | | end-of-octets marker encoding optimizedIlya Etingof2017-09-102-9/+3
| | * | | | | | | | avoid coping values when encoding explicit ASN.1 tagsIlya Etingof2017-09-103-77/+76
| | * | | | | | | | WIP: avoid coping values when encoding explicit ASN.1 tagsIlya Etingof2017-09-091-2/+26
| |/ / / / / / / /
| * | | | | | | | Merge pull request #71 from etingof/codecs-options-supportIlya Etingof2017-09-099-158/+265
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | codecs signatures unified and pass **options throughIlya Etingof2017-09-099-158/+265
| |/ / / / / / /
* | | | | | | | Merge branch 'self-referencing-types' of github.com:etingof/pyasn1 into self-...Ilya Etingof2017-09-071-0/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | WIP: forward referenced ASN.1 typesIlya Etingof2017-08-297-4/+84
| * | | | | | | | WIP: ForwardRef first implementedIlya Etingof2017-08-294-9/+57
* | | | | | | | | WIP: forward referenced ASN.1 typesIlya Etingof2017-09-077-4/+84
* | | | | | | | | WIP: ForwardRef first implementedIlya Etingof2017-09-074-9/+57
| |/ / / / / / / |/| | | | | | |
* | | | | | | | 0.3.4v0.3.4Ilya Etingof2017-09-071-1/+1