Contents

SSLGetSessionOption(_:_:_:)

Indicates the current setting of Secure Sockets Layer (SSL) session options.

Declaration

func SSLGetSessionOption(_ context: SSLContext, _ option: SSLSessionOption, _ value: UnsafeMutablePointer<DarwinBoolean>) -> OSStatus

Parameters

  • context:

    An SSL session context reference.

  • option:

    An SSL session option. Possible values are listed in Sslsessionoption.

  • value:

    On return, true if the option is enabled, or false otherwise.

Return Value

A result code. See Secure Transport Result Codes.