aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/tnc/tnccs-20-os-pts/hosts
Commit message (Collapse)AuthorAgeFilesLines
* testing: Configure logging via syslog in strongswan.confTobias Brunner2017-11-151-1/+1
| | | | | Globally configure logging in strongswan.conf.testing and replace all charondebug statements with strongswan.conf settings.
* testing: Globally define logging via syslog for charon-systemdTobias Brunner2017-11-153-9/+0
| | | | | | | We could make the same change for charon (actually setting it for charon in strongswan.conf.testing would work for charon-systemd too), however, there are dozens of test cases that currently set charondebug in ipsec.conf.
* testing: Converterd tnc to systemdAndreas Steffen2017-11-113-20/+8
|
* imv-attestation: Fixed file hash measurementsAndreas Steffen2017-09-013-4/+4
| | | | | | The introduction of file versions broke file hash measurements. This has been fixed by using a generic product versions having an empty package name.
* testing: Use absolute path of imv_policy_managerAndreas Steffen2016-04-261-1/+1
|
* testing: Converted tnc scenarios to swanctlAndreas Steffen2015-12-1112-96/+192
|
* testing: Reduce runtime of all tests that use SQLite databases by storing ↵Tobias Brunner2015-11-091-2/+2
| | | | them in ramfs
* testing: Adapt tests to retransmission settings and reduce DPD delay/timeoutTobias Brunner2015-11-091-0/+2
|
* testing: Make TNC scenarios agnostic to the actual Debian versionTobias Brunner2014-10-071-4/+4
| | | | | The scenarios will work with new or old base images as long as the version in use is included as product in the master data (src/libimcv/imv/data.sql).
* configure: Load fetcher plugins after crypto base pluginsMartin Willi2014-09-243-4/+3
| | | | | | | | | | Some fetcher plugins (such as curl) might build upon OpenSSL to implement HTTPS fetching. As we set (and can't unset) threading callbacks in our openssl plugin, we must ensure that OpenSSL functions don't get called after openssl plugin unloading. We achieve that by loading curl and all other fetcher plugins after the base crypto plugins, including openssl.
* Migration from Debian 7.4 to 7.5Andreas Steffen2014-05-311-1/+1
|
* Implemented PT-EAP protocol (RFC 7171)Andreas Steffen2014-05-123-14/+8
|
* Use python-based swidGenerator to generated SWID tagsAndreas Steffen2014-04-151-1/+1
|
* Make Attestation IMV independent of OS IMVAndreas Steffen2014-04-1513-0/+206