polarssl: bump to 1.3.8

git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@42062 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
cyrus 2014-08-08 05:21:38 +00:00
parent 3ddb03dada
commit 30425c13e2
3 changed files with 31 additions and 35 deletions

View File

@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=polarssl PKG_NAME:=polarssl
PKG_VERSION:=1.3.7 PKG_VERSION:=1.3.8
PKG_RELEASE:=1 PKG_RELEASE:=1
PKG_USE_MIPS16:=0 PKG_USE_MIPS16:=0
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-gpl.tgz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-gpl.tgz
PKG_SOURCE_URL:=https://polarssl.org/code/releases PKG_SOURCE_URL:=https://polarssl.org/code/releases
PKG_MD5SUM:=b656e4c83ee94f93d19eb0832fd7f976 PKG_MD5SUM:=d1a2b4f21727e888f143414d2e3144e6
PKG_BUILD_PARALLEL:=1 PKG_BUILD_PARALLEL:=1

View File

@ -1,8 +1,6 @@
Index: polarssl-1.3.7/include/polarssl/config.h --- a/include/polarssl/config.h
=================================================================== +++ b/include/polarssl/config.h
--- polarssl-1.3.7.orig/include/polarssl/config.h 2014-06-01 11:46:18.981400804 +0200 @@ -395,8 +395,8 @@
+++ polarssl-1.3.7/include/polarssl/config.h 2014-06-01 11:46:18.977400804 +0200
@@ -382,8 +382,8 @@
* TLS_PSK_WITH_CAMELLIA_128_CBC_SHA256 * TLS_PSK_WITH_CAMELLIA_128_CBC_SHA256
* TLS_PSK_WITH_3DES_EDE_CBC_SHA * TLS_PSK_WITH_3DES_EDE_CBC_SHA
* TLS_PSK_WITH_RC4_128_SHA * TLS_PSK_WITH_RC4_128_SHA
@ -12,7 +10,7 @@ Index: polarssl-1.3.7/include/polarssl/config.h
/** /**
* \def POLARSSL_KEY_EXCHANGE_DHE_PSK_ENABLED * \def POLARSSL_KEY_EXCHANGE_DHE_PSK_ENABLED
@@ -406,8 +406,8 @@ @@ -419,8 +419,8 @@
* TLS_DHE_PSK_WITH_CAMELLIA_128_CBC_SHA256 * TLS_DHE_PSK_WITH_CAMELLIA_128_CBC_SHA256
* TLS_DHE_PSK_WITH_3DES_EDE_CBC_SHA * TLS_DHE_PSK_WITH_3DES_EDE_CBC_SHA
* TLS_DHE_PSK_WITH_RC4_128_SHA * TLS_DHE_PSK_WITH_RC4_128_SHA
@ -22,7 +20,7 @@ Index: polarssl-1.3.7/include/polarssl/config.h
/** /**
* \def POLARSSL_KEY_EXCHANGE_ECDHE_PSK_ENABLED * \def POLARSSL_KEY_EXCHANGE_ECDHE_PSK_ENABLED
@@ -426,8 +426,8 @@ @@ -439,8 +439,8 @@
* TLS_ECDHE_PSK_WITH_CAMELLIA_128_CBC_SHA256 * TLS_ECDHE_PSK_WITH_CAMELLIA_128_CBC_SHA256
* TLS_ECDHE_PSK_WITH_3DES_EDE_CBC_SHA * TLS_ECDHE_PSK_WITH_3DES_EDE_CBC_SHA
* TLS_ECDHE_PSK_WITH_RC4_128_SHA * TLS_ECDHE_PSK_WITH_RC4_128_SHA
@ -32,7 +30,7 @@ Index: polarssl-1.3.7/include/polarssl/config.h
/** /**
* \def POLARSSL_KEY_EXCHANGE_RSA_PSK_ENABLED * \def POLARSSL_KEY_EXCHANGE_RSA_PSK_ENABLED
@@ -451,8 +451,8 @@ @@ -464,8 +464,8 @@
* TLS_RSA_PSK_WITH_CAMELLIA_128_CBC_SHA256 * TLS_RSA_PSK_WITH_CAMELLIA_128_CBC_SHA256
* TLS_RSA_PSK_WITH_3DES_EDE_CBC_SHA * TLS_RSA_PSK_WITH_3DES_EDE_CBC_SHA
* TLS_RSA_PSK_WITH_RC4_128_SHA * TLS_RSA_PSK_WITH_RC4_128_SHA
@ -42,7 +40,7 @@ Index: polarssl-1.3.7/include/polarssl/config.h
/** /**
* \def POLARSSL_KEY_EXCHANGE_RSA_ENABLED * \def POLARSSL_KEY_EXCHANGE_RSA_ENABLED
@@ -530,8 +530,8 @@ @@ -543,8 +543,8 @@
* TLS_ECDHE_RSA_WITH_CAMELLIA_128_CBC_SHA256 * TLS_ECDHE_RSA_WITH_CAMELLIA_128_CBC_SHA256
* TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA * TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA
* TLS_ECDHE_RSA_WITH_RC4_128_SHA * TLS_ECDHE_RSA_WITH_RC4_128_SHA
@ -52,7 +50,7 @@ Index: polarssl-1.3.7/include/polarssl/config.h
/** /**
* \def POLARSSL_KEY_EXCHANGE_ECDHE_ECDSA_ENABLED * \def POLARSSL_KEY_EXCHANGE_ECDHE_ECDSA_ENABLED
@@ -554,8 +554,8 @@ @@ -567,8 +567,8 @@
* TLS_ECDHE_ECDSA_WITH_CAMELLIA_128_CBC_SHA256 * TLS_ECDHE_ECDSA_WITH_CAMELLIA_128_CBC_SHA256
* TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA * TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA
* TLS_ECDHE_ECDSA_WITH_RC4_128_SHA * TLS_ECDHE_ECDSA_WITH_RC4_128_SHA
@ -62,7 +60,7 @@ Index: polarssl-1.3.7/include/polarssl/config.h
/** /**
* \def POLARSSL_KEY_EXCHANGE_ECDH_ECDSA_ENABLED * \def POLARSSL_KEY_EXCHANGE_ECDH_ECDSA_ENABLED
@@ -578,8 +578,8 @@ @@ -591,8 +591,8 @@
* TLS_ECDH_ECDSA_WITH_CAMELLIA_256_CBC_SHA384 * TLS_ECDH_ECDSA_WITH_CAMELLIA_256_CBC_SHA384
* TLS_ECDH_ECDSA_WITH_CAMELLIA_128_GCM_SHA256 * TLS_ECDH_ECDSA_WITH_CAMELLIA_128_GCM_SHA256
* TLS_ECDH_ECDSA_WITH_CAMELLIA_256_GCM_SHA384 * TLS_ECDH_ECDSA_WITH_CAMELLIA_256_GCM_SHA384
@ -72,7 +70,7 @@ Index: polarssl-1.3.7/include/polarssl/config.h
/** /**
* \def POLARSSL_KEY_EXCHANGE_ECDH_RSA_ENABLED * \def POLARSSL_KEY_EXCHANGE_ECDH_RSA_ENABLED
@@ -602,8 +602,8 @@ @@ -615,8 +615,8 @@
* TLS_ECDH_RSA_WITH_CAMELLIA_256_CBC_SHA384 * TLS_ECDH_RSA_WITH_CAMELLIA_256_CBC_SHA384
* TLS_ECDH_RSA_WITH_CAMELLIA_128_GCM_SHA256 * TLS_ECDH_RSA_WITH_CAMELLIA_128_GCM_SHA256
* TLS_ECDH_RSA_WITH_CAMELLIA_256_GCM_SHA384 * TLS_ECDH_RSA_WITH_CAMELLIA_256_GCM_SHA384
@ -82,7 +80,7 @@ Index: polarssl-1.3.7/include/polarssl/config.h
/** /**
* \def POLARSSL_PK_PARSE_EC_EXTENDED * \def POLARSSL_PK_PARSE_EC_EXTENDED
@@ -758,8 +758,8 @@ @@ -778,8 +778,8 @@
* \def POLARSSL_SELF_TEST * \def POLARSSL_SELF_TEST
* *
* Enable the checkup functions (*_self_test). * Enable the checkup functions (*_self_test).
@ -92,7 +90,7 @@ Index: polarssl-1.3.7/include/polarssl/config.h
/** /**
* \def POLARSSL_SSL_ALL_ALERT_MESSAGES * \def POLARSSL_SSL_ALL_ALERT_MESSAGES
@@ -1271,8 +1271,8 @@ @@ -1302,8 +1302,8 @@
* TLS_PSK_WITH_CAMELLIA_256_CBC_SHA384 * TLS_PSK_WITH_CAMELLIA_256_CBC_SHA384
* TLS_PSK_WITH_CAMELLIA_128_GCM_SHA256 * TLS_PSK_WITH_CAMELLIA_128_GCM_SHA256
* TLS_PSK_WITH_CAMELLIA_128_CBC_SHA256 * TLS_PSK_WITH_CAMELLIA_128_CBC_SHA256
@ -101,8 +99,8 @@ Index: polarssl-1.3.7/include/polarssl/config.h
+ */ + */
/** /**
* \def POLARSSL_CERTS_C * \def POLARSSL_CCM_C
@@ -1285,8 +1285,8 @@ @@ -1330,8 +1330,8 @@
* Requires: POLARSSL_PEM_PARSE_C * Requires: POLARSSL_PEM_PARSE_C
* *
* This module is used for testing (ssl_client/server). * This module is used for testing (ssl_client/server).
@ -112,7 +110,7 @@ Index: polarssl-1.3.7/include/polarssl/config.h
/** /**
* \def POLARSSL_CIPHER_C * \def POLARSSL_CIPHER_C
@@ -1325,8 +1325,8 @@ @@ -1370,8 +1370,8 @@
* library/ssl_tls.c * library/ssl_tls.c
* *
* This module provides debugging functions. * This module provides debugging functions.
@ -122,7 +120,7 @@ Index: polarssl-1.3.7/include/polarssl/config.h
/** /**
* \def POLARSSL_DES_C * \def POLARSSL_DES_C
@@ -1381,8 +1381,8 @@ @@ -1426,8 +1426,8 @@
* ECDHE-ECDSA, ECDHE-RSA, DHE-PSK * ECDHE-ECDSA, ECDHE-RSA, DHE-PSK
* *
* Requires: POLARSSL_ECP_C * Requires: POLARSSL_ECP_C
@ -132,7 +130,7 @@ Index: polarssl-1.3.7/include/polarssl/config.h
/** /**
* \def POLARSSL_ECDSA_C * \def POLARSSL_ECDSA_C
@@ -1396,8 +1396,8 @@ @@ -1441,8 +1441,8 @@
* ECDHE-ECDSA * ECDHE-ECDSA
* *
* Requires: POLARSSL_ECP_C, POLARSSL_ASN1_WRITE_C, POLARSSL_ASN1_PARSE_C * Requires: POLARSSL_ECP_C, POLARSSL_ASN1_WRITE_C, POLARSSL_ASN1_PARSE_C
@ -142,7 +140,7 @@ Index: polarssl-1.3.7/include/polarssl/config.h
/** /**
* \def POLARSSL_ECP_C * \def POLARSSL_ECP_C
@@ -1409,8 +1409,8 @@ @@ -1454,8 +1454,8 @@
* library/ecdsa.c * library/ecdsa.c
* *
* Requires: POLARSSL_BIGNUM_C and at least one POLARSSL_ECP_DP_XXX_ENABLED * Requires: POLARSSL_BIGNUM_C and at least one POLARSSL_ECP_DP_XXX_ENABLED
@ -152,7 +150,7 @@ Index: polarssl-1.3.7/include/polarssl/config.h
/** /**
* \def POLARSSL_ENTROPY_C * \def POLARSSL_ENTROPY_C
@@ -1449,8 +1449,8 @@ @@ -1494,8 +1494,8 @@
* *
* This module enables the AES-GCM and CAMELLIA-GCM ciphersuites, if other * This module enables the AES-GCM and CAMELLIA-GCM ciphersuites, if other
* requisites are enabled as well. * requisites are enabled as well.
@ -162,7 +160,7 @@ Index: polarssl-1.3.7/include/polarssl/config.h
/** /**
* \def POLARSSL_HAVEGE_C * \def POLARSSL_HAVEGE_C
@@ -1607,8 +1607,8 @@ @@ -1652,8 +1652,8 @@
* Requires: POLARSSL_HAVE_ASM * Requires: POLARSSL_HAVE_ASM
* *
* This modules adds support for the VIA PadLock on x86. * This modules adds support for the VIA PadLock on x86.
@ -172,7 +170,7 @@ Index: polarssl-1.3.7/include/polarssl/config.h
/** /**
* \def POLARSSL_PBKDF2_C * \def POLARSSL_PBKDF2_C
@@ -1768,8 +1768,8 @@ @@ -1813,8 +1813,8 @@
* Module: library/ripemd160.c * Module: library/ripemd160.c
* Caller: library/md.c * Caller: library/md.c
* *
@ -182,7 +180,7 @@ Index: polarssl-1.3.7/include/polarssl/config.h
/** /**
* \def POLARSSL_RSA_C * \def POLARSSL_RSA_C
@@ -1848,8 +1848,8 @@ @@ -1893,8 +1893,8 @@
* Caller: * Caller:
* *
* Requires: POLARSSL_SSL_CACHE_C * Requires: POLARSSL_SSL_CACHE_C
@ -192,7 +190,7 @@ Index: polarssl-1.3.7/include/polarssl/config.h
/** /**
* \def POLARSSL_SSL_CLI_C * \def POLARSSL_SSL_CLI_C
@@ -1925,8 +1925,8 @@ @@ -1970,8 +1970,8 @@
* Caller: library/havege.c * Caller: library/havege.c
* *
* This module is used by the HAVEGE random number generator. * This module is used by the HAVEGE random number generator.
@ -202,7 +200,7 @@ Index: polarssl-1.3.7/include/polarssl/config.h
/** /**
* \def POLARSSL_VERSION_C * \def POLARSSL_VERSION_C
@@ -2046,8 +2046,8 @@ @@ -2091,8 +2091,8 @@
* *
* Module: library/xtea.c * Module: library/xtea.c
* Caller: * Caller:

View File

@ -1,8 +1,6 @@
Index: polarssl-1.3.7/programs/pkey/gen_key.c --- a/programs/pkey/gen_key.c
=================================================================== +++ b/programs/pkey/gen_key.c
--- polarssl-1.3.7.orig/programs/pkey/gen_key.c 2014-06-01 11:46:58.917399668 +0200 @@ -215,7 +215,9 @@ int main( int argc, char *argv[] )
+++ polarssl-1.3.7/programs/pkey/gen_key.c 2014-06-01 11:48:18.653397400 +0200
@@ -215,7 +215,9 @@
opt.type = DFL_TYPE; opt.type = DFL_TYPE;
opt.rsa_keysize = DFL_RSA_KEYSIZE; opt.rsa_keysize = DFL_RSA_KEYSIZE;
@ -12,7 +10,7 @@ Index: polarssl-1.3.7/programs/pkey/gen_key.c
opt.filename = DFL_FILENAME; opt.filename = DFL_FILENAME;
opt.format = DFL_FORMAT; opt.format = DFL_FORMAT;
opt.use_dev_random = DFL_USE_DEV_RANDOM; opt.use_dev_random = DFL_USE_DEV_RANDOM;
@@ -231,8 +233,10 @@ @@ -231,8 +233,10 @@ int main( int argc, char *argv[] )
{ {
if( strcmp( q, "rsa" ) == 0 ) if( strcmp( q, "rsa" ) == 0 )
opt.type = POLARSSL_PK_RSA; opt.type = POLARSSL_PK_RSA;
@ -23,7 +21,7 @@ Index: polarssl-1.3.7/programs/pkey/gen_key.c
else else
goto usage; goto usage;
} }
@@ -251,12 +255,14 @@ @@ -251,12 +255,14 @@ int main( int argc, char *argv[] )
if( opt.rsa_keysize < 1024 || opt.rsa_keysize > 8192 ) if( opt.rsa_keysize < 1024 || opt.rsa_keysize > 8192 )
goto usage; goto usage;
} }