Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | testing: Remove nearly all sleep calls from pretest and posttest scripts | Tobias Brunner | 2015-11-09 | 1 | -1/+1 |
| | | | | | By consistently using the `expect-connection` helper we can avoid pretty much all previously needed calls to sleep. | ||||
* | testing: Update PKCS#12 containers | Tobias Brunner | 2014-10-03 | 2 | -0/+0 |
| | |||||
* | configure: Load fetcher plugins after crypto base plugins | Martin Willi | 2014-09-24 | 2 | -2/+2 |
| | | | | | | | | | | 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: Don't load certificates explicitly and delete CA certificates in ↵ | Tobias Brunner | 2013-07-15 | 3 | -2/+3 |
| | | | | | | PKCS#12 scenarios Certificates are now properly extracted from PKCS#12 files. | ||||
* | Added openssl-ikev2/net2net-pkcs12 scenario | Andreas Steffen | 2013-07-10 | 13 | -0/+116 |