diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2018-11-28 19:45:24 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-11-28 21:41:01 +0000 |
commit | 6aac3239b4ce9638c2c5647684dc4ff2a6afbb42 (patch) | |
tree | 26bd52d2d9ed2a04d5d50eabb6a39202c4460fb8 /doc | |
parent | f94aac30115bc94f2a1c8e3536ad7d40e7e4f302 (diff) |
TLS: Increase RSA keysize of autogen selfsign cert
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index f575a10e1..1bf611011 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -155,6 +155,11 @@ JH/33 Bug 2338: Fix the cyrus-sasl authenticator to fill in the $authenticated_fail_id variable on authentication failure. Previously it was unset. +JH/34 Increase RSA keysize of autogen selfsign cert from 1024 to 2048. RHEL 8.0 + OpenSSL didn't want to use such a weak key. Do for GnuTLS also, and for + more-modern GnuTLS move from GNUTLS_SEC_PARAM_LOW to + GNUTLS_SEC_PARAM_MEDIUM. + Exim version 4.91 ----------------- |