Browse Source

nginx: disable kEDH cipher by default - see http://matt.io/entry/ur

user/chris/next/aufs
Alejandro Mery 13 years ago
parent
commit
9f82703ef8
  1. 29
      network/nginx/default_ssl_ciphers.patch

29
network/nginx/default_ssl_ciphers.patch

@ -0,0 +1,29 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../nginx/default_ssl_ciphers.patch
# Copyright (C) 2012 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
# This patch file is dual-licensed. It is available under the license the
# patched project is licensed under, as long as it is an OpenSource license
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
# of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
# --- SDE-COPYRIGHT-NOTE-END ---
http://matt.io/entry/ur
--- ./conf/nginx.conf.orig 2012-04-25 11:40:14.000000000 +0200
+++ ./conf/nginx.conf 2012-04-25 11:47:11.000000000 +0200
@@ -106,7 +106,7 @@
# ssl_session_timeout 5m;
# ssl_protocols SSLv2 SSLv3 TLSv1;
- # ssl_ciphers HIGH:!aNULL:!MD5;
+ # ssl_ciphers HIGH:!aNULL:!MD5:!kEDH;
# ssl_prefer_server_ciphers on;
# location / {
Loading…
Cancel
Save