| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # | 
|  | 2 | # XFRM configuration | 
|  | 3 | # | 
| Sam Ravnborg | 6a2e9b7 | 2005-07-11 21:13:56 -0700 | [diff] [blame] | 4 | config XFRM | 
|  | 5 | bool | 
|  | 6 | depends on NET | 
|  | 7 |  | 
| Jan Beulich | 7e15252 | 2012-05-15 01:57:44 +0000 | [diff] [blame] | 8 | config XFRM_ALGO | 
|  | 9 | tristate | 
|  | 10 | select XFRM | 
|  | 11 | select CRYPTO | 
|  | 12 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 13 | config XFRM_USER | 
| Masahide NAKAMURA | 654b32c | 2006-08-23 19:12:56 -0700 | [diff] [blame] | 14 | tristate "Transformation user configuration interface" | 
| Jan Beulich | 7e15252 | 2012-05-15 01:57:44 +0000 | [diff] [blame] | 15 | depends on INET | 
|  | 16 | select XFRM_ALGO | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 17 | ---help--- | 
| Masahide NAKAMURA | 654b32c | 2006-08-23 19:12:56 -0700 | [diff] [blame] | 18 | Support for Transformation(XFRM) user configuration interface | 
|  | 19 | like IPsec used by native Linux tools. | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 20 |  | 
|  | 21 | If unsure, say Y. | 
|  | 22 |  | 
| Masahide NAKAMURA | c11f1a1 | 2006-08-23 22:38:14 -0700 | [diff] [blame] | 23 | config XFRM_SUB_POLICY | 
|  | 24 | bool "Transformation sub policy support (EXPERIMENTAL)" | 
|  | 25 | depends on XFRM && EXPERIMENTAL | 
|  | 26 | ---help--- | 
|  | 27 | Support sub policy for developers. By using sub policy with main | 
|  | 28 | one, two policies can be applied to the same packet at once. | 
|  | 29 | Policy which lives shorter time in kernel should be a sub. | 
|  | 30 |  | 
|  | 31 | If unsure, say N. | 
|  | 32 |  | 
| Shinta Sugimoto | d047365 | 2007-02-08 13:13:07 -0800 | [diff] [blame] | 33 | config XFRM_MIGRATE | 
|  | 34 | bool "Transformation migrate database (EXPERIMENTAL)" | 
|  | 35 | depends on XFRM && EXPERIMENTAL | 
|  | 36 | ---help--- | 
|  | 37 | A feature to update locator(s) of a given IPsec security | 
|  | 38 | association dynamically.  This feature is required, for | 
|  | 39 | instance, in a Mobile IPv6 environment with IPsec configuration | 
|  | 40 | where mobile nodes change their attachment point to the Internet. | 
|  | 41 |  | 
|  | 42 | If unsure, say N. | 
|  | 43 |  | 
| Masahide NAKAMURA | 8ea8434 | 2007-12-20 20:44:02 -0800 | [diff] [blame] | 44 | config XFRM_STATISTICS | 
|  | 45 | bool "Transformation statistics (EXPERIMENTAL)" | 
| Paul Mundt | 0f4bda0 | 2008-02-14 14:48:45 -0800 | [diff] [blame] | 46 | depends on INET && XFRM && PROC_FS && EXPERIMENTAL | 
| Masahide NAKAMURA | 8ea8434 | 2007-12-20 20:44:02 -0800 | [diff] [blame] | 47 | ---help--- | 
|  | 48 | This statistics is not a SNMP/MIB specification but shows | 
|  | 49 | statistics about transformation error (or almost error) factor | 
|  | 50 | at packet processing for developer. | 
|  | 51 |  | 
|  | 52 | If unsure, say N. | 
|  | 53 |  | 
| Herbert Xu | 6fccab6 | 2008-07-25 02:54:40 -0700 | [diff] [blame] | 54 | config XFRM_IPCOMP | 
|  | 55 | tristate | 
| Jan Beulich | 7e15252 | 2012-05-15 01:57:44 +0000 | [diff] [blame] | 56 | select XFRM_ALGO | 
| Herbert Xu | 6fccab6 | 2008-07-25 02:54:40 -0700 | [diff] [blame] | 57 | select CRYPTO | 
|  | 58 | select CRYPTO_DEFLATE | 
|  | 59 |  | 
| Sam Ravnborg | 6a2e9b7 | 2005-07-11 21:13:56 -0700 | [diff] [blame] | 60 | config NET_KEY | 
|  | 61 | tristate "PF_KEY sockets" | 
| Jan Beulich | 7e15252 | 2012-05-15 01:57:44 +0000 | [diff] [blame] | 62 | select XFRM_ALGO | 
| Sam Ravnborg | 6a2e9b7 | 2005-07-11 21:13:56 -0700 | [diff] [blame] | 63 | ---help--- | 
|  | 64 | PF_KEYv2 socket family, compatible to KAME ones. | 
|  | 65 | They are required if you are going to use IPsec tools ported | 
|  | 66 | from KAME. | 
|  | 67 |  | 
|  | 68 | Say Y unless you know what you are doing. | 
|  | 69 |  | 
| Shinta Sugimoto | f6ed0ec | 2007-02-08 13:15:05 -0800 | [diff] [blame] | 70 | config NET_KEY_MIGRATE | 
|  | 71 | bool "PF_KEY MIGRATE (EXPERIMENTAL)" | 
|  | 72 | depends on NET_KEY && EXPERIMENTAL | 
|  | 73 | select XFRM_MIGRATE | 
|  | 74 | ---help--- | 
|  | 75 | Add a PF_KEY MIGRATE message to PF_KEYv2 socket family. | 
|  | 76 | The PF_KEY MIGRATE message is used to dynamically update | 
|  | 77 | locator(s) of a given IPsec security association. | 
|  | 78 | This feature is required, for instance, in a Mobile IPv6 | 
|  | 79 | environment with IPsec configuration where mobile nodes | 
|  | 80 | change their attachment point to the Internet.  Detail | 
|  | 81 | information can be found in the internet-draft | 
|  | 82 | <draft-sugimoto-mip6-pfkey-migrate>. | 
|  | 83 |  | 
|  | 84 | If unsure, say N. | 
| Sam Ravnborg | 6a2e9b7 | 2005-07-11 21:13:56 -0700 | [diff] [blame] | 85 |  |