aboutsummaryrefslogtreecommitdiffstats
path: root/fuzz/x509.c
Commit message (Collapse)AuthorAgeFilesLines
* Re-add x509 and crl fuzzerKurt Roeckx2016-07-011-0/+4
| | | | | | Reviewed-by: Rich Salz <rsalz@openssl.org> GH: #1276
* Add comment about X509_printAlex Gaynor2016-06-281-0/+1
| | | | | | | Signed-off-by: Kurt Roeckx <kurt@roeckx.be> Reviewed-by: Emilia Kasper <emilia@openssl.org> GH: #1255
* Add X509 and CRL fuzzerKurt Roeckx2016-06-251-0/+31
Reviewed-by: Rich Salz <rsalz@openssl.org> GH: #1229