summaryrefslogtreecommitdiff
path: root/test/ssl-tests/11-dtls_resumption.cnf
Commit message (Collapse)AuthorAgeFilesLines
* Reduce the security bits for MD5 and SHA1 based signatures in TLSKurt Roeckx2020-06-271-48/+48
| | | | | | | | | | This has as effect that SHA1 and MD5+SHA1 are no longer supported at security level 1, and that TLS < 1.2 is no longer supported at the default security level of 1, and that you need to set the security level to 0 to use TLS < 1.2. Reviewed-by: Tim Hudson <tjh@openssl.org> GH: #10787
* Use .cnf for config files, not .confRich Salz2020-03-061-0/+620
The default is openssl.cnf The project seems to prefer xxx.conf these days, but we should use the default convention. Rename all foo.conf (except for Configurations) to foo.cnf Fixes #11174 Reviewed-by: Paul Yang <kaishen.yy@antfin.com> Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/11176)