summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix CER/DER encoders to respect open typesfix-cer-der-tagged-anyIlya Etingof2019-07-128-124/+1165
* Add `SequenceOf`/`SetOf` list-like slicing supportfix-setof-slicingIlya Etingof2019-07-123-4/+44
* Add more docs on `OpenType` (#166)Ilya Etingof2019-07-098-42/+139
* Update FUNDING.ymlIlya Etingof2019-07-071-1/+1
* Add `SET|SEQUENCE OF ANY` encoding support (#165)Ilya Etingof2019-07-066-46/+410
* Add GitHub funding buttonIlya Etingof2019-07-041-0/+1
* Improve CER/DER encoding of GeneralizedTime (#164)Ilya Etingof2019-06-303-23/+76
* Rename pyasn1 unicode exceptionsIlya Etingof2019-06-295-42/+89
* Add specific exceptions for String issues (#155)Alex Shafer2019-06-293-24/+52
* Fix `AnyDecoder` to accept `TagMap` as `asn1Spec` (#152)Ilya Etingof2019-06-283-4/+58
* SequenceOf/SetOf to remain a schema objects (#162)Ilya Etingof2019-06-238-86/+346
* Remove invalid escape sequences to get rid of DeprecationWarning in Python3. ...Harrison2019-06-202-6/+6
* Prepare for 0.4.6Ilya Etingof2018-12-293-11/+6
* Release 0.4.5v0.4.5Ilya Etingof2018-12-2962-62/+63
* Switch Travis to xenial just for Py3.7Ilya Etingof2018-12-291-1/+1
* Switch Travis to trustyIlya Etingof2018-12-291-11/+11
* Switch Travis to preciseIlya Etingof2018-12-291-11/+11
* Fix defaulted constructed SEQUENCE component initialization (#146)Ilya Etingof2018-12-293-2/+21
* Fix encoder debugging under Py2Ilya Etingof2018-12-291-3/+4
* Fix the entrypoint of asn1ate (#145)nde2018-10-171-1/+1
* Fix typo in example-use-case.rstIlya Etingof2018-08-071-1/+1
* Add more debug logging to *ER codecs (#139)Ilya Etingof2018-08-043-44/+361
* Refactor debug logging (#138)Ilya Etingof2018-08-036-92/+97
* Fix some typos and prepare for 0.4.5Ilya Etingof2018-07-2914-41/+49
* Fix package versionv0.4.4Ilya Etingof2018-07-261-1/+1
* Fix Travis build for Py3.7Ilya Etingof2018-07-262-2/+2
* Release 0.4.4Ilya Etingof2018-07-261-1/+1
* Fix Sequence/Set.prettyPrint crashIlya Etingof2018-07-242-1/+3
* Switch back to offical Python 3.7 buildIlya Etingof2018-07-031-2/+2
* Fix native encoder type map (#132)Ilya Etingof2018-06-302-2/+34
* switch back to 3.7-devIlya Etingof2018-06-291-12/+46
* Merge branch 'master' of github.com:etingof/pyasn1Ilya Etingof2018-06-290-0/+0
|\
| * bumped up to Python 3.7Ilya Etingof2018-06-284-2/+4
* | bumped up to Python 3.7Ilya Etingof2018-06-294-2/+4
|/
* Enable pip cache in Travis CI (#130)Jon Dufresne2018-06-161-1/+1
* 0.4.3v0.4.3Ilya Etingof2018-05-231-1/+1
* fix GenerlizedTime.asDateTime() operationIlya Etingof2018-05-233-9/+11
* Migrate to new PyPI websiteIlya Etingof2018-04-213-5/+5
* copyright years extendedIlya Etingof2018-03-2963-62/+67
* use older Sphinx for older PythonIlya Etingof2018-03-211-1/+1
* Include license file in the generated wheel package (#120)Jon Dufresne2018-03-211-0/+3
* Prefer https:// URLs where available (#121)Jon Dufresne2018-03-216-7/+7
* sys.getsizeof() may raise TypeError (#117)Vincent Bernat2017-12-261-0/+4
* NoValue.__repr__() should report object address in hexIlya Etingof2017-12-031-1/+1
* Fixed bad TagSet initializer at OctetString encoder (#107)v0.4.2Ilya Etingof2017-11-233-16/+49
* fixed opentype reference in Sphinx docIlya Etingof2017-11-231-1/+1
* fix to invoke potentially overridden OctetString.prettyOut()v0.4.1Ilya Etingof2017-11-232-5/+32
* imports pep8'edIlya Etingof2017-11-2334-70/+144
* relax open type field type check on assignment (#105)Ilya Etingof2017-11-237-15/+328
* cosmetic changes to Sequence.setComponentByPosition()Ilya Etingof2017-11-211-6/+16