aboutsummaryrefslogtreecommitdiffstats
path: root/test/d2i-tests
Commit message (Collapse)AuthorAgeFilesLines
* add test for CVE-2016-7053Dr. Stephen Henson2016-11-101-0/+1
| | | | Reviewed-by: Richard Levitte <levitte@openssl.org>
* Add ASN.1 INTEGER tests.Dr. Stephen Henson2016-05-035-0/+3
| | | | | | | | | Add tests for ASN.1 INTEGER: invalid tag, valid 0, 1, -1 and 0, -1 with illegal padding. Also add ASN1_ANY tests for 0, 1 and -1. Reviewed-by: Emilia Käsper <emilia@openssl.org>
* Add test for CVE-2016-2018Dr. Stephen Henson2016-05-031-0/+0
| | | | Reviewed-by: Emilia Käsper <emilia@openssl.org>
* add test for CVE-2016-2109Dr. Stephen Henson2016-04-231-0/+0
| | | | Reviewed-by: Richard Levitte <levitte@openssl.org>
* Fix memory leaks in ASN.1Emilia Kasper2016-04-042-0/+1
These leaks affect 1.1.0 dev branch only; introduced around commit f93ad22f6adb00e722c130e792799467f3927b56 Found with LibFuzzer Reviewed-by: Ben Laurie <ben@openssl.org>