aboutsummaryrefslogtreecommitdiffstats
path: root/testing
Commit message (Collapse)AuthorAgeFilesLines
...
* Flush iptables rules on aliceAndreas Steffen2013-08-191-1/+1
|
* Fixes in tnc scenariosAndreas Steffen2013-08-193-2/+5
|
* Added tnc/tnccs-20-pt-tls scenarioAndreas Steffen2013-08-1929-0/+1346
|
* Implemented SWID prototype IMC/IMV pairAndreas Steffen2013-08-151-0/+2
|
* Updated PTS database scheme to new workitems modelAndreas Steffen2013-07-291-39/+127
|
* testing: enforce xauth-eap in ikev1/xauth-rsa-eap-md5-radiusMartin Willi2013-07-291-1/+1
| | | | | As eap-radius now provides its own XAuth backend and eap-radius is loaded before xauth-eap, we have to enforce the exact XAuth backend to use.
* testing: add a testcase for plain XAuth RADIUS authenticationMartin Willi2013-07-2916-0/+209
|
* fixed typo5.1.0rc1Andreas Steffen2013-07-191-1/+1
|
* updated some TNC scenariosAndreas Steffen2013-07-194-18/+59
|
* testing: Don't load certificates explicitly and delete CA certificates in ↵Tobias Brunner2013-07-156-4/+6
| | | | | | PKCS#12 scenarios Certificates are now properly extracted from PKCS#12 files.
* Override policy recommendation in enforcementAndreas Steffen2013-07-113-17/+17
|
* openssl plugin can replace random, hmac, and gcm pluginsAndreas Steffen2013-07-102-2/+2
|
* Added openssl-ikev2/net2net-pkcs12 scenarioAndreas Steffen2013-07-1013-0/+116
|
* Added ikev2/net2net-pkcs12 scenarioAndreas Steffen2013-07-1013-0/+116
|
* conntrack -F makes ikev2/nat-rw scenario to work alwaysAndreas Steffen2013-07-101-0/+1
|
* Added config-3.10Andreas Steffen2013-07-041-0/+1952
|
* Register packages under Debian 7.0 x86_64Andreas Steffen2013-07-044-35/+774
|
* Ping from dave before shutting down tcpdump in libipsec/rw-suite-b test case5.1.0dr1Tobias Brunner2013-07-011-1/+1
|
* Enable libipsec and charon-cmd in strongSwan recipeAndreas Steffen2013-07-011-0/+3
|
* Fixed libipsec/rw-suite-b scenarioAndreas Steffen2013-07-015-107/+1
|
* Added libipsec/rw-suite-b scenarioAndreas Steffen2013-07-0132-0/+2693
|
* Fixed index.txt for strongSwan EC CAAndreas Steffen2013-07-011-5/+5
|
* Added libipsec/net2net-cert scenarioAndreas Steffen2013-06-2911-0/+1512
|
* Add type=transport to tkm/host2host-* connectionsReto Buerki2013-06-292-0/+2
| | | | | Explicitly specify transport mode in connection configuration of the responding host (sun).
* 5.1.0 changes for test casesAndreas Steffen2013-06-29182-344/+5019
|
* dhcp: Use chunk_hash_static() to calculate ID-based MAC addressesTobias Brunner2013-06-282-4/+4
|
* implemented policy rules for OS IMVAndreas Steffen2013-06-211-0/+1892
|
* testing: Increase base image size so there is space for test results on winnetouTobias Brunner2013-06-111-1/+1
|
* testing: Ignore errors when searching for imcv log entries in daemon.logTobias Brunner2013-06-101-1/+1
|
* 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.
* Load any type (RSA/ECDSA) of public key via left|rightsigkeyTobias Brunner2013-05-079-13/+13
|
* left|rightrsasigkey accepts SSH keys but the key format has to be specified ↵Tobias Brunner2013-05-074-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 tkmTobias Brunner2013-05-071-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-rpcTobias Brunner2013-05-061-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.4Andreas Steffen2013-04-216-2/+268
|
* check for successful activation of FIPS modeAndreas Steffen2013-04-191-1/+4
|
* install FIPS-aware OpenSSL Debian packagesAndreas Steffen2013-04-191-18/+5
|
* Added openssl-ikev2/rw-cpa scenarioAndreas Steffen2013-04-1929-0/+472
|
* build openssl-fips in KVM root-imageAndreas Steffen2013-04-195-0/+49
|
* build soup plugin in KVM test environmentAndreas Steffen2013-04-152-1/+2
|
* disable reauth, tooAndreas Steffen2013-04-151-1/+2
|
* Added charon.initiator_only option which causes charon to ignore IKE ↵Andreas Steffen2013-04-1422-0/+264
| | | | initiation requests by peers
* fixed configure options5.0.3Andreas Steffen2013-04-041-0/+2
|
* cleaned up XML code in tnccs-11 pluginAndreas Steffen2013-04-045-12/+13
|
* fix start of wpa_supplicantAndreas Steffen2013-03-313-6/+21
|
* Use new strongSwan HA kernel patchset keeping iptables ABIMartin Willi2013-03-264-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 TESTDIRMartin Willi2013-03-265-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 busyMartin Willi2013-03-261-1/+1
|
* Recipes: Disable Anet unit testsReto Buerki2013-03-251-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 imageAndreas Steffen2013-03-221-1/+1
|