1
0
This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
ZyXEL_VMG8623-T50B/vmg8623_t50b_default_release/package/libs/openssl/Config-1.0.2n.in

67 lines
1.3 KiB
Plaintext
Executable File

config OPENSSL_WITH_EC
bool
default y
prompt "Enable elliptic curve support"
config OPENSSL_WITH_EC2M
bool
depends on OPENSSL_WITH_EC
prompt "Enable ec2m support"
config OPENSSL_WITH_SSL3
bool
default y if !TARGET_ipq_ipq807x
prompt "Enable sslv3 support"
config OPENSSL_ENGINE_DIGEST
bool
depends on OPENSSL_ENGINE_CRYPTO
prompt "Digests acceleration support"
if !TARGET_ipq_ipq807x
config OPENSSL_WITH_DEPRECATED
bool
default y if !TARGET_ipq_ipq807x
prompt "Include deprecated APIs"
config OPENSSL_WITH_DTLS
bool
default n
prompt "Enable DTLS support"
config OPENSSL_WITH_COMPRESSION
bool
default n
prompt "Enable compression support"
config OPENSSL_WITH_NPN
bool
default y if !TARGET_ipq_ipq807x
prompt "Enable NPN support"
config OPENSSL_WITH_PSK
bool
default y if !TARGET_ipq_ipq807x
prompt "Enable PSK support"
config OPENSSL_WITH_SRP
bool
default y if !TARGET_ipq_ipq807x
prompt "Enable SRP support"
config OPENSSL_HARDWARE_SUPPORT
bool
default n if TARGET_ipq_ipq807x
prompt "Enable hardware support"
config OPENSSL_OPTIMIZE_SPEED
bool
default n
prompt "Enable optimization for speed instead of size"
endif
config OPENSSL_ENGINE_CRYPTO
bool
select OPENSSL_HARDWARE_SUPPORT
prompt "Crypto acceleration support" if PACKAGE_libopenssl || TARGET_ipq_ipq807x