aboutsummaryrefslogtreecommitdiffstats
path: root/testing
Commit message (Collapse)AuthorAgeFilesLines
* testing: Fix URL for kernel sourcesTobias Brunner2017-03-201-1/+1
|
* Version bump to 5.5.2dr75.5.2dr7Andreas Steffen2017-03-061-1/+1
|
* Version bump to 5.5.2dr65.5.2dr6Andreas Steffen2017-03-031-1/+1
|
* testing: load-testconfig script loads config from source dirTobias Brunner2017-03-022-67/+109
| | | | | | It now does replace the IPs too. This way it's easier to play around with a config (otherwise a do-tests run was required to build the config files in the build dir).
* Version bump to 5.5.2dr55.5.2dr5Andreas Steffen2017-02-232-3/+2527
|
* testing: Fix ALLOWED_HOSTS in strongTNC settings.iniTobias Brunner2017-02-162-2/+2
|
* testing: Fix swanctl/ocsp-disabled scenario after changing the log messagesTobias Brunner2017-02-161-2/+2
|
* Version bump to 5.5.2dr45.5.2dr4Andreas Steffen2017-01-021-2/+2
|
* testing: Added swanctl/ocsp-disabled scenarioAndreas Steffen2017-01-0211-0/+264
|
* testing: Added swanctl/ocsp-signer-cert scenarioAndreas Steffen2017-01-0211-0/+257
|
* testing: Convert swanctl scenarios to curve-25519Andreas Steffen2016-12-3055-101/+101
|
* Version bump to 5.5.2dr3 and Linux kernel 4.95.5.2dr3Andreas Steffen2016-12-172-2/+2504
|
* testing: strongTNC does not come with django.db any moreAndreas Steffen2016-12-174-3/+18
|
* testing: Added ikev2/net2net-ed25519 scenarioAndreas Steffen2016-12-1717-0/+173
|
* Added swanctl/net2net-ed2559 scenario and needed Ed25519 certificatesAndreas Steffen2016-12-1428-1/+300
|
* Version bump to 5.5.2dr25.5.2dr2Andreas Steffen2016-11-141-2/+2
|
* testing: make curve25519 the default DH groupAndreas Steffen2016-11-14819-1071/+1049
|
* Version bump to 5.5.2dr15.5.2dr1Andreas Steffen2016-10-301-2/+2
|
* Version bump to 5.5.15.5.1Andreas Steffen2016-10-202-2/+3
|
* Version bump to 5.5.1rc25.5.1rc2Andreas Steffen2016-10-181-2/+2
|
* testing: Renewed expired certificatesAndreas Steffen2016-10-1813-140/+221
|
* testing: enable MACsec in guest kernelAndreas Steffen2016-10-181-1/+1
|
* Version bump to 5.5.1rc15.5.1rc1Andreas Steffen2016-10-112-3/+2487
|
* Save both base and delta CRLs to diskAndreas Steffen2016-10-116-9/+64
|
* vici: strongswan.conf cache_crls = yes saves fetched CRLs to diskAndreas Steffen2016-10-1113-2/+124
|
* testing: Remove ikev2/default-keys scenarioTobias Brunner2016-10-0510-156/+0
| | | | No default keys are generated anymore.
* testing: Enable outbound FWD policies in swanctl/manual-prio scenarioTobias Brunner2016-09-281-5/+6
|
* testing: Added swanctl/net2net-multicast scenarioAndreas Steffen2016-09-279-0/+166
|
* testing: Added ikev2/net2net-multicast scenarioAndreas Steffen2016-09-279-0/+125
|
* Version bump to 5.5.1dr55.5.1dr5Andreas Steffen2016-09-221-1/+1
|
* testing: Added swanctl/net2net-sha3-rsa-cert and swanctl/rw-eap-tls-sha3-rsa ↵Andreas Steffen2016-09-2246-0/+1139
| | | | scenarios
* gmp: Support of SHA-3 RSA signaturesAndreas Steffen2016-09-223-4/+9
|
* Version bump to 5.5.1dr45.5.1dr4Andreas Steffen2016-09-211-2/+2
|
* mgf1: Refactored MGF1 as an XOFAndreas Steffen2016-09-2129-29/+30
|
* testing: Use curl instead of soup plugin in libipsec/rw-suite-b scenarioTobias Brunner2016-09-203-3/+3
| | | | | The soup plugin is already used in the openssl-ikev2/rw-suite-b* scenarios.
* testing: Fix totals if post test checks failTobias Brunner2016-09-201-12/+12
|
* testing: Log leaks and fail tests if any are detectedTobias Brunner2016-09-203-1/+32
|
* testing: Add output of iptables-saveTobias Brunner2016-09-121-1/+11
| | | | | | | | | This might be helpful to get the complete picture of the installed rules. `-c` is currently not used as the counters that are added in front of every rule make the output quite hard to read and the counters are already provided in the accompanying `iptables -v -L` output. Fixes #2111.
* testing: List `nat` and `mangle` tables in addition to the `filter` tableTobias Brunner2016-09-121-3/+6
| | | | | | This is useful in scenarios that e.g. use NAT and/or marks. References #2111.
* testing: Ignore comments (lines starting with #) in pre-/eval-/posttest.datTobias Brunner2016-09-091-3/+3
|
* testing: Try to properly abort a test run after CTRL-CTobias Brunner2016-08-301-0/+15
| | | | | | | | | The run is aborted after the current scenario. Depending on which command was interrupted it might be necessary to press CTRL-C multiple times (e.g. if a later command depends on the interrupted one). This should fix HTML files and get us some proper console output after the run.
* testing: Report number of tests per subdirectory in main indexTobias Brunner2016-08-301-7/+22
|
* testing: Mount and serve testresults from the hostTobias Brunner2016-08-293-10/+8
| | | | | | | | This avoids having to copy testresults, makes results of cancelled runs browsable (runs may actually be followed live) and preserves old results when rebuilding guest images (e.g. when using the build-strongswan script). The number of consecutive test runs without any intermittent rebuild of the guest images is also not limited by the image size anymore.
* testing: Create a symlink to the testresults under a known path when ↵Tobias Brunner2016-08-292-0/+8
| | | | starting the environment
* testing: Serve images in testresults via mod_rewrite and not a symlinkTobias Brunner2016-08-293-1/+4
|
* Version bump to 5.5.1dr25.5.1dr2Andreas Steffen2016-08-261-2/+2
|
* testing: Virtual IPs went missingAndreas Steffen2016-08-165-15/+17
|
* Version bump to 5.5.1dr15.5.1dr1Andreas Steffen2016-08-102-3/+2463
|
* testing: Added swanctl/rw-newhope-bliss scenarioAndreas Steffen2016-08-1020-0/+212
|
* testing: Add chapoly, ntru and newhope plugins to crypto and integrity testsAndreas Steffen2016-08-103-3/+3
|