aboutsummaryrefslogtreecommitdiff
path: root/test/recipes/05-test_fuzz.t
diff options
context:
space:
mode:
authorKurt Roeckx <kurt@roeckx.be>2016-07-01 16:42:15 +0200
committerKurt Roeckx <kurt@roeckx.be>2016-07-01 17:02:33 +0200
commita05b0bcf878c8c52824e8ee4bb6c1853fa23800b (patch)
tree60be90a13dbab29bef7576e7e8574b8f7602a7c4 /test/recipes/05-test_fuzz.t
parentdd850bcb395753a130a5d69697092d69555b6e2c (diff)
downloadopenssl-a05b0bcf878c8c52824e8ee4bb6c1853fa23800b.zip
openssl-a05b0bcf878c8c52824e8ee4bb6c1853fa23800b.tar.gz
openssl-a05b0bcf878c8c52824e8ee4bb6c1853fa23800b.tar.bz2
Re-add x509 and crl fuzzer
Reviewed-by: Rich Salz <rsalz@openssl.org> GH: #1276
Diffstat (limited to 'test/recipes/05-test_fuzz.t')
-rwxr-xr-xtest/recipes/05-test_fuzz.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/recipes/05-test_fuzz.t b/test/recipes/05-test_fuzz.t
index f5ae228..ec5c5ad 100755
--- a/test/recipes/05-test_fuzz.t
+++ b/test/recipes/05-test_fuzz.t
@@ -14,7 +14,7 @@ use OpenSSL::Test qw/:DEFAULT srctop_file/;
setup("test_fuzz");
-my @fuzzers = ('asn1', 'asn1parse', 'bignum', 'bndiv', 'cms', 'conf', 'ct', 'server');
+my @fuzzers = ('asn1', 'asn1parse', 'bignum', 'bndiv', 'cms', 'conf', 'crl', 'ct', 'server', 'x509');
plan tests => scalar @fuzzers;
foreach my $f (@fuzzers) {