SSL_OP_ALL
SSL_CTX_set_options(ctx, SSL_OP_ALL);
SSL_FLAG_TBL("Bugs", SSL_OP_ALL),
{ SSL_OP_ALL, 0 }, /* bugs */
ssl_ctx_options = SSL_OP_ALL | SSL_OP_NO_SSLv3 | SSL_OP_NO_TICKET;