Contents

minimumSSLProtocolVersion

The minimum allowed SSLProtocol value to use when negotiating TLS.

Declaration

var minimumSSLProtocolVersion: Int { get set }

Discussion

Values for SSLProtocol are defined in <Security/SecureTransport.h>. If set to a non-zero value, the SSL handshake will not accept any protocol version less than the minimum.

See Also

Accessing TLS parameters