aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/ikev2/rw-eap-sim-rsa/hosts/moon
Commit message (Collapse)AuthorAgeFilesLines
* testing: make curve25519 the default DH groupAndreas Steffen2016-11-141-1/+1
|
* configure: Load fetcher plugins after crypto base pluginsMartin Willi2014-09-241-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.
* Merged libstrongswan options into charon sectionAndreas Steffen2014-03-151-2/+0
|
* removed plutostart parameterAndreas Steffen2012-06-131-1/+0
|
* load nonce pluginAndreas Steffen2012-05-231-1/+1
|
* upgraded ikev2 scenarios to 5.0.0Andreas Steffen2012-05-111-1/+0
|
* added integrity test to rw-eap-sim-rsa and rw-eap-aka-rsa scenariosAndreas Steffen2011-11-041-1/+6
|
* all x509 based ikev2 scenarios require the revocation pluginAndreas Steffen2010-07-151-1/+1
|
* Adding socket-default to the plugin list in all test cases.Tobias Brunner2010-03-091-1/+1
|
* Streamlined EAP plugins to use a dash between eap-method, as used in all ↵Martin Willi2009-10-152-2/+2
| | | | other places
* fixed inconsistent triplets.dat filesAndreas Steffen2009-10-141-3/+3
|
* tests load pem/pkcs1 plugins, pubkey plugin not needed anymoreMartin Willi2009-08-261-1/+1
|
* test-vector support in rw-cert scenariosAndreas Steffen2009-06-161-2/+2
|
* loading updown plugin if requiredMartin Willi2008-10-161-1/+1
|
* add support of --enable-eap-sim-file and --enable-kernel-pfkey configuration ↵Andreas Steffen2008-10-131-1/+1
| | | | options
* explicitly load kernel-netlink plugin in UML scenariosAndreas Steffen2008-10-071-1/+1
|
* define plugins to be loaded in strongswan.confAndreas Steffen2008-05-281-0/+5
|
* fixed suppression of cert requests in eap-sim and eap-aka scenariosAndreas Steffen2008-04-141-0/+1
|
* implemented IKEV2 EAP-SIM server and client test module that use triplets ↵Andreas Steffen2008-02-042-0/+27
stored in a file. For details see the scenario 'ikev2/rw-eap-sim-rsa'