polarssl: bump to version 1.1.4

* 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>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Gustavo Zacarias 2012-06-11 10:40:46 +00:00 committed by Peter Korsgaard
parent e4bcf12d10
commit 6b7a7a028c
1 changed files with 1 additions and 1 deletions

View File

@ -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 \