Replace cipherlist test
authorEmilia Kasper <emilia@openssl.org>
Wed, 6 Apr 2016 14:03:06 +0000 (16:03 +0200)
committerEmilia Kasper <emilia@openssl.org>
Wed, 11 May 2016 16:59:46 +0000 (18:59 +0200)
commit5a22cf96a0a1c34968c0664f99b7ebb7ccf6ed75
tree1f0b8c83b3c685b3aee4e1abfadb14aebc9ccde3
parent6e3ff63228c7b74c899b3bbc81e7f11db20956de
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 <rsalz@openssl.org>
.gitignore
test/build.info
test/cipherlist_test.c [new file with mode: 0644]
test/recipes/80-test_cipherlist.t [new file with mode: 0644]
test/recipes/80-test_ssl_old.t
test/run_tests.pl
test/ssltest_old.c