aboutsummaryrefslogtreecommitdiffstats
path: root/tests/tls-protocols/openssl.cnf
Commit message (Collapse)AuthorAgeFiles
* Tests: TLS ciphers/protocols: Downgrade security level to 0.Guilhem Moulin2022-02-211
| | | | | | 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 Moulin2020-12-171
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.