Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | testing: Increase base image size so there is space for test results on winnetou | Tobias Brunner | 2013-06-11 | 1 | -1/+1 |
| | |||||
* | testing: Ignore errors when searching for imcv log entries in daemon.log | Tobias Brunner | 2013-06-10 | 1 | -1/+1 |
| | |||||
* | testing: Set terminal title when logging in via SSH | Tobias Brunner | 2013-05-15 | 1 | -0/+11 |
| | | | | | Since we always log in as root use a simpler command prompt. And don't store duplicate commands in the bash command history. | ||||
* | Load any type (RSA/ECDSA) of public key via left|rightsigkey | Tobias Brunner | 2013-05-07 | 9 | -13/+13 |
| | |||||
* | left|rightrsasigkey accepts SSH keys but the key format has to be specified ↵ | Tobias Brunner | 2013-05-07 | 4 | -6/+6 |
| | | | | | | | explicitly The default is now PKCS#1. With the dns: and ssh: prefixes other formats can be selected. | ||||
* | testing: Don't run tests when building tkm | Tobias Brunner | 2013-05-07 | 1 | -1/+1 |
| | | | | | | | The problem with XML/Ada described in 9c2aba27 actually occurs when running the tests here. Really fixes #336. | ||||
* | testing: Don't run tests when building tkm-rpc | Tobias Brunner | 2013-05-06 | 1 | -1/+1 |
| | | | | | | | | | There are issues with some versions of the XML/Ada library on i386, blocking the build of the testing environment when these tests are run. TKM tests won't work in such a case but at least make-testing does not block with this patch. Fixes #336. | ||||
* | Use attest database in tnc/tnccs-20-os scenario5.0.4 | Andreas Steffen | 2013-04-21 | 6 | -2/+268 |
| | |||||
* | check for successful activation of FIPS mode | Andreas Steffen | 2013-04-19 | 1 | -1/+4 |
| | |||||
* | install FIPS-aware OpenSSL Debian packages | Andreas Steffen | 2013-04-19 | 1 | -18/+5 |
| | |||||
* | Added openssl-ikev2/rw-cpa scenario | Andreas Steffen | 2013-04-19 | 29 | -0/+472 |
| | |||||
* | build openssl-fips in KVM root-image | Andreas Steffen | 2013-04-19 | 5 | -0/+49 |
| | |||||
* | build soup plugin in KVM test environment | Andreas Steffen | 2013-04-15 | 2 | -1/+2 |
| | |||||
* | disable reauth, too | Andreas Steffen | 2013-04-15 | 1 | -1/+2 |
| | |||||
* | Added charon.initiator_only option which causes charon to ignore IKE ↵ | Andreas Steffen | 2013-04-14 | 22 | -0/+264 |
| | | | | initiation requests by peers | ||||
* | fixed configure options5.0.3 | Andreas Steffen | 2013-04-04 | 1 | -0/+2 |
| | |||||
* | cleaned up XML code in tnccs-11 plugin | Andreas Steffen | 2013-04-04 | 5 | -12/+13 |
| | |||||
* | fix start of wpa_supplicant | Andreas Steffen | 2013-03-31 | 3 | -6/+21 |
| | |||||
* | Use new strongSwan HA kernel patchset keeping iptables ABI | Martin Willi | 2013-03-26 | 4 | -101/+2 |
| | | | | | Allows us to install stock debian iptables without the need for patching and compiling our own. | ||||
* | Define SSHCONF from strongswan testing directory, not TESTDIR | Martin Willi | 2013-03-26 | 5 | -3/+4 |
| | | | | | This fixes the use of SSHCONF in the ssh wrapper script before ./do-tests had a chance to create the required symlinks. | ||||
* | Lazy unmount guest filesystem after building image, as it still might be busy | Martin Willi | 2013-03-26 | 1 | -1/+1 |
| | |||||
* | Recipes: Disable Anet unit tests | Reto Buerki | 2013-03-25 | 1 | -1/+1 |
| | | | | | | Some Anet unit tests may fail because of the network configuration on the testing host. These failures do not indicate a problem in Anet but are a result of unpredictable events. | ||||
* | Added hostapd package to base image | Andreas Steffen | 2013-03-22 | 1 | -1/+1 |
| | |||||
* | Added Framed-IP-Address information to RADIUS accounting records | Andreas Steffen | 2013-03-22 | 2 | -0/+2 |
| | |||||
* | Added ikev2/rw-eap-framed-ip-radius scenario | Andreas Steffen | 2013-03-22 | 19 | -0/+266 |
| | |||||
* | Store debug output from standalone IMC/IMVs | Andreas Steffen | 2013-03-22 | 1 | -2/+2 |
| | |||||
* | Added ikev2/ip-two-pools-v4v6-db scenario | Andreas Steffen | 2013-03-22 | 9 | -0/+110 |
| | |||||
* | Fixed TKM build | Reto Buerki | 2013-03-22 | 7 | -9/+17 |
| | |||||
* | Build TNC-enabled wpa_supplicant | Andreas Steffen | 2013-03-22 | 2 | -0/+74 |
| | |||||
* | Implement multiple-clients integration test | Reto Buerki | 2013-03-19 | 12 | -0/+158 |
| | | | | | | | | Two transport connections to gateway sun are set up, one from client carol and the other from client dave. The gateway sun uses the Trusted Key Manager (TKM) and is the responder for both connections. The authentication is based on X.509 certificates. In order to test the connections, both carol and dave ping gateway sun. | ||||
* | Implement net2net-xfrmproxy integration test | Reto Buerki | 2013-03-19 | 10 | -0/+108 |
| | |||||
* | Implement net2net-initiator integration test | Reto Buerki | 2013-03-19 | 9 | -0/+104 |
| | |||||
* | Add xfrm_proxy integration test | Reto Buerki | 2013-03-19 | 10 | -0/+102 |
| | |||||
* | Provide script to build Ada XFRM proxy | Reto Buerki | 2013-03-19 | 1 | -0/+21 |
| | |||||
* | Add TKM responder integration test | Reto Buerki | 2013-03-19 | 10 | -0/+97 |
| | |||||
* | Add initial TKM integration test | Reto Buerki | 2013-03-19 | 10 | -0/+96 |
| | | | | | | A connection between the hosts moon and sun is set up. The host moon uses the Trusted Key Manager (TKM) and is the initiator of the transport connection. The authentication is based on X.509 certificates. | ||||
* | Add expect-file guest image script | Reto Buerki | 2013-03-19 | 1 | -0/+29 |
| | | | | | This script can be used in pretest.dat files to wait until a given file appears. | ||||
* | Add /usr/local/lib/ipsec to linker cache | Reto Buerki | 2013-03-19 | 2 | -0/+3 |
| | |||||
* | Provide recipes to build tkm and required libraries | Reto Buerki | 2013-03-19 | 6 | -1/+105 |
| | |||||
* | Add GNAT compiler and Ada libs to base image | Reto Buerki | 2013-03-19 | 1 | -0/+2 |
| | |||||
* | testing: Rename interfaces and bridges so they are easier to identify | Tobias Brunner | 2013-03-19 | 12 | -5/+16 |
| | | | | | | | This simplifies capturing traffic with Wireshark on the host as each of the guest's interfaces is clearly identified. The three bridges were previously numbered starting from 0, this scheme is restored here. | ||||
* | testing: Don't use a specific version for the QEMU machine type | Tobias Brunner | 2013-03-19 | 8 | -8/+8 |
| | | | | | The previously used pc-1.1 is not yet available on e.g. Ubuntu 12.04. With 'pc' the most current supported version of that type is used. | ||||
* | testing: Add screen package to base image | Tobias Brunner | 2013-03-05 | 1 | -1/+1 |
| | | | | Makes working in a single SSH session easier. | ||||
* | testing: Enable ssh connection to second IP by name (e.g. moon1) | Tobias Brunner | 2013-03-05 | 1 | -1/+9 |
| | |||||
* | testing: ssh script accepts IP addresses instead of host names | Tobias Brunner | 2013-03-05 | 1 | -4/+11 |
| | |||||
* | testing: ssh script forwards arguments to ssh command | Tobias Brunner | 2013-03-05 | 1 | -1/+2 |
| | | | | This allows to execute commands on a virtual host. | ||||
* | removed unneeded DS files | Andreas Steffen | 2013-03-05 | 3 | -6/+0 |
| | |||||
* | upgraded KVM test suite to Linux 3.8 kernel | Andreas Steffen | 2013-03-03 | 2 | -4/+1867 |
| | |||||
* | added openssl-ikev2/alg-aes-gcm scenario | Andreas Steffen | 2013-03-03 | 11 | -0/+158 |
| | |||||
* | use DNs in tnc/tnccs-20-tls scenario | Andreas Steffen | 2013-03-03 | 4 | -5/+3 |
| |