aboutsummaryrefslogtreecommitdiffstats
path: root/testing/hosts
Commit message (Collapse)AuthorAgeFilesLines
* testing: Update AAA certificate on Freeradius as wellAndreas Steffen2015-08-052-42/+42
|
* testing: Updated expired AAA server certificateAndreas Steffen2015-08-045-4/+31
|
* testing: Regenerated BLISS certificates due to oracle changesAndreas Steffen2015-07-271-0/+0
|
* testing: Updated loop ca certificatesAndreas Steffen2015-07-2210-8/+60
|
* testing: Updated carol's certificate from research CA and dave's certificate ↵5.3.1dr1Andreas Steffen2015-04-2610-8/+61
| | | | from sales CA
* Implemented improved BLISS-B signature algorithmAndreas Steffen2015-02-251-0/+0
|
* Updated RFC3779 certificates5.2.2Andreas Steffen2014-12-2818-10/+141
|
* Updated BLISS scenario keys and certificates to new formatAndreas Steffen2014-12-122-0/+0
|
* Renewed expired certificatesAndreas Steffen2014-11-2916-110/+162
|
* Created ikev2/rw-ntru-bliss scenarioAndreas Steffen2014-11-293-1/+3
|
* testing: Enable virtio console for guestsTobias Brunner2014-10-101-0/+71
| | | | | | | | | | | This allows accessing the guests with `virsh console <name>`. Using a serial console would also be possible but our kernel configs have no serial drivers enabled, CONFIG_VIRTIO_CONSOLE is enabled though. So to avoid having to recompile the kernels let's do it this way, only requires rebuilding the guest images. References #729.
* testing: Updated swanctl certificates and keysTobias Brunner2014-10-0314-292/+292
|
* testing: Update public keys and certificates in DNS zoneTobias Brunner2014-10-031-64/+60
|
* Generated new test certificatesAndreas Steffen2014-08-2874-309/+500
|
* Define default swanctl credentials in hosts directoryAndreas Steffen2014-06-1021-0/+517
|
* First swanctl scenario5.2.0dr5Andreas Steffen2014-06-011-0/+156
|
* Test SWID REST API ins tnc/tnccs-20-pdp scenariosAndreas Steffen2014-05-311-1/+1
|
* Renewed expired user certificateAndreas Steffen2014-04-155-7/+33
|
* Renewed self-signed OCSP signer certificateAndreas Steffen2014-03-272-15/+17
|
* Updated expired certificates issued by the Research and Sales Intermediate CAsAndreas Steffen2014-03-2417-98/+208
|
* Renewed revoked Research CA certificate5.1.3dr1Andreas Steffen2014-03-225-2/+28
|
* testing: Use installed PTS SQL schema and data instead of local copyTobias Brunner2014-02-122-1448/+0
|
* testing: Use installed SQL schema instead of local copyTobias Brunner2014-02-121-270/+0
|
* Added missing semicolon in SQL statementsAndreas Steffen2014-02-051-6/+6
|
* Added Android 4.3.1 to products database tableAndreas Steffen2014-02-041-2/+14
|
* Added new Android versions to PTS databaseAndreas Steffen2014-02-041-0/+60
|
* Added TPMRA workitem support in PTS databaseAndreas Steffen2014-01-161-0/+60
|
* Updated and split data.sqlAndreas Steffen2013-10-231-37/+121
|
* Define aaa.strongswan.org in /etc/hostsAndreas Steffen2013-10-111-1/+1
|
* testing: Provide moon's and sun's certificate as CERT RRTobias Brunner2013-10-111-0/+51
|
* testing: Allow AH packets in default INPUT/OUTPUT chainsMartin Willi2013-10-111-0/+4
|
* Added tags table and some tag samplesAndreas Steffen2013-09-052-1/+95
|
* Added regids table and some sample reqid dataAndreas Steffen2013-09-022-0/+58
|
* Updated PTS database scheme to new workitems modelAndreas Steffen2013-07-291-39/+127
|
* Register packages under Debian 7.0 x86_64Andreas Steffen2013-07-041-26/+765
|
* Fixed index.txt for strongSwan EC CAAndreas Steffen2013-07-011-5/+5
|
* 5.1.0 changes for test casesAndreas Steffen2013-06-298-4/+106
|
* testing: Set terminal title when logging in via SSHTobias Brunner2013-05-151-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.
* Use attest database in tnc/tnccs-20-os scenario5.0.4Andreas Steffen2013-04-212-0/+253
|
* Add expect-file guest image scriptReto Buerki2013-03-191-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 cacheReto Buerki2013-03-191-0/+1
|
* removed unneeded DS filesAndreas Steffen2013-03-053-6/+0
|
* Configure winnetou as a DNSSEC enabled nameserver for the strongswan.org, ↵Andreas Steffen2013-02-1921-0/+369
| | | | org, and root zones
* Make core dumps workReto Buerki2013-01-173-2/+9
| | | | Core dumps are written to the /var/local/dumps directory.
* Switch to 'mapped' access mode for hostfsReto Buerki2013-01-171-1/+1
| | | | | | | | | | | Passthrough mode only works as expected when running as root. On Debian/Ubuntu systems qemu runs as user 'libvirt-qemu' and group 'kvm' so all shared files must be chowned to grant access from guests. Symlinks created on the host are still problematic because the Plan 9 filesystem has no direct notion of symbolic links, see [1]. [1] - http://ericvh.github.com/9p-rfc/rfc9p2000.u.html
* converted all ipv6 iptables/ip6tables scenariosAndreas Steffen2013-01-172-0/+16
|
* Rename UML to KVM testsAndreas Steffen2013-01-171-2/+2
|
* implemented ip6tables.rulesAndreas Steffen2013-01-172-0/+50
|
* activated iptables in some ikev2 scenariosAndreas Steffen2013-01-171-0/+4
|
* Export compile directory to guestsReto Buerki2013-01-171-0/+1
| | | | | Use 9p over virtio to share files on the host with the guest domains. The files are accessible in the guests /hostfs directory.