summaryrefslogtreecommitdiff
path: root/core/curl/valid-ip-is-enough-for-ssl-if-only-ip-is-given.patch.new
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2016-09-08 16:31:29 +0200
committerErich Eckner <git@eckner.net>2016-09-08 16:31:29 +0200
commitf2d0b8b2ef42a320052092d96423ec2e35cf3faf (patch)
tree850fb31cc3c95ffc1b437f784697d58fb673a107 /core/curl/valid-ip-is-enough-for-ssl-if-only-ip-is-given.patch.new
parentd6bbbae85a3e95f1980b3a19539e54c16b8b26e8 (diff)
downloadcrux-patches-f2d0b8b2ef42a320052092d96423ec2e35cf3faf.tar.xz
ip-patch aus curl entfernt
Diffstat (limited to 'core/curl/valid-ip-is-enough-for-ssl-if-only-ip-is-given.patch.new')
-rw-r--r--core/curl/valid-ip-is-enough-for-ssl-if-only-ip-is-given.patch.new11
1 files changed, 0 insertions, 11 deletions
diff --git a/core/curl/valid-ip-is-enough-for-ssl-if-only-ip-is-given.patch.new b/core/curl/valid-ip-is-enough-for-ssl-if-only-ip-is-given.patch.new
deleted file mode 100644
index e458c8c..0000000
--- a/core/curl/valid-ip-is-enough-for-ssl-if-only-ip-is-given.patch.new
+++ /dev/null
@@ -1,11 +0,0 @@
---- lib/vtls/openssl.c 2016-07-21 21:40:37.014958580 +0200
-+++ lib/vtls/openssl.c 2016-07-21 22:22:13.284274185 +0200
-@@ -1117,7 +1117,7 @@
-
- /* If a subjectAltName extension of type dNSName is present, that MUST
- be used as the identity. / RFC2818 section 3.1 */
-- if(check->type == GEN_DNS)
-+ if(check->type == GEN_DNS && strcmp(conn->ip_addr_str,conn->host.name))
- dNSName = TRUE;
-
- /* only check alternatives of the same type the target is */