summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2010-12-06 11:17:03 +0000
committerIgor Sysoev <igor@sysoev.ru>2010-12-06 11:17:03 +0000
commit3e3ee60b99f41cdc15f3651f0a917217977157c1 (patch)
tree699a0dedbbcafc35ec479dbf6b897234a774344f /src
parentec4df838c82a8e5ee90e7dde039694116f8da9ca (diff)
downloadnginx-3e3ee60b99f41cdc15f3651f0a917217977157c1.tar.gz
nginx-3e3ee60b99f41cdc15f3651f0a917217977157c1.tar.bz2
remove SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG becuase of CVE-2010-4180
Diffstat (limited to 'src')
-rw-r--r--src/event/ngx_event_openssl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/event/ngx_event_openssl.c b/src/event/ngx_event_openssl.c
index 813f62285..1f57ccb16 100644
--- a/src/event/ngx_event_openssl.c
+++ b/src/event/ngx_event_openssl.c
@@ -155,7 +155,6 @@ ngx_ssl_create(ngx_ssl_t *ssl, ngx_uint_t protocols, void *data)
SSL_CTX_set_options(ssl->ctx, SSL_OP_MICROSOFT_SESS_ID_BUG);
SSL_CTX_set_options(ssl->ctx, SSL_OP_NETSCAPE_CHALLENGE_BUG);
- SSL_CTX_set_options(ssl->ctx, SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG);
/* server side options */