SSL_OP_ALL

extern (C) nothrow @nogc
enum SSL_OP_ALL = .SSL_OP_LEGACY_SERVER_CONNECT;

Detailed Description

SSL OP ALL

various bug workarounds that should be rather harmless.

Meta