forked from pool/openssl
17 lines
1.1 KiB
Diff
17 lines
1.1 KiB
Diff
|
Index: openssl-1.0.1g/ssl/ssl.h
|
||
|
===================================================================
|
||
|
--- openssl-1.0.1g.orig/ssl/ssl.h
|
||
|
+++ openssl-1.0.1g/ssl/ssl.h
|
||
|
@@ -332,9 +332,11 @@ extern "C" {
|
||
|
* It also is substituted when an application-defined cipher list string
|
||
|
* starts with 'DEFAULT'. */
|
||
|
#define SSL_DEFAULT_CIPHER_LIST "ALL:!aNULL:!eNULL:!SSLv2:!EXPORT:!RC2:!DES"
|
||
|
+
|
||
|
#define SSL_DEFAULT_SUSE_CIPHER_LIST "ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES256-SHA:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-SHA256:ECDHE-RSA-AES128-SHA:"\
|
||
|
"DHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES256-SHA256:DHE-RSA-AES256-SHA:DHE-RSA-CAMELLIA256-SHA:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA:DHE-RSA-CAMELLIA128-SHA:"\
|
||
|
"AES256-GCM-SHA384:AES256-SHA256:AES256-SHA:CAMELLIA256-SHA:AES128-GCM-SHA256:AES128-SHA256:AES128-SHA:CAMELLIA128-SHA:ECDHE-RSA-DES-CBC3-SHA:EDH-RSA-DES-CBC3-SHA:DES-CBC3-SHA"
|
||
|
+
|
||
|
/* As of OpenSSL 1.0.0, ssl_create_cipher_list() in ssl/ssl_ciph.c always
|
||
|
* starts with a reasonable order, and all we have to do for DEFAULT is
|
||
|
* throwing out anonymous and unencrypted ciphersuites!
|