aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2018-10-24 18:38:48 -0500
committerWilliam Pitcock <nenolod@dereferenced.org>2018-10-24 18:38:48 -0500
commit49f656ed06ba914f117dc609c955b946ea36a044 (patch)
tree2a04c425db24a0c1374280af493be659ebb56d91
parent0a1e44ca92ab896340a359d61653a72ac4edd060 (diff)
downloadaports-49f656ed06ba914f117dc609c955b946ea36a044.tar.bz2
aports-49f656ed06ba914f117dc609c955b946ea36a044.tar.xz
testing/libtls-standalone: rebase 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"