createTLSContext

Creates a new context of the given kind.

@safe @trusted
createTLSContext

Parameters

kind TLSContextKind

Specifies if the context is going to be used on the client or on the server end of the TLS tunnel

ver TLSVersion

The TLS protocol used for negotiating the tunnel

Meta