18 select CRYPTO_BLKCIPHER
21 tristate "Transformation user configuration interface"
25 Support for Transformation(XFRM) user configuration interface
26 like IPsec used by native Linux tools.
31 tristate "Transformation virtual interface"
32 depends on XFRM && IPV6
34 This provides a virtual interface to route IPsec traffic.
38 config XFRM_SUB_POLICY
39 bool "Transformation sub policy support"
42 Support sub policy for developers. By using sub policy with main
43 one, two policies can be applied to the same packet at once.
44 Policy which lives shorter time in kernel should be a sub.
49 bool "Transformation migrate database"
52 A feature to update locator(s) of a given IPsec security
53 association dynamically. This feature is required, for
54 instance, in a Mobile IPv6 environment with IPsec configuration
55 where mobile nodes change their attachment point to the Internet.
59 config XFRM_STATISTICS
60 bool "Transformation statistics"
61 depends on INET && XFRM && PROC_FS
63 This statistics is not a SNMP/MIB specification but shows
64 statistics about transformation error (or almost error) factor
65 at packet processing for developer.
76 tristate "PF_KEY sockets"
79 PF_KEYv2 socket family, compatible to KAME ones.
80 They are required if you are going to use IPsec tools ported
83 Say Y unless you know what you are doing.
85 config NET_KEY_MIGRATE
90 Add a PF_KEY MIGRATE message to PF_KEYv2 socket family.
91 The PF_KEY MIGRATE message is used to dynamically update
92 locator(s) of a given IPsec security association.
93 This feature is required, for instance, in a Mobile IPv6
94 environment with IPsec configuration where mobile nodes
95 change their attachment point to the Internet. Detail
96 information can be found in the internet-draft
97 <draft-sugimoto-mip6-pfkey-migrate>.