Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorohemorange <ebportnoy@gmail.com>2019-09-05 23:51:56 +0300
committersydneyli <sydney@eff.org>2019-09-05 23:51:56 +0300
commite4af1f331979a178b0579bbb21cc24f063e2ab18 (patch)
treec381b9d25046f48bc201c6ee4cd2d5284dba1b5e /CHANGELOG.md
parentab0e3828296ebc4019962c72cca942ee8ecdfa20 (diff)
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
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0aff9670a..ce527dbc3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -22,7 +22,7 @@ More details about these changes can be found on our GitHub repo.
### Added
-*
+* Disable session tickets for Nginx users when appropriate.
### Changed