You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #4725, @evilaliv3 correctly pointed out that we should add support for TLSv1.3 and that we need to manually add the ciphersuites since we explicitly list them in securedrop_app_https_ssl_ciphers (role-level variable in the app Ansible role).
The version of openssl included in Ubuntu Xenial does not yet support TLSv1.3 (it's 1.0.2) and version 1.1.1 or later is required for TLSv1.3. However, Bionic does provide 1.1.1, so if we support Bionic (cc #4768) we'll be able to conditionally add TLSv1.3 support.
The text was updated successfully, but these errors were encountered:
@eloquence@zenmonkeykstop: I consider that now that securedrop is based on Focal and hosts specific different configurations for Focal and Bionic we could easily add this support without impacting the Bionic release.
I'm going to prepare a pull request based on the latest codebase
Description
In #4725, @evilaliv3 correctly pointed out that we should add support for TLSv1.3 and that we need to manually add the ciphersuites since we explicitly list them in
securedrop_app_https_ssl_ciphers
(role-level variable in theapp
Ansible role).The version of openssl included in Ubuntu Xenial does not yet support TLSv1.3 (it's 1.0.2) and version 1.1.1 or later is required for TLSv1.3. However, Bionic does provide 1.1.1, so if we support Bionic (cc #4768) we'll be able to conditionally add TLSv1.3 support.
The text was updated successfully, but these errors were encountered: