Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | testing: Globally define logging via syslog for charon-systemd | Tobias Brunner | 2017-11-15 | 1 | -10/+1 |
| | | | | | | | 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: Converted libipsec/net2net-cert to swanctl | Andreas Steffen | 2017-11-10 | 3 | -24/+44 |
| | |||||
* | testing: make curve25519 the default DH group | Andreas Steffen | 2016-11-14 | 1 | -1/+1 |
| | |||||
* | testing: Updated updown scripts in libipsec scenarios to latest version | Tobias Brunner | 2016-03-23 | 1 | -0/+31 |
| | |||||
* | testing: Updated environment variable documentation in updown scripts | Tobias Brunner | 2015-08-31 | 1 | -1/+9 |
| | |||||
* | testing: Update modified updown scripts to the latest template | Tobias Brunner | 2015-03-06 | 1 | -225/+78 |
| | | | | | This avoids confusion and makes identifying the changes needed for each scenario easier. | ||||
* | configure: Load fetcher plugins after crypto base plugins | Martin Willi | 2014-09-24 | 1 | -1/+1 |
| | | | | | | | | | | 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. | ||||
* | Added libipsec/net2net-cert scenario | Andreas Steffen | 2013-06-29 | 3 | -0/+733 |