add support of --enable-eap-sim-file and --enable-kernel-pfkey configuration options
This commit is contained in:
@@ -148,6 +148,7 @@ fi
|
|||||||
if [ "$USE_EAP_SIM" = "yes" ]
|
if [ "$USE_EAP_SIM" = "yes" ]
|
||||||
then
|
then
|
||||||
echo -n " --enable-eap-sim" >> $INSTALLSHELL
|
echo -n " --enable-eap-sim" >> $INSTALLSHELL
|
||||||
|
echo -n " --enable-eap-sim-file >> $INSTANTSHELL
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$USE_EAP_MD5" = "yes" ]
|
if [ "$USE_EAP_MD5" = "yes" ]
|
||||||
@@ -175,6 +176,11 @@ then
|
|||||||
echo -n " --enable-openssl" >> $INSTALLSHELL
|
echo -n " --enable-openssl" >> $INSTALLSHELL
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ "$USE_KERNEL_PFKEY" = "yes" ]
|
||||||
|
then
|
||||||
|
echo -n " --enable-kernel-pfkey" >> $INSTALLSHELL
|
||||||
|
fi
|
||||||
|
|
||||||
if [ "$USE_INTEGRITY_TEST" = "yes" ]
|
if [ "$USE_INTEGRITY_TEST" = "yes" ]
|
||||||
then
|
then
|
||||||
echo -n " --enable-integrity-test" >> $INSTALLSHELL
|
echo -n " --enable-integrity-test" >> $INSTALLSHELL
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ UMLTESTDIR=~/strongswan-testing
|
|||||||
|
|
||||||
# Bzipped kernel sources
|
# Bzipped kernel sources
|
||||||
# (file extension .tar.bz2 required)
|
# (file extension .tar.bz2 required)
|
||||||
KERNEL=$UMLTESTDIR/linux-2.6.26.5.tar.bz2
|
KERNEL=$UMLTESTDIR/linux-2.6.27.tar.bz2
|
||||||
|
|
||||||
# Extract kernel version
|
# Extract kernel version
|
||||||
KERNELVERSION=`basename $KERNEL .tar.bz2 | sed -e 's/linux-//'`
|
KERNELVERSION=`basename $KERNEL .tar.bz2 | sed -e 's/linux-//'`
|
||||||
@@ -45,6 +45,7 @@ USE_EAP_IDENTITY="yes"
|
|||||||
USE_SQL="yes"
|
USE_SQL="yes"
|
||||||
USE_MEDIATION="yes"
|
USE_MEDIATION="yes"
|
||||||
USE_OPENSSL="yes"
|
USE_OPENSSL="yes"
|
||||||
|
USE_KERNEL_PFKEY="no"
|
||||||
USE_INTEGRITY_TEST="no"
|
USE_INTEGRITY_TEST="no"
|
||||||
USE_LEAK_DETECTIVE="no"
|
USE_LEAK_DETECTIVE="no"
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# /etc/strongswan.conf - strongSwan configuration file
|
# /etc/strongswan.conf - strongSwan configuration file
|
||||||
|
|
||||||
charon {
|
charon {
|
||||||
load = curl aes des sha1 sha2 md5 gmp random x509 pubkey hmac xcbc stroke kernel-netlink fips-prf eapsim
|
load = curl aes des sha1 sha2 md5 gmp random x509 pubkey hmac xcbc stroke kernel-netlink fips-prf eapsim eapsim-file
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# /etc/strongswan.conf - strongSwan configuration file
|
# /etc/strongswan.conf - strongSwan configuration file
|
||||||
|
|
||||||
charon {
|
charon {
|
||||||
load = curl aes des sha1 sha2 md5 gmp random x509 pubkey hmac xcbc stroke kernel-netlink fips-prf eapsim
|
load = curl aes des sha1 sha2 md5 gmp random x509 pubkey hmac xcbc stroke kernel-netlink fips-prf eapsim eapsim-file
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user