From 5a22cf96a0a1c34968c0664f99b7ebb7ccf6ed75 Mon Sep 17 00:00:00 2001 From: Emilia Kasper Date: Wed, 6 Apr 2016 16:03:06 +0200 Subject: Replace cipherlist test The old cipherlist test in ssltest.c only tests the internal order of the cipher table, which is pretty useless. Replace this test with a test that catches inadvertent changes to the default cipherlist. Fix run_tests.pl to correctly filter tests that have "list" in their name. (Also includes a small drive-by fix in .gitignore.) Reviewed-by: Rich Salz --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 06549caef7..6ad374d959 100644 --- a/.gitignore +++ b/.gitignore @@ -79,6 +79,7 @@ Makefile /test/fips_ecdsavs /test/fips_rngvs /test/fips_test_suite +/test/ssltest_old *.so* *.dylib* *.dll* -- cgit v1.2.3