Experiment with SSL certificates

pull/38/head
Igor Zalatov (from Citadel PC) 2021-08-08 22:38:36 +03:00
parent c4fb6efa57
commit 3e6d721e6a
2 changed files with 3295 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -69,7 +69,8 @@ endif
ifeq ($(BR2_PACKAGE_LIBCURL_OPENIPC_MBEDTLS),y)
LIBCURL_OPENIPC_CONF_OPTS += --with-mbedtls=$(STAGING_DIR)/usr \
--with-ca-path=/etc/ssl/certs
--with-ca-path=/etc/ssl/certs \
--with-ca-bundle=$(TOPDIR)/../general/package/libcurl-openipc/files/ca-certificates.crt
LIBCURL_OPENIPC_DEPENDENCIES += mbedtls-openipc
else
LIBCURL_OPENIPC_CONF_OPTS += --without-mbedtls