Keep cipher lists sorted in the source instead of sorting them at
authorNils Larsch <nils@openssl.org>
Thu, 25 Aug 2005 07:29:54 +0000 (07:29 +0000)
committerNils Larsch <nils@openssl.org>
Thu, 25 Aug 2005 07:29:54 +0000 (07:29 +0000)
commit6e119bb02e8f324874d9dff779133377b1d41a3c
tree3efc62ceb3699c12a9fb3331be88a3b6bb68cb48
parent2c2e46dbf5a3919bcb47a67fc79704201df04843
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.
CHANGES
ssl/s2_lib.c
ssl/s3_lib.c
ssl/ssltest.c
test/Makefile