Contents

SSLGetProtocolVersionMin(_:_:)

Gets the minimum protocol version allowed by the application for a given SSL context.

Declaration

func SSLGetProtocolVersionMin(_ context: SSLContext, _ minVersion: UnsafeMutablePointer<SSLProtocol>) -> OSStatus

Parameters

  • context:

    The SSL context associated with the connection.

  • minVersion:

    The address of an Sslprotocol integer where the minimum version should be stored. See Sslprotocol for a list of possible values.

Return Value

A result code. See Secure Transport Result Codes.