Loading test/d2i-tests/bad_bio.der 0 → 100644 +7 B File added.Preview suppressed by a .gitattributes entry or the file's encoding is unsupported. View file test/recipes/25-test_d2i.t +5 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ use OpenSSL::Test qw/:DEFAULT srctop_file/; setup("test_d2i"); plan tests => 2; plan tests => 3; ok(run(test(["d2i_test", "X509", "decode", srctop_file('test','d2i-tests','bad_cert.der')])), Loading @@ -24,3 +24,7 @@ ok(run(test(["d2i_test", "X509", "decode", ok(run(test(["d2i_test", "GENERAL_NAME", "decode", srctop_file('test','d2i-tests','bad_generalname.der')])), "Running d2i_test bad_generalname.der"); ok(run(test(["d2i_test", "ASN1_ANY", "BIO", srctop_file('test','d2i-tests','bad_bio.der')])), "Running d2i_test bad_bio.der"); Loading
test/d2i-tests/bad_bio.der 0 → 100644 +7 B File added.Preview suppressed by a .gitattributes entry or the file's encoding is unsupported. View file
test/recipes/25-test_d2i.t +5 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ use OpenSSL::Test qw/:DEFAULT srctop_file/; setup("test_d2i"); plan tests => 2; plan tests => 3; ok(run(test(["d2i_test", "X509", "decode", srctop_file('test','d2i-tests','bad_cert.der')])), Loading @@ -24,3 +24,7 @@ ok(run(test(["d2i_test", "X509", "decode", ok(run(test(["d2i_test", "GENERAL_NAME", "decode", srctop_file('test','d2i-tests','bad_generalname.der')])), "Running d2i_test bad_generalname.der"); ok(run(test(["d2i_test", "ASN1_ANY", "BIO", srctop_file('test','d2i-tests','bad_bio.der')])), "Running d2i_test bad_bio.der");