Files
packages/net/strongswan/Config.in
T
Philip Prindeville a05eeb5574 strongswan: drop deprecated crypto protocols
AEAD, CCM, MD4, and MS CHAP v2 are all deprecated due to insecurity.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2026-05-29 11:10:58 -06:00

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