]> git.ipfire.org Git - people/ms/strongswan.git/blob - linux/net/ipsec/Config.in
- import of strongswan-2.7.0
[people/ms/strongswan.git] / linux / net / ipsec / Config.in
1 #
2 # IPSEC configuration
3 # Copyright (C) 1998, 1999, 2000,2001 Richard Guy Briggs.
4 #
5 # This program is free software; you can redistribute it and/or modify it
6 # under the terms of the GNU General Public License as published by the
7 # Free Software Foundation; either version 2 of the License, or (at your
8 # option) any later version. See <http://www.fsf.org/copyleft/gpl.txt>.
9 #
10 # This program is distributed in the hope that it will be useful, but
11 # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
12 # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
13 # for more details.
14 #
15 # RCSID $Id: Config.in,v 1.3 2004/03/30 21:11:11 as Exp $
16
17 comment 'IPsec options (strongSwan)'
18
19 bool ' IPSEC: IP-in-IP encapsulation (tunnel mode)' CONFIG_IPSEC_IPIP
20
21 bool ' IPSEC: Authentication Header' CONFIG_IPSEC_AH
22 if [ "$CONFIG_IPSEC_AH" = "y" -o "$CONFIG_IPSEC_ESP" = "y" ]; then
23 bool ' HMAC-MD5 authentication algorithm' CONFIG_IPSEC_AUTH_HMAC_MD5
24 bool ' HMAC-SHA1 authentication algorithm' CONFIG_IPSEC_AUTH_HMAC_SHA1
25 fi
26
27 bool ' IPSEC: Encapsulating Security Payload' CONFIG_IPSEC_ESP
28 if [ "$CONFIG_IPSEC_ESP" = "y" ]; then
29 bool ' 3DES encryption algorithm' CONFIG_IPSEC_ENC_3DES
30 fi
31
32 bool ' IPSEC Modular Extensions' CONFIG_IPSEC_ALG
33 if [ "$CONFIG_IPSEC_ALG" != "n" ]; then
34 source net/ipsec/alg/Config.in
35 fi
36
37 bool ' IPSEC: IP Compression' CONFIG_IPSEC_IPCOMP
38
39 bool ' IPSEC Debugging Option' CONFIG_IPSEC_DEBUG
40
41 bool ' IPSEC NAT-Traversal' CONFIG_IPSEC_NAT_TRAVERSAL