libcurl: add wolfssl as an option for TLS
authorJulien Grossholtz <julien.grossholtz@openest.io>
Tue, 5 Nov 2019 10:06:59 +0000 (11:06 +0100)
committerYann E. MORIN <yann.morin.1998@free.fr>
Tue, 31 Dec 2019 16:24:34 +0000 (17:24 +0100)
commitd08c76e45d231b0c614d35ae1d1d1eca9eefde3e
tree6b56f29b935d410f662a824d77f8d73a1c921d4a
parent00252b101a86ef136fc4afc045ba16324cbccb3b
libcurl: add wolfssl as an option for TLS

Libcurl recipe allows selecting between various TLS backends. Users can
already select between several options but WolfSSL was missing. WolfSSL
is an efficient TLS library, it supports TLS 1.3 and is used in many
embedded systems.

Add WolfSSL to libcurl "SSL/TLS library to use" choice list when WolfSSL
package is enabled. When selected in the list, use libcurl
--with-wolfssl configure option. Explicitly set --without-wolfssl
when it is not selected.

Signed-off-by: Julien Grossholtz <julien.grossholtz@openest.io>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/libcurl/Config.in
package/libcurl/libcurl.mk