Sort cipher-list at runtime.
authorRich Salz <rsalz@openssl.org>
Wed, 16 Mar 2016 16:33:00 +0000 (12:33 -0400)
committerRich Salz <rsalz@openssl.org>
Thu, 17 Mar 2016 02:21:25 +0000 (22:21 -0400)
commit748f254657ab900c0de5e9e1843150c2df4c4bea
tree71fca621ae9f196baedea3095d206265ead55af2
parent757c416c4d728c346e30e3e7a32fccc4d9be8329
Sort cipher-list at runtime.

Reduces #ifdef complexity.

Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
ssl/s3_lib.c
ssl/ssl_ciph.c
ssl/ssl_locl.h
test/ssltest.c