mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
Backport of:
r46167: cyassl: version bump to 3.4.6
r46168: cyassl: update to wolfssl 3.6.0
r46551: cyassl: the upstream package in version 4.6.0 changed
r47791: cyassl: update to wolfSSL version 3.7.0
This version and version 3.6.8 are fixing the following security problems:
* CVE-2015-7744
* CVE-2015-6925
r48616: cyassl: update to wolfssl version 3.8.0
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@48873 3c298f89-4303-0410-b956-a3cf2f4a3e73
13 lines
225 B
Diff
13 lines
225 B
Diff
--- a/cyassl/openssl/ssl.h
|
|
+++ b/cyassl/openssl/ssl.h
|
|
@@ -27,6 +27,9 @@
|
|
#define CYASSL_OPENSSL_H_
|
|
|
|
#include <cyassl/ssl.h>
|
|
+#ifndef HAVE_SNI
|
|
+#undef CYASSL_SNI_HOST_NAME
|
|
+#endif
|
|
#include <wolfssl/openssl/ssl.h>
|
|
|
|
#endif
|