]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
activated cmac plugin in UML test suites
authorAndreas Steffen <andreas.steffen@strongswan.org>
Sun, 22 Apr 2012 20:22:25 +0000 (22:22 +0200)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Sun, 22 Apr 2012 20:22:25 +0000 (22:22 +0200)
testing/scripts/build-umlrootfs
testing/testing.conf
testing/tests/ikev2/rw-cert/hosts/carol/etc/strongswan.conf
testing/tests/ikev2/rw-cert/hosts/dave/etc/strongswan.conf
testing/tests/ikev2/rw-cert/hosts/moon/etc/strongswan.conf
testing/tests/openssl-ikev2/rw-cert/hosts/carol/etc/strongswan.conf
testing/tests/openssl-ikev2/rw-cert/hosts/dave/etc/strongswan.conf
testing/tests/openssl-ikev2/rw-cert/hosts/moon/etc/strongswan.conf

index 37d1de66bca823481b1807f031f7020a4002f3cf..4c066001cbc0b4479944c25978af9676930b3b63 100755 (executable)
@@ -342,6 +342,11 @@ then
     echo -n " --enable-gcm" >> $INSTALLSHELL
 fi
 
+if [ "$USE_CMAC" = "yes" ]
+then
+    echo -n " --enable-cmac" >> $INSTALLSHELL
+fi
+
 if [ "$USE_HA" = "yes" ]
 then
     echo -n " --enable-ha" >> $INSTALLSHELL
index 88aa8e15ab9a652275f3580665716e2d6fde19eb..80cee18ac452ca90e6dca5611913438005a944c7 100755 (executable)
@@ -19,19 +19,19 @@ UMLTESTDIR=~/strongswan-testing
 
 # Bzipped kernel sources
 # (file extension .tar.bz2 required)
-KERNEL=$UMLTESTDIR/linux-3.1.5.tar.bz2
+KERNEL=$UMLTESTDIR/linux-3.3.2.tar.bz2
 
 # Extract kernel version
 KERNELVERSION=`basename $KERNEL .tar.bz2 | sed -e 's/linux-//'`
 
 # Kernel configuration file
-KERNELCONFIG=$UMLTESTDIR/.config-3.1
+KERNELCONFIG=$UMLTESTDIR/.config-3.3
 
 # Bzipped uml patch for kernel
 UMLPATCH=$UMLTESTDIR/ha-3.0.patch.bz2
 
 # Bzipped source of strongSwan
-STRONGSWAN=$UMLTESTDIR/strongswan-4.6.2.tar.bz2
+STRONGSWAN=$UMLTESTDIR/strongswan-4.6.3.tar.bz2
 
 # strongSwan compile options (use "yes" or "no")
 USE_LIBCURL="yes"
@@ -76,6 +76,7 @@ USE_ADDRBLOCK="yes"
 USE_CTR="yes"
 USE_CCM="yes"
 USE_GCM="yes"
+USE_CMAC="yes"
 USE_HA="yes"
 USE_AF_ALG="yes"
 USE_WHITELIST="yes"
index bbb5a76fdaeb03b609315042eb3ca04d93cefbef..e070f9a27ba7b31261e64a9b3f23d5559f315ed2 100644 (file)
@@ -1,7 +1,7 @@
 # /etc/strongswan.conf - strongSwan configuration file
 
 charon {
-  load = curl test-vectors aes des sha1 sha2 md5 pem pkcs1 gmp random x509 revocation hmac xcbc ctr ccm gcm stroke kernel-netlink socket-default updown
+  load = curl test-vectors aes des sha1 sha2 md5 pem pkcs1 gmp random x509 revocation hmac xcbc cmac ctr ccm gcm stroke kernel-netlink socket-default updown
 }
 
 libstrongswan {
index bbb5a76fdaeb03b609315042eb3ca04d93cefbef..e070f9a27ba7b31261e64a9b3f23d5559f315ed2 100644 (file)
@@ -1,7 +1,7 @@
 # /etc/strongswan.conf - strongSwan configuration file
 
 charon {
-  load = curl test-vectors aes des sha1 sha2 md5 pem pkcs1 gmp random x509 revocation hmac xcbc ctr ccm gcm stroke kernel-netlink socket-default updown
+  load = curl test-vectors aes des sha1 sha2 md5 pem pkcs1 gmp random x509 revocation hmac xcbc cmac ctr ccm gcm stroke kernel-netlink socket-default updown
 }
 
 libstrongswan {
index bbb5a76fdaeb03b609315042eb3ca04d93cefbef..e070f9a27ba7b31261e64a9b3f23d5559f315ed2 100644 (file)
@@ -1,7 +1,7 @@
 # /etc/strongswan.conf - strongSwan configuration file
 
 charon {
-  load = curl test-vectors aes des sha1 sha2 md5 pem pkcs1 gmp random x509 revocation hmac xcbc ctr ccm gcm stroke kernel-netlink socket-default updown
+  load = curl test-vectors aes des sha1 sha2 md5 pem pkcs1 gmp random x509 revocation hmac xcbc cmac ctr ccm gcm stroke kernel-netlink socket-default updown
 }
 
 libstrongswan {
index c78da2c08121b5385e3d331c36278d6e21fc2788..2b862e1b36c1c0508602c18b96173cba1b932b38 100644 (file)
@@ -1,7 +1,7 @@
 # /etc/strongswan.conf - strongSwan configuration file
 
 charon {
-  load = curl test-vectors pem pkcs1 openssl revocation random hmac xcbc ctr ccm gcm stroke kernel-netlink socket-default updown
+  load = curl test-vectors pem pkcs1 openssl revocation random hmac xcbc cmac ctr ccm gcm stroke kernel-netlink socket-default updown
 }
 
 libstrongswan {
index e483eba9d7db508055cebbaadde9927157f97cea..4e74127fe86c7ec77271d790ade6760a21e00dff 100644 (file)
@@ -1,7 +1,7 @@
 # /etc/strongswan.conf - strongSwan configuration file
 
 charon {
-  load = curl test-vectors aes des sha1 sha2 md5 pem pkcs1 gmp random x509 revocation hmac xcbc ctr ccm gcm stroke kernel-netlink socket-default updown
+  load = curl test-vectors aes des sha1 sha2 md5 pem pkcs1 gmp random x509 revocation hmac xcbc cmac ctr ccm gcm stroke kernel-netlink socket-default updown
 }
 
 libstrongswan {
index 848adaf6a53e8dce0b0d1ea02702ea570b2e742a..48b7d16f28198feffc35678d12ffa44d25d21b5f 100644 (file)
@@ -1,7 +1,7 @@
 # /etc/strongswan.conf - strongSwan configuration file
 
 charon {
-  load = curl test-vectors pem pkcs1 openssl revocation random hmac xcbc ctr ccm gcm stroke kernel-netlink socket-default updown
+  load = curl test-vectors pem pkcs1 openssl revocation random hmac xcbc cmac ctr ccm gcm stroke kernel-netlink socket-default updown
 }
 
 libstrongswan {