summaryrefslogtreecommitdiff
path: root/tests/codec/der/test_encoder.py
Commit message (Expand)AuthorAgeFilesLines
* Advance copyright statement to year 2020Ilya Etingof2020-03-081-1/+1
* Drop support for EOL Pythons (#131)Jon Dufresne2019-11-161-6/+1
* Fix CER/DER encoders to respect open types (#167)Ilya Etingof2019-07-121-0/+241
* 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-2/+46
* fixed encoder not to omit empty substrate for simple types (#92)Ilya Etingof2017-10-171-0/+67
* run unit tests with full debugging enabled (and ignored)Ilya Etingof2017-09-151-8/+21
* ASN.1 codecs to silently enforce proper length/chunk modesIlya Etingof2017-09-131-13/+10
* fix to SetOf components ordering at DER/CER encoderIlya Etingof2017-08-051-0/+32
* more tests on optional nested sequence fieldIlya Etingof2017-07-311-0/+183
* fixed SET, OCTET STRING and BITSTRING DER encoderIlya Etingof2017-07-071-6/+9
* allowed DER chunked encodingIlya Etingof2017-04-101-6/+3
* .getComponent*() changed to lazily instantiate underlying typeIlya Etingof2017-03-121-3/+3
* BitString type and codecs reimplementedIlya Etingof2017-02-241-1/+1
* test dir renamed into testsIlya Etingof2017-02-121-0/+70