SSL_CTX_set_options  156 event/ngx_event_openssl.c     SSL_CTX_set_options(ssl->ctx, SSL_OP_MICROSOFT_SESS_ID_BUG);
SSL_CTX_set_options  157 event/ngx_event_openssl.c     SSL_CTX_set_options(ssl->ctx, SSL_OP_NETSCAPE_CHALLENGE_BUG);
SSL_CTX_set_options  161 event/ngx_event_openssl.c     SSL_CTX_set_options(ssl->ctx, SSL_OP_SSLREF2_REUSE_CERT_TYPE_BUG);
SSL_CTX_set_options  162 event/ngx_event_openssl.c     SSL_CTX_set_options(ssl->ctx, SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER);
SSL_CTX_set_options  165 event/ngx_event_openssl.c     SSL_CTX_set_options(ssl->ctx, SSL_OP_MSIE_SSLV2_RSA_PADDING);
SSL_CTX_set_options  167 event/ngx_event_openssl.c     SSL_CTX_set_options(ssl->ctx, SSL_OP_SSLEAY_080_CLIENT_DH_BUG);
SSL_CTX_set_options  168 event/ngx_event_openssl.c     SSL_CTX_set_options(ssl->ctx, SSL_OP_TLS_D5_BUG);
SSL_CTX_set_options  169 event/ngx_event_openssl.c     SSL_CTX_set_options(ssl->ctx, SSL_OP_TLS_BLOCK_PADDING_BUG);
SSL_CTX_set_options  171 event/ngx_event_openssl.c     SSL_CTX_set_options(ssl->ctx, SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS);
SSL_CTX_set_options  173 event/ngx_event_openssl.c     SSL_CTX_set_options(ssl->ctx, SSL_OP_SINGLE_DH_USE);
SSL_CTX_set_options  176 event/ngx_event_openssl.c         SSL_CTX_set_options(ssl->ctx, ngx_ssl_protocols[protocols >> 1]);
SSL_CTX_set_options  464 http/modules/ngx_http_ssl_module.c         SSL_CTX_set_options(conf->ssl.ctx, SSL_OP_CIPHER_SERVER_PREFERENCE);
SSL_CTX_set_options  286 mail/ngx_mail_ssl_module.c         SSL_CTX_set_options(conf->ssl.ctx, SSL_OP_CIPHER_SERVER_PREFERENCE);