#define ONIXS_FIXENGINE_API
Defines encryption methods.
@ SSL
Secure Sockets Layer.
Defines SSL/TLS protocol minimal or maximal versions.
static ONIXS_FIXENGINE_API const char * toString(Enum version, bool min=true)
@ LowestHighest
The lowest or highest available SSL/TLS protocol version will be used.
@ TLS12
The TLS v1.2 version will be used as the minimal or maximal SSL/TLS version.
@ SSL3
The SSL v3.0 version will be used as the minimal or maximal SSL/TLS version.
@ TLS11
The TLS v1.1 version will be used as the minimal or maximal SSL/TLS version.
@ TLS1
The TLS v1.0 version will be used as the minimal or maximal SSL/TLS version.
@ TLS13
The TLS v1.3 version will be used as the minimal or maximal SSL/TLS version.