cyassl/wolfssl: update to 3.9.0
authorDirk Neukirchen <dirkneukirchen@web.de>
Sat, 21 May 2016 05:35:36 +0000 (07:35 +0200)
committerFelix Fietkau <nbd@nbd.name>
Sat, 21 May 2016 07:57:12 +0000 (09:57 +0200)
commitde27a1adaea1bcf57e28fa33c705da51364ef92b
tree50fdc1bef8e604052d323fa31d26ea4b6fa1a430
parent48ff6eff8c51f316de0d8566c01bab04ff0d75a8
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-SSL_set_tlsext_host_name.patch [deleted file]
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