aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/cyassl/patches
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2013-10-30 13:19:48 +0000
committerJo-Philipp Wich <jow@openwrt.org>2013-10-30 13:19:48 +0000
commit26f93b4bb072b0e1d0af83ee9cb37937727fc34a (patch)
tree75bcdf15a5fbc4e0fb29b7625291732ac17b6f26 /package/libs/cyassl/patches
parentd6eec622cf759ce0e1590907d881f4749535ed4b (diff)
downloadupstream-26f93b4bb072b0e1d0af83ee9cb37937727fc34a.tar.gz
upstream-26f93b4bb072b0e1d0af83ee9cb37937727fc34a.tar.bz2
upstream-26f93b4bb072b0e1d0af83ee9cb37937727fc34a.zip
cyassl: upgrade to v2.8.0
Un-reverts the previous update commit and forward-ports the patch to improve legacy SSLv2 handshake handling. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38609 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libs/cyassl/patches')
-rw-r--r--package/libs/cyassl/patches/200-SSL_accept-handle-hello-garbage.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/libs/cyassl/patches/200-SSL_accept-handle-hello-garbage.patch b/package/libs/cyassl/patches/200-SSL_accept-handle-hello-garbage.patch
index 4a6b8da67e..d46f549a5d 100644
--- a/package/libs/cyassl/patches/200-SSL_accept-handle-hello-garbage.patch
+++ b/package/libs/cyassl/patches/200-SSL_accept-handle-hello-garbage.patch
@@ -1,6 +1,6 @@
---- a/src/cyassl_int.c
-+++ b/src/cyassl_int.c
-@@ -1588,6 +1588,10 @@
+--- a/src/internal.c
++++ b/src/internal.c
+@@ -4622,6 +4622,10 @@
b1 =
ssl->buffers.inputBuffer.buffer[ssl->buffers.inputBuffer.idx++];
ssl->curSize = ((b0 & 0x7f) << 8) | b1;