mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
iop: config: Use OpenSSL instead of WolfSSL for libustream
In IOPSYSWRT, we use OpenSSL. Instead of shipping WolfSSL just for the OpenWrt libustream library (which powers the uclient-fetch / wget commands), make libustream use OpenSSL as well. This decreases security maintenance and reduces overhead in image size and memory usage.
This commit is contained in:
parent
dd7aac2a8c
commit
f00e7fe965
1 changed files with 4 additions and 0 deletions
|
|
@ -219,3 +219,7 @@ CONFIG_TARGET_ROOTFS_TARGZ=y
|
|||
# Disable it. Most SoCs nowadays has HW random generators anyway.
|
||||
# CONFIG_PACKAGE_urandom-seed is not set
|
||||
# CONFIG_PACKAGE_urngd is not set
|
||||
|
||||
# We use OpenSSL, no need to ship multiple TLS libraries
|
||||
CONFIG_PACKAGE_libustream-openssl=y
|
||||
# CONFIG_PACKAGE_libustream-wolfssl is not set
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue