# HG changeset patch # User Rich Burridge # Date 1420838882 28800 # Node ID 9b5dd01a720658f66a3d9be0e4e645bf5ff765e0 # Parent e253adb3315e1ace67073e4574581744c0db4156 20231085 problem in UTILITY/ERLANG diff -r e253adb3315e -r 9b5dd01a7206 components/erlang/patches/disable-sslv3.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/components/erlang/patches/disable-sslv3.patch Fri Jan 09 13:28:02 2015 -0800 @@ -0,0 +1,16 @@ +Disable SSLv3 as a default SSL/TLS version in erlang per the email thread at: +http://erlang.org/pipermail/erlang-questions/2014-October/081394.html + +This change is already known upstream. + +--- otp_src_R15B03/lib/ssl/src/ssl_internal.hrl.orig 2014-12-17 17:17:44.775898708 -0800 ++++ otp_src_R15B03/lib/ssl/src/ssl_internal.hrl 2014-12-18 04:46:24.785282064 -0800 +@@ -69,7 +69,7 @@ + -define(TRUE, 0). + -define(FALSE, 1). + +--define(DEFAULT_SUPPORTED_VERSIONS, [tlsv1, sslv3]). %% Add 'tlsv1.1' in R16 ++-define(DEFAULT_SUPPORTED_VERSIONS, [tlsv1]). %% Add 'tlsv1.1' in R16 + -define(ALL_SUPPORTED_VERSIONS, ['tlsv1.2', 'tlsv1.1', tlsv1, sslv3]). + + -record(ssl_options, {