Don't build RC4 ciphersuites into libssl by default
authorMatt Caswell <matt@openssl.org>
Thu, 3 Mar 2016 15:40:51 +0000 (15:40 +0000)
committerMatt Caswell <matt@openssl.org>
Fri, 4 Mar 2016 10:04:06 +0000 (10:04 +0000)
commit8b1a5af389fb962c7d00ffc9d003c81078033e7b
treec8e4ed539f9a711c85cbff3b62b38736b5dd29af
parentf04abe7d500eeebc078a0ffb0e82997d5f62b2df
Don't build RC4 ciphersuites into libssl by default

RC4 based ciphersuites in libssl have been disabled by default. They can
be added back by building OpenSSL with the "enable-weak-ssl-ciphers"
Configure option at compile time.

Reviewed-by: Rich Salz <rsalz@openssl.org>
CHANGES
Configure
doc/apps/ciphers.pod
ssl/s3_lib.c