certbot/certbot-apache/certbot_apache/_internal
ohemorange b1a8e7175b Disable old SSL versions and ciphersuites to follow Mozilla recommendations in Apache (#7712)
Part of #7204.

Makes the smaller changes described at https://github.com/certbot/certbot/issues/7204#issuecomment-571838185 to disable many old ciphersuites and TLS versions < 1.2. Does not add checks for OpenSSL version or modify session tickets.

Since Apache uses TLS protocol blacklisting instead of whitelisting (as in NGINX), we additionally may not need to determine if the server supports TLS1.3 and turn it on or off based on Apache version.

* Update SSL versions and ciphersuites based on Mozilla intermediate recommendations for apache

* Update constants with hashes of new config files

* Update changelog
2020-01-24 13:37:42 -08:00
..
augeas_lens Make the contents of the apache plugin private (#7579) 2019-11-25 09:44:40 -08:00
__init__.py Make the contents of the apache plugin private (#7579) 2019-11-25 09:44:40 -08:00
apache_util.py Make the contents of the apache plugin private (#7579) 2019-11-25 09:44:40 -08:00
centos-options-ssl-apache.conf Disable old SSL versions and ciphersuites to follow Mozilla recommendations in Apache (#7712) 2020-01-24 13:37:42 -08:00
configurator.py Spelling and grammar fixes (#7695) 2020-01-17 18:55:51 +01:00
constants.py Disable old SSL versions and ciphersuites to follow Mozilla recommendations in Apache (#7712) 2020-01-24 13:37:42 -08:00
display_ops.py Reorganize imports (#7616) 2019-12-09 15:50:20 -05:00
entrypoint.py Reorganize imports (#7616) 2019-12-09 15:50:20 -05:00
http_01.py Lint certbot code on Python 3, and update Pylint to the latest version (#7551) 2019-12-10 14:12:50 -08:00
obj.py Reorganize imports (#7616) 2019-12-09 15:50:20 -05:00
options-ssl-apache.conf Disable old SSL versions and ciphersuites to follow Mozilla recommendations in Apache (#7712) 2020-01-24 13:37:42 -08:00
override_arch.py Reorganize imports (#7616) 2019-12-09 15:50:20 -05:00
override_centos.py Reorganize imports (#7616) 2019-12-09 15:50:20 -05:00
override_darwin.py Reorganize imports (#7616) 2019-12-09 15:50:20 -05:00
override_debian.py Lint certbot code on Python 3, and update Pylint to the latest version (#7551) 2019-12-10 14:12:50 -08:00
override_fedora.py Reorganize imports (#7616) 2019-12-09 15:50:20 -05:00
override_gentoo.py Reorganize imports (#7616) 2019-12-09 15:50:20 -05:00
override_suse.py Reorganize imports (#7616) 2019-12-09 15:50:20 -05:00
parser.py Spelling and grammar fixes (#7695) 2020-01-17 18:55:51 +01:00