]> git.ipfire.org Git - thirdparty/openssl.git/commit
Keep cipher lists sorted in the source instead of sorting them at
authorNils Larsch <nils@openssl.org>
Thu, 25 Aug 2005 07:43:04 +0000 (07:43 +0000)
committerNils Larsch <nils@openssl.org>
Thu, 25 Aug 2005 07:43:04 +0000 (07:43 +0000)
commit3c0e39c5397100190bd77a3f644dc0d80bbbf03a
treec673d7226f2ce3f9df3a74d26aa3edc2725fb19a
parent19fddebf0e921c132c991cf86e97b8624c7b0178
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