mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 06:51:51 +08:00
a05eeb5574
AEAD, CCM, MD4, and MS CHAP v2 are all deprecated due to insecurity. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
25 lines
453 B
Plaintext
25 lines
453 B
Plaintext
|
|
if PACKAGE_strongswan
|
|
comment "Configuration"
|
|
|
|
# --with-routing-table
|
|
config STRONGSWAN_ROUTING_TABLE
|
|
string
|
|
prompt "Set the IPsec routing table ID"
|
|
default "220"
|
|
|
|
# --with-routing-table-prio
|
|
config STRONGSWAN_ROUTING_TABLE_PRIO
|
|
string
|
|
prompt "Set the IPsec routing table priority"
|
|
default "220"
|
|
|
|
config STRONGSWAN_INCLUDE_INSECURE
|
|
bool
|
|
prompt "Include cryptographically weak protocols"
|
|
default !PACKAGE_libopenssl
|
|
|
|
comment "Packages"
|
|
|
|
endif
|