Removed support for SSLv3
This commit is contained in:
@@ -81,7 +81,7 @@ feature -- Element change
|
|||||||
-- Unset `http_server_name' value.
|
-- Unset `http_server_name' value.
|
||||||
do
|
do
|
||||||
http_server_name := Void
|
http_server_name := Void
|
||||||
ensure
|
ensure
|
||||||
unset_http_server_name: http_server_name = Void
|
unset_http_server_name: http_server_name = Void
|
||||||
end
|
end
|
||||||
|
|
||||||
@@ -202,11 +202,6 @@ feature -- SSL Helpers
|
|||||||
deferred
|
deferred
|
||||||
end
|
end
|
||||||
|
|
||||||
set_ssl_protocol_to_ssl_3
|
|
||||||
-- Set `ssl_protocol' with `Ssl_3'.
|
|
||||||
deferred
|
|
||||||
end
|
|
||||||
|
|
||||||
set_ssl_protocol_to_tls_1_0
|
set_ssl_protocol_to_tls_1_0
|
||||||
-- Set `ssl_protocol' with `Tls_1_0'.
|
-- Set `ssl_protocol' with `Tls_1_0'.
|
||||||
deferred
|
deferred
|
||||||
|
|||||||
@@ -27,11 +27,6 @@ feature -- SSL Helpers
|
|||||||
-- Ignored
|
-- Ignored
|
||||||
end
|
end
|
||||||
|
|
||||||
set_ssl_protocol_to_ssl_3
|
|
||||||
-- Set `ssl_protocol' with `Ssl_3'.
|
|
||||||
do
|
|
||||||
-- Ignored
|
|
||||||
end
|
|
||||||
|
|
||||||
set_ssl_protocol_to_tls_1_0
|
set_ssl_protocol_to_tls_1_0
|
||||||
-- Set `ssl_protocol' with `Tls_1_0'.
|
-- Set `ssl_protocol' with `Tls_1_0'.
|
||||||
|
|||||||
@@ -41,12 +41,6 @@ feature -- SSL Helpers
|
|||||||
set_ssl_protocol ({SSL_PROTOCOL}.Ssl_23)
|
set_ssl_protocol ({SSL_PROTOCOL}.Ssl_23)
|
||||||
end
|
end
|
||||||
|
|
||||||
set_ssl_protocol_to_ssl_3
|
|
||||||
-- Set `ssl_protocol' with `Ssl_3'.
|
|
||||||
do
|
|
||||||
set_ssl_protocol ({SSL_PROTOCOL}.Ssl_3)
|
|
||||||
end
|
|
||||||
|
|
||||||
set_ssl_protocol_to_tls_1_0
|
set_ssl_protocol_to_tls_1_0
|
||||||
-- Set `ssl_protocol' with `Tls_1_0'.
|
-- Set `ssl_protocol' with `Tls_1_0'.
|
||||||
do
|
do
|
||||||
|
|||||||
Reference in New Issue
Block a user