cyassl/wolfssl: update to 3.9.0
authorDirk Neukirchen <dirkneukirchen@web.de>
Tue, 21 Jun 2016 11:05:00 +0000 (13:05 +0200)
committerZoltan HERPAI <wigyori@uid0.hu>
Tue, 21 Jun 2016 11:05:00 +0000 (13:05 +0200)
commit8adfc58718fb5103177ade87e3db1998145a1511
tree5c1702a685298c32ef3e5541c29fe423bd6c20f3
parent6f91f30f9f308d7bf2c9c0e193393dbae10cc348
cyassl/wolfssl: update to 3.9.0

wolfssl has a fine grained feature and compatibility control
for compiling stunnel, lighthttp or (partly) openssl dropin
ustream-ssl uses features that require normally
HAVE_SNI, HAVE_STUNNEL and the openssl compatibility headers

ar71xx ipkg sizes of wolfssl 3.9.0:
- with stunnel: 144022
- this patch (w.o. stunnel): 131712
- without openssl(extra): 111104
- w.o openssl/sni:108515
- w.o openssl/sni/ecc: 93954

so patch 300 saves around 12k compressed ipkg size

v2: keep & rename patch 300 for clarity, fixes ustream-ssl/cyassl
that broke with v1

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
package/libs/cyassl/Makefile
package/libs/cyassl/patches/300-debloat_move_SSL_set_tlsext_host_name_outside_STUNNEL.patch [new file with mode: 0644]
package/libs/cyassl/patches/400-additional_compatibility.patch