Commit message (Collapse) | Author | Age | Files | |
---|---|---|---|---|
* | Tests: TLS ciphers/protocols: Downgrade security level to 0. | Guilhem Moulin | 2022-02-21 | 1 |
| | | | | | | This is required to test TLS version <1.2 on systems with higher security levels, see SSL_CTX_set_security_level(3ssl). Addapted from a patch from <xnox> for Unbuntu. | |||
* | test suite: use stock OpenSSL config except for tests/tls-protocols. | Guilhem Moulin | 2020-12-17 | 1 |
It's best to use a stock (clean) environment when possible. We only need to test TLS protocol version <1.2 for tests/tls-protocols. |