Contents

SSLCreateContext(_:_:_:)

Allocates and returns a new context.

Declaration

func SSLCreateContext(_ alloc: CFAllocator?, _ protocolSide: SSLProtocolSide, _ connectionType: SSLConnectionType) -> SSLContext?

Parameters

Mentioned in

Return Value

A new context. In Objective-C, use CFRelease to release this object’s memory when you are done with it.