aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_asn1.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make the tests VarMap an actual type instead of a hashmap typedef.Jack Lloyd2018-05-291-1/+1
* Add missing override [ci skip]Jack Lloyd2018-04-121-1/+1
* Allow year up to 2200 in ASN1 time objectsJack Lloyd2018-04-121-1/+44
* Allow decoding ASN.1 OID 0.0Jack Lloyd2018-03-051-1/+1
* Improve output of the ASN1 printerJack Lloyd2018-01-031-1/+1
* Add some tests of ASN1_Pretty_PrinterJack Lloyd2017-12-291-0/+27
* Avoid uncontrolled recusion on indefinite length encodingsJack Lloyd2017-11-201-0/+43
* Switch test code to use big-endian UCS2/UCS4Jack Lloyd2017-11-091-13/+11
* FIX: test method namespacingRené Meusel2017-11-091-2/+2
* FIX: coding styleRene Meusel2017-11-091-94/+92
* add tests for UCS-2/4 parsingRene Meusel2017-11-091-0/+65
* add conversion from UCS-2/4 to UTF-8Rene Meusel2017-11-091-2/+5
* add test reading UTF-8 X509 certRene Meusel2017-11-091-2/+2
* allow encoding of UTF-8 stringsRene Meusel2017-11-091-4/+69
* add a failing test for an UTF-8 string and a successful test for ASCIIRene Meusel2017-11-091-0/+57
* Add final annotations as appropriate in the test codeJack Lloyd2017-09-221-1/+1
* Add test for OSS-Fuzz 813Jack Lloyd2017-04-131-0/+67