components/erlang/patches/disable-sslv3.patch
branchs11u2-sru
changeset 3606 9b5dd01a7206
child 4164 78ce887dcfd6
equal deleted inserted replaced
3579:e253adb3315e 3606:9b5dd01a7206
       
     1 Disable SSLv3 as a default SSL/TLS version in erlang per the email thread at:
       
     2 http://erlang.org/pipermail/erlang-questions/2014-October/081394.html
       
     3 
       
     4 This change is already known upstream.
       
     5 
       
     6 --- otp_src_R15B03/lib/ssl/src/ssl_internal.hrl.orig	2014-12-17 17:17:44.775898708 -0800
       
     7 +++ otp_src_R15B03/lib/ssl/src/ssl_internal.hrl	2014-12-18 04:46:24.785282064 -0800
       
     8 @@ -69,7 +69,7 @@
       
     9  -define(TRUE, 0).
       
    10  -define(FALSE, 1).
       
    11  
       
    12 --define(DEFAULT_SUPPORTED_VERSIONS, [tlsv1, sslv3]). %% Add 'tlsv1.1' in R16
       
    13 +-define(DEFAULT_SUPPORTED_VERSIONS, [tlsv1]). %% Add 'tlsv1.1' in R16
       
    14  -define(ALL_SUPPORTED_VERSIONS, ['tlsv1.2', 'tlsv1.1', tlsv1, sslv3]).
       
    15  
       
    16  -record(ssl_options, {