OpenSSLEngineOptions

Configures a {@link TCPSSLOptions} to use OpenSsl.

@author <a href="mailto:julien@julienviet.com">Julien Viet</a>

Constructors

this
this()
Undocumented in source.
this
this(OpenSSLEngineOptions other)
Undocumented in source.

Members

Functions

clone
OpenSSLEngineOptions clone()
Undocumented in source. Be warned that the author may not have intended to support it.
isConnectionCacheEnabled
bool isConnectionCacheEnabled()

Whether connection cache is enabled in open SSL connection server context

opEquals
bool opEquals(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
setConnectionCacheEnabled
OpenSSLEngineOptions setConnectionCacheEnabled(bool connectionCacheEnabled)

Set whether connection cache is enabled in open SSL connection server context

toHash
size_t toHash()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

isAlpnAvailable
bool isAlpnAvailable()

@return when alpn support is available via OpenSSL engine

isAvailable
bool isAvailable()

@return when OpenSSL is available

Variables

DEFAULT_SESSION_CACHE_ENABLED
enum bool DEFAULT_SESSION_CACHE_ENABLED;

Default value of whether connection cache is enabled in open SSL connection server context = true

Meta