OpenSslContext.initialize

TlsErrorCode initialize(ref const(TlsContext) tlsCtx) @trusted nothrow @nogc

Initialize the OpenSSL context from a TLS configuration.

Parameters

tlsCtxThe TLS context with configuration settings.

Returns

TlsErrorCode indicating success or failure.