📄 config.in
字号:
## IPSEC configuration# Copyright (C) 1998, 1999, 2000,2001 Richard Guy Briggs.# Copyright (C) 2004 Michael Richardson <mcr@xelerance.com># # This program is free software; you can redistribute it and/or modify it# under the terms of the GNU General Public License as published by the# Free Software Foundation; either version 2 of the License, or (at your# option) any later version. See <http://www.fsf.org/copyleft/gpl.txt>.# # This program is distributed in the hope that it will be useful, but# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License# for more details.## RCSID $Id: Config.in,v 1.32 2004/07/15 01:22:19 mcr Exp $comment 'IPsec options (Openswan)'bool ' IPsec: IP-in-IP encapsulation (tunnel mode)' CONFIG_KLIPS_IPIPbool ' IPsec: Authentication Header' CONFIG_KLIPS_AHbool ' IPsec: Encapsulating Security Payload' CONFIG_KLIPS_ESPcomment ' IPsec algorithms to include'if [ "$CONFIG_KLIPS_ESP" = "y" ]; then bool ' 3DES encryption algorithm' CONFIG_KLIPS_ENC_3DES bool ' AES encryption algorithm' CONFIG_KLIPS_ENC_AESfiif [ "$CONFIG_KLIPS_AH" = "y" -o "$CONFIG_KLIPS_ESP" = "y" ]; then bool ' HMAC-MD5 authentication algorithm' CONFIG_KLIPS_AUTH_HMAC_MD5 bool ' HMAC-SHA1 authentication algorithm' CONFIG_KLIPS_AUTH_HMAC_SHA1fibool ' IPsec Modular Extensions' CONFIG_KLIPS_ALGif [ "$CONFIG_KLIPS_ALG" != "n" ]; then source net/ipsec/alg/Config.infibool ' IPsec: IP Compression' CONFIG_KLIPS_IPCOMPbool ' IPsec Debugging Option' CONFIG_KLIPS_DEBUG### $Log: Config.in,v $# Revision 1.32 2004/07/15 01:22:19 mcr# adjustment of AES options for klips24 prep.## Revision 1.31 2004/07/10 19:11:18 mcr# CONFIG_IPSEC -> CONFIG_KLIPS.## Revision 1.30 2004/06/23 09:49:37 ken# Free -> Open## Revision 1.29 2004/04/06 02:49:25 mcr# pullup of algo code from alg-branch.## Revision 1.28 2004/02/03 03:12:26 mcr# remove NAT-traversal option from IPsec config,# as it should be in the kernel configuration if# the NAT-T patch is installed.## Revision 1.27.2.2 2004/04/05 04:30:46 mcr# patches for alg-branch to compile/work with 2.x openswan## Revision 1.27.2.1 2003/12/23 12:48:25 jjo# Added missing alg part to linux/net/ipsec/Config.in## Revision 1.27 2003/12/10 01:14:27 mcr# NAT-traversal patches to KLIPS.## Revision 1.26 2002/04/24 07:36:26 mcr# Moved from ./klips/net/ipsec/Config.in,v## Revision 1.25 2002/02/21 19:55:12 mcr# removed all traces of IPSEC_CONFIG_REGRESS because it# screwed up 2.2's "make menuconfig" scripts.## Revision 1.24 2002/01/28 20:24:31 mcr# commented out IPSEC_REGRESS option from user visible config.##
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -