mirror of
https://github.com/outbackdingo/openwrt-builder.git
synced 2026-04-07 18:09:41 +00:00
26 lines
980 B
Plaintext
26 lines
980 B
Plaintext
#### replace mbedtls with openssl - remember to leave commented "is not set" or remove it!
|
|
|
|
### NOTE: switch, when package is available
|
|
CONFIG_PACKAGE_apk-mbedtls=y
|
|
# CONFIG_PACKAGE_apk-wolfssl is not set
|
|
|
|
CONFIG_PACKAGE_wpad-wolfssl=y
|
|
CONFIG_PACKAGE_libustream-mbedtls=m
|
|
CONFIG_PACKAGE_libustream-wolfssl=y
|
|
# CONFIG_PACKAGE_wpad-mbedtls is not set
|
|
# CONFIG_PACKAGE_wpad-basic-mbedtls is not set
|
|
# CONFIG_PACKAGE_wpad-basic-openssl is not set
|
|
# CONFIG_LIBCURL_MBEDTLS is not set
|
|
CONFIG_LIBCURL_WOLFSSL=y
|
|
CONFIG_LUA_ECO_WOLFSSL=y
|
|
# CONFIG_LUA_ECO_MBEDTLS is not set
|
|
#### replace mbedtls with openssl - remember to leave commented "is not set" or remove it!
|
|
|
|
## on ARMv8 - enable CPU Acceleration
|
|
## https://www.wolfssl.com/cpu-accelerated-cryptography-on-openwrt-using-wolfssl/
|
|
## Seems devcrypto full does not work with all my routers.
|
|
# CONFIG_PACKAGE_kmod-crypto-authenc=y
|
|
# CONFIG_PACKAGE_kmod-cryptodev=y
|
|
# CONFIG_WOLFSSL_HAS_DEVCRYPTO=y
|
|
# CONFIG_WOLFSSL_HAS_DEVCRYPTO_FULL=y
|