diff mbox

[1/2] polarssl: bump to version 1.1.4

Message ID 1339447247-7801-1-git-send-email-gustavo@zacarias.com.ar
State Accepted
Commit 6b7a7a028c47b546390b5f591e560a1f0f586e1b
Headers show

Commit Message

Gustavo Zacarias June 11, 2012, 8:40 p.m. UTC
* Correctly handle empty SSL/TLS packets (Found by James Yonan)
* Fixed potential heap corruption in x509_name allocation
* Fixed single RSA test that failed on Big Endian systems

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/polarssl/polarssl.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

Peter Korsgaard June 12, 2012, 8:27 p.m. UTC | #1
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 Gustavo> * Correctly handle empty SSL/TLS packets (Found by James Yonan)
 Gustavo> * Fixed potential heap corruption in x509_name allocation
 Gustavo> * Fixed single RSA test that failed on Big Endian systems

Committed, thanks.
diff mbox

Patch

diff --git a/package/polarssl/polarssl.mk b/package/polarssl/polarssl.mk
index d07cdc6..e12f08d 100644
--- a/package/polarssl/polarssl.mk
+++ b/package/polarssl/polarssl.mk
@@ -1,5 +1,5 @@ 
 POLARSSL_SITE = http://polarssl.org/code/releases/
-POLARSSL_VERSION = 1.1.3
+POLARSSL_VERSION = 1.1.4
 POLARSSL_SOURCE = polarssl-$(POLARSSL_VERSION)-gpl.tgz
 POLARSSL_CONF_OPT = \
 	-DUSE_SHARED_POLARSSL_LIBRARY=ON \