TlsClientConnectionIF.setUseSsl3

Since GLib 2.42.1, SSL 3.0 is no longer supported.

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.

More...
interface TlsClientConnectionIF
void
setUseSsl3
(
bool useSsl3
)

Parameters

useSsl3 bool

a #gboolean, ignored

Detailed Description

Deprecated: SSL 3.0 is insecure.

Meta

Since

2.28