docker-mailserver/target/scripts/helpers
Brennan Kinney 4dda5f8b1f
chore: Drop support for deprecated TLS versions (#2945)
* chore: Set `TLS_INTERMEDIATE_SUITE` to only use TLS 1.2 ciphersuites

Removes support of the following cipher suites that are only valid for TLS 1.0 + 1.1:

- `ECDHE-ECDSA-AES128-SHA`
- `ECDHE-RSA-AES128-SHA`
- `ECDHE-ECDSA-AES256-SHA`
- `ECDHE-RSA-AES256-SHA`
- `DHE-RSA-AES128-SHA`
- `DHE-RSA-AES256-SHA`

* chore: Update TLS version min and ignore settings

These are now the same as modern settings.

* fix: Remove min TLS support workaround

No longer required now that outdated TLS versions have been dropped.

* tests: Remove support for TLS 1.0 and 1.1 ciphersuites

* tests: Remove support for TLS 1.0 and 1.1 ciphersuites (Port 25)

The removed SHA1 cipher suites are still supported in TLS 1.2, thus they've been excluded for port 25 via the `SHA1` exclusion pattern in `main.cf`.
2022-12-24 02:30:43 +13:00
..
database Remove unusual space from shebang line (#2834) 2022-10-17 10:40:09 +02:00
accounts.sh Remove unusual space from shebang line (#2834) 2022-10-17 10:40:09 +02:00
aliases.sh Remove unusual space from shebang line (#2834) 2022-10-17 10:40:09 +02:00
change-detection.sh Remove unusual space from shebang line (#2834) 2022-10-17 10:40:09 +02:00
dns.sh Remove unusual space from shebang line (#2834) 2022-10-17 10:40:09 +02:00
error.sh Remove unusual space from shebang line (#2834) 2022-10-17 10:40:09 +02:00
index.sh Remove unusual space from shebang line (#2834) 2022-10-17 10:40:09 +02:00
lock.sh Remove unusual space from shebang line (#2834) 2022-10-17 10:40:09 +02:00
log.sh Remove unusual space from shebang line (#2834) 2022-10-17 10:40:09 +02:00
network.sh Remove unusual space from shebang line (#2834) 2022-10-17 10:40:09 +02:00
postfix.sh Remove unusual space from shebang line (#2834) 2022-10-17 10:40:09 +02:00
relay.sh chore: Remove legacy ENV SASL_PASSWD (#2946) 2022-12-23 15:30:40 +13:00
ssl.sh chore: Drop support for deprecated TLS versions (#2945) 2022-12-24 02:30:43 +13:00
utils.sh scripts: Improve error handling, when parameters are missing (#2854) 2022-10-29 11:04:35 +02:00
variables.sh Remove unusual space from shebang line (#2834) 2022-10-17 10:40:09 +02:00