summaryrefslogtreecommitdiff
path: root/tests/codec/cer/test_encoder.py
Commit message (Expand)AuthorAgeFilesLines
* Advance copyright statement to year 2020Ilya Etingof2020-03-081-1/+1
* Merge branch 'master' into streamoptimum37Ilya Etingof2019-11-231-5/+1
|\
| * Drop support for EOL Pythons (#131)Jon Dufresne2019-11-161-5/+1
* | Refactor BER decoder into a suspendable coroutineIlya Etingof2019-11-151-1/+0
|/
* Fix CER/DER encoders to respect open types (#167)Ilya Etingof2019-07-121-29/+245
* Improve CER/DER encoding of GeneralizedTime (#164)Ilya Etingof2019-06-301-2/+22
* SequenceOf/SetOf to remain a schema objects (#162)Ilya Etingof2019-06-231-0/+2
* Release 0.4.5v0.4.5Ilya Etingof2018-12-291-1/+1
* copyright years extendedIlya Etingof2018-03-291-1/+1
* imports pep8'edIlya Etingof2017-11-231-1/+4
* migrated docs and references from sourceforge.netIlya Etingof2017-11-141-1/+1
* fixed DER/CER encoders to respect ordering of tagged CHOICE (#93)Ilya Etingof2017-10-171-1/+44
* run unit tests with full debugging enabled (and ignored)Ilya Etingof2017-09-151-18/+32
* fixed crash at SEQUENCE/OF encoder, schemaless modeIlya Etingof2017-08-291-68/+296
* fix to SetOf components ordering at DER/CER encoderIlya Etingof2017-08-051-0/+33
* more tests on optional nested sequence fieldIlya Etingof2017-07-311-7/+102
* fixed nested optional SET/SEQUENCE at CER/DER codecIlya Etingof2017-07-291-0/+87
* fixed CER/DER codec for GeneralizedTime/UTCTimeIlya Etingof2017-07-271-14/+43
* .getComponent*() changed to lazily instantiate underlying typeIlya Etingof2017-03-121-1/+1
* BitString type and codecs reimplementedIlya Etingof2017-02-241-3/+1
* test dir renamed into testsIlya Etingof2017-02-121-0/+193