SSL_new

Creates a new SSL object for a connection.

The new structure inherits the settings of the underlying context ctx.

extern (C)
SSL_new

Parameters

ctx SSL_CTX*

the SSL context

Return Value

Type: SSL*

an allocated SSL object, or null if creation failed.

Meta