summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorNils Larsch <nils@openssl.org>2005-08-25 07:29:54 +0000
committerNils Larsch <nils@openssl.org>2005-08-25 07:29:54 +0000
commit6e119bb02e8f324874d9dff779133377b1d41a3c (patch)
tree3efc62ceb3699c12a9fb3331be88a3b6bb68cb48 /test
parent2c2e46dbf5a3919bcb47a67fc79704201df04843 (diff)
Keep cipher lists sorted in the source instead of sorting them at
runtime, thus removing the need for a lock. Add a test to ssltest to verify that the cipher lists are sorted.
Diffstat (limited to 'test')
-rw-r--r--test/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile
index 756f59d7c9..434ab48e61 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -265,6 +265,7 @@ test_engine:
test_ssl: keyU.ss certU.ss certCA.ss certP1.ss keyP1.ss certP2.ss keyP2.ss \
intP1.ss intP2.ss
@echo "test SSL protocol"
+ ../util/shlib_wrap.sh ./$(SSLTEST) -test_cipherlist
@sh ./testssl keyU.ss certU.ss certCA.ss
@sh ./testsslproxy keyP1.ss certP1.ss intP1.ss
@sh ./testsslproxy keyP2.ss certP2.ss intP2.ss