CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/07/17 09:50:37
Modified files:
lib/libssl/src/doc/ssl: SSL_CTX_set_options.3
lib/libssl/src/ssl: s3_lib.c ssl.h ssl3.h t1_lib.c
Log message:
Remove compat hack that disabled ECDHE-ECDSA on OS X.
For a few old releases, ECDHE-ECDSA was broken on OS X. This option
cannot differentiate between working and broken OS X so it disabled
ECDHE-ECDSA support on all OS X >= 10.6. 10.8-10.8.3 were the faulty
releases but these are no longer relevant. Tested on OS X 10.10 by jsing.
ok jsing@