Contents

maximumSSLProtocolVersion

The maximum allowed SSLProtocol value to use when negotiating TLS.

Declaration

var maximumSSLProtocolVersion: 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 greater than the maximum.

See Also

Accessing TLS parameters