Updated EWF network and httpd libraries.
Updated features using ssl_2 and ssl_3 as obsolete and raise a developer exception.
This commit is contained in:
@@ -26,7 +26,9 @@ feature -- Factory
|
||||
create l_secure.make_client_by_port (a_port, a_host)
|
||||
Result := l_secure
|
||||
if attached secure_protocol as l_prot then
|
||||
if l_prot.is_case_insensitive_equal ("tls_1_0") then
|
||||
if l_prot.is_case_insensitive_equal ("ssl_2_3") then
|
||||
l_secure.set_secure_protocol_to_ssl_2_or_3
|
||||
elseif l_prot.is_case_insensitive_equal ("tls_1_0") then
|
||||
l_secure.set_secure_protocol_to_tls_1_0
|
||||
elseif l_prot.is_case_insensitive_equal ("tls_1_1") then
|
||||
l_secure.set_secure_protocol_to_tls_1_1
|
||||
|
||||
Reference in New Issue
Block a user