aboutsummaryrefslogtreecommitdiffstats
path: root/testing/libtls-standalone/libtls-ciphers.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/libtls-standalone/libtls-ciphers.patch')
-rw-r--r--testing/libtls-standalone/libtls-ciphers.patch10
1 files changed, 1 insertions, 9 deletions
diff --git a/testing/libtls-standalone/libtls-ciphers.patch b/testing/libtls-standalone/libtls-ciphers.patch
index b037944655..7b5843b28c 100644
--- a/testing/libtls-standalone/libtls-ciphers.patch
+++ b/testing/libtls-standalone/libtls-ciphers.patch
@@ -1,6 +1,6 @@
--- libressl-2.7.4.orig/tls/tls_internal.h
+++ libressl-2.7.4/tls/tls_internal.h
-@@ -30,10 +30,10 @@
+@@ -30,12 +30,12 @@
#define _PATH_SSL_CA_FILE "/etc/ssl/cert.pem"
#endif
@@ -10,14 +10,6 @@
#define TLS_CIPHERS_ALL "ALL:!aNULL:!eNULL"
+#define TLS_CIPHERS_DEFAULT TLS_CIPHERS_COMPAT
- #define TLS_ECDHE_CURVES "X25519,P-256,P-384"
-
---- libressl-2.7.4.orig/tls/tls_internal.h
-+++ libressl-2.7.4/tls/tls_internal.h
-@@ -35,7 +35,7 @@
- #define TLS_CIPHERS_ALL "ALL:!aNULL:!eNULL"
- #define TLS_CIPHERS_DEFAULT TLS_CIPHERS_COMPAT
-
-#define TLS_ECDHE_CURVES "X25519,P-256,P-384"
+#define TLS_ECDHE_CURVES "P-256,P-384"