set_use_ssl3


Description:

[ Version ( deprecated = true , deprecated_since = "2.56" , since = "2.28" ) ]
public void set_use_ssl3 (bool use_ssl3)

Warning: set_use_ssl3 is deprecated since 2.56.

Since GLib 2.42.1, SSL 3.0 is no longer supported.

Note:

SSL 3.0 is insecure.

From GLib 2.42.1 through GLib 2.62, this function could be used to force use of TLS 1.0, the lowest-supported TLS protocol version at the time. In the past, this was needed to connect to broken TLS servers that exhibited protocol version intolerance. Such servers are no longer common, and using TLS 1.0 is no longer considered acceptable.

Since GLib 2.64, this function does nothing.

Parameters:

this

the TlsClientConnection

use_ssl3

a bool, ignored