Changeset 4417
- Timestamp:
- 10/13/08 02:09:44 (3 months ago)
- Files:
-
- trunk/testing/scripts/build-umlrootfs (modified) (2 diffs)
- trunk/testing/testing.conf (modified) (2 diffs)
- trunk/testing/tests/ikev2/rw-eap-sim-rsa/hosts/carol/etc/strongswan.conf (modified) (1 diff)
- trunk/testing/tests/ikev2/rw-eap-sim-rsa/hosts/moon/etc/strongswan.conf (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/testing/scripts/build-umlrootfs
r4290 r4417 149 149 then 150 150 echo -n " --enable-eap-sim" >> $INSTALLSHELL 151 echo -n " --enable-eap-sim-file >> $INSTANTSHELL 151 152 fi 152 153 … … 175 176 echo -n " --enable-openssl" >> $INSTALLSHELL 176 177 fi 177 178 179 if [ "$USE_KERNEL_PFKEY" = "yes" ] 180 then 181 echo -n " --enable-kernel-pfkey" >> $INSTALLSHELL 182 fi 183 178 184 if [ "$USE_INTEGRITY_TEST" = "yes" ] 179 185 then trunk/testing/testing.conf
r4354 r4417 22 22 # Bzipped kernel sources 23 23 # (file extension .tar.bz2 required) 24 KERNEL=$UMLTESTDIR/linux-2.6.2 6.5.tar.bz224 KERNEL=$UMLTESTDIR/linux-2.6.27.tar.bz2 25 25 26 26 # Extract kernel version … … 46 46 USE_MEDIATION="yes" 47 47 USE_OPENSSL="yes" 48 USE_KERNEL_PFKEY="no" 48 49 USE_INTEGRITY_TEST="no" 49 50 USE_LEAK_DETECTIVE="no" trunk/testing/tests/ikev2/rw-eap-sim-rsa/hosts/carol/etc/strongswan.conf
r4369 r4417 2 2 3 3 charon { 4 load = curl aes des sha1 sha2 md5 gmp random x509 pubkey hmac xcbc stroke kernel-netlink fips-prf eapsim 4 load = curl aes des sha1 sha2 md5 gmp random x509 pubkey hmac xcbc stroke kernel-netlink fips-prf eapsim eapsim-file 5 5 } trunk/testing/tests/ikev2/rw-eap-sim-rsa/hosts/moon/etc/strongswan.conf
r4369 r4417 2 2 3 3 charon { 4 load = curl aes des sha1 sha2 md5 gmp random x509 pubkey hmac xcbc stroke kernel-netlink fips-prf eapsim 4 load = curl aes des sha1 sha2 md5 gmp random x509 pubkey hmac xcbc stroke kernel-netlink fips-prf eapsim eapsim-file 5 5 }
