Author: hauke
Date: 2014-09-13 22:56:55 +0200 (Sat, 13 Sep 2014)
New Revision: 42526

Modified:
   trunk/package/libs/cyassl/Makefile
   trunk/package/libs/cyassl/patches/200-SSL_accept-handle-hello-garbage.patch
Log:
cyassl: update to version 3.2.0

This fixes a security problem:
Security fix for RSA Padding check vulnerability 

Signed-off-by: Hauke Mehrtens <[email protected]>


Modified: trunk/package/libs/cyassl/Makefile
===================================================================
--- trunk/package/libs/cyassl/Makefile  2014-09-13 20:56:13 UTC (rev 42525)
+++ trunk/package/libs/cyassl/Makefile  2014-09-13 20:56:55 UTC (rev 42526)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=cyassl
-PKG_VERSION:=3.1.0
+PKG_VERSION:=3.2.0
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).zip
 PKG_SOURCE_URL:=http://www.yassl.com/
-PKG_MD5SUM:=72477eb50697e759d309c49cb1aef18a
+PKG_MD5SUM:=a80493c224ff86e45dc333c06d5edb88
 
 PKG_FIXUP:=libtool
 PKG_INSTALL:=1

Modified: 
trunk/package/libs/cyassl/patches/200-SSL_accept-handle-hello-garbage.patch
===================================================================
--- trunk/package/libs/cyassl/patches/200-SSL_accept-handle-hello-garbage.patch 
2014-09-13 20:56:13 UTC (rev 42525)
+++ trunk/package/libs/cyassl/patches/200-SSL_accept-handle-hello-garbage.patch 
2014-09-13 20:56:55 UTC (rev 42526)
@@ -1,6 +1,6 @@
 --- a/src/internal.c
 +++ b/src/internal.c
-@@ -5600,6 +5600,10 @@ int ProcessReply(CYASSL* ssl)
+@@ -6037,6 +6037,10 @@ int ProcessReply(CYASSL* ssl)
                  b1 =
                  
ssl->buffers.inputBuffer.buffer[ssl->buffers.inputBuffer.idx++];
                  ssl->curSize = (word16)(((b0 & 0x7f) << 8) | b1);
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to