certbot/certbot-nginx/certbot_nginx
ohemorange e4af1f3319 Disable TLS session tickets in Nginx (#7355)
* Find OpenSSL version

* Create and update various config files

* Update logic to use new version constraints

* SSL_OPTIONS_HASHES_NEW and SSL_OPTIONS_HASHES_MEDIUM were just being used for testing, and maintaining them is becoming untenable, so remove them.

* if we don't know the openssl version, we can't turn off session tickets

* add unit test for _get_openssl_version

* add unit tests

* placate lint

* Fix docs and tests and clean up code

* use python correctly

* update changelog

* Lint

* make comment a comment
2019-09-05 13:51:56 -07:00
..
tests Disable TLS session tickets in Nginx (#7355) 2019-09-05 13:51:56 -07:00
tls_configs Disable TLS session tickets in Nginx (#7355) 2019-09-05 13:51:56 -07:00
__init__.py s/Let's Encrypt/Certbot certbot-nginx 2016-04-13 16:49:30 -07:00
configurator.py Disable TLS session tickets in Nginx (#7355) 2019-09-05 13:51:56 -07:00
constants.py Disable TLS session tickets in Nginx (#7355) 2019-09-05 13:51:56 -07:00
display_ops.py Fix Pylint upgrade issues 2018-05-16 20:37:39 +00:00
http_01.py [Windows] Security model for files permissions - STEP 2 (#6895) 2019-04-12 13:32:51 -07:00
nginxparser.py Update parser to match new Nginx functionality (#6381) 2018-09-18 12:52:11 -07:00
obj.py Fix Pylint upgrade issues 2018-05-16 20:37:39 +00:00
parser.py [Windows] Security model for files permissions - STEP 2 (#6895) 2019-04-12 13:32:51 -07:00
parser_obj.py Update to Pylint 1.9.4 and corrections 2019-04-09 09:22:19 +02:00