0d74b74bfc
TLS v1.3 uses different (incompatible) cipher suite names, so a new variable is added to set these in roles which require them. TLS v1.2 and below is still required, but the variable name is changed to avoid confusion, whilst using the old name as a default if set by a user deployment. Change-Id: I9312daa7ca75e484f8aa3857fe43565c89e3f09a
11 lines
320 B
YAML
11 lines
320 B
YAML
---
|
|
features:
|
|
- |
|
|
A new 'ssl_cipher_suite_tls13' variable is added for global control of
|
|
TLS v1.3 cipher suites.
|
|
deprecations:
|
|
- |
|
|
The variable 'ssl_cipher_suite' is deprecated in favour of
|
|
'ssl_cipher_suite_tls12' which will continue to manage configuration of
|
|
ciphers for TLS v1.2 and earlier.
|