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
commit5e8abac86fff7b612618acec2cff7eb5ac020bb0 (patch)
tree150425c99d38ba8884f86cbb4f8eac0f301ac9da /package/libs/cyassl/patches
parentfdfc296aaff70746569c8382ae21b676d0d5c1b0 (diff)
downloadupstream-5e8abac86fff7b612618acec2cff7eb5ac020bb0.tar.gz
upstream-5e8abac86fff7b612618acec2cff7eb5ac020bb0.tar.bz2
upstream-5e8abac86fff7b612618acec2cff7eb5ac020bb0.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> SVN-Revision: 38609
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;