Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | testing: Configure logging via syslog in strongswan.conf | Tobias Brunner | 2017-11-15 | 2 | -4/+6 |
| | | | | | Globally configure logging in strongswan.conf.testing and replace all charondebug statements with strongswan.conf settings. | ||||
* | testing: make curve25519 the default DH group | Andreas Steffen | 2016-11-14 | 3 | -3/+3 |
| | |||||
* | testing: Update test scenarios for Debian jessie | Tobias Brunner | 2016-06-16 | 1 | -2/+2 |
| | | | | | | | The main difference is that ping now reports icmp_seq instead of icmp_req, so we match for icmp_.eq, which works with both releases. tcpdump now also reports port 4500 as ipsec-nat-t. | ||||
* | testing: wait until connections are loaded | Andreas Steffen | 2016-05-15 | 1 | -1/+2 |
| | |||||
* | testing: Remove nearly all sleep calls from pretest and posttest scripts | Tobias Brunner | 2015-11-09 | 1 | -6/+5 |
| | | | | | By consistently using the `expect-connection` helper we can avoid pretty much all previously needed calls to sleep. | ||||
* | 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 | -215/+81 |
| | | | | | 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 | 3 | -3/+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. | ||||
* | testing: Run 'conntrack -F' before all test scenarios | Tobias Brunner | 2014-04-02 | 1 | -2/+0 |
| | | | | This prevents failures due to remaining conntrack entries. | ||||
* | Updated comments in test.conf of all tests | Tobias Brunner | 2013-01-17 | 1 | -3/+3 |
| | |||||
* | Renamed $UMLHOSTS to $VIRTHOSTS | Tobias Brunner | 2013-01-17 | 1 | -2/+2 |
| | |||||
* | No need to enable ip_forward in pretest files | Reto Buerki | 2013-01-17 | 1 | -1/+0 |
| | | | | It is enabled by default now. | ||||
* | Updated mark_update script in several IKEv2 scenarios | Andreas Steffen | 2013-01-17 | 1 | -3/+13 |
| | |||||
* | activated iptables in some ikev2 scenarios | Andreas Steffen | 2013-01-17 | 4 | -160/+6 |
| | |||||
* | Adapt test configurations | Reto Buerki | 2013-01-17 | 3 | -9/+9 |
| | | | | Adapt test configurations to the new Debian-based system. | ||||
* | removed plutostart parameter | Andreas Steffen | 2012-06-13 | 3 | -3/+0 |
| | |||||
* | load nonce plugin | Andreas Steffen | 2012-05-23 | 3 | -3/+3 |
| | |||||
* | upgraded ikev2 scenarios to 5.0.0 | Andreas Steffen | 2012-05-11 | 4 | -12/+6 |
| | |||||
* | pluto: Added PLUTO_UDP_ENC argument to updown script. | Tobias Brunner | 2010-09-02 | 1 | -1/+1 |
| | | | | This contains the remote UDP port in case of UDP encapsulated ESP. | ||||
* | remove the private updown scripts after use | Andreas Steffen | 2010-07-17 | 1 | -0/+1 |
| | |||||
* | minor fixes in the ikev2/rw-mark-in-out scenarios | Andreas Steffen | 2010-07-17 | 2 | -2/+2 |
| | |||||
* | some reformulations | Andreas Steffen | 2010-07-17 | 1 | -2/+2 |
| | |||||
* | the ikev2/nat-two-rw-mark and ikev2/rw-mark-in-out scenarios use the ↵ | Andreas Steffen | 2010-07-17 | 14 | -0/+865 |
PLUTO_MARK_IN and PLUTO_ESP_ENC variables in the mark_update script |