Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | testing: make curve25519 the default DH group | Andreas Steffen | 2016-11-14 | 2 | -6/+2 |
| | |||||
* | configure: Load fetcher plugins after crypto base plugins | Martin Willi | 2014-09-24 | 2 | -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. | ||||
* | Merged libstrongswan options into charon section | Andreas Steffen | 2014-03-15 | 2 | -7/+4 |
| | |||||
* | do not enable integrity and crypto tests in ikev1/rw-cert-unity scenario | Andreas Steffen | 2012-09-21 | 2 | -8/+0 |
| | |||||
* | Add a simple test case for the unity plugin, featuring both includes and ↵ | Martin Willi | 2012-09-18 | 4 | -0/+72 |
excludes |