Mercurial > p > roundup > code
diff CHANGES.txt @ 6420:5d6b6e948e17
Upgrade SSL params for roundup-server
Params were still using md5, a key size of 768 and allowed SSL 2 and 3.
Now using sha512, key size of 2048 and TLS 1.1 or newer.
This still doesn't fix the use of SSL in roundup-server. It has
problems under both 2.7 and 3.x. Tickets in tracker opened for both,
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 23 May 2021 17:41:23 -0400 |
| parents | 559b3d8e03d7 |
| children | 9c57f2814597 |
line wrap: on
line diff
--- a/CHANGES.txt Sun May 23 13:52:09 2021 -0400 +++ b/CHANGES.txt Sun May 23 17:41:23 2021 -0400 @@ -110,6 +110,12 @@ is used in some template to provide a select box of timezones. It uses cgi.escape that is depricated and removed from 3.8 and newer. Use html.escape with fallback to cgi.escape. (Cedric Krier) +- roundup-server can act as an SSL server. Usually SSL is provided by + a front-end server like nginx, hiawtha, apache. The SSL parameters + have been upgraded to TLS 1.1. Cert is RSA 2048 bytes with SHA512 + signature. Without these upgrades, ssl mode won't start. Note this + exposes other issue with roundup-server operating as an SSL + endpoint. See issue2551138 and issue2551137. Features: - issue2550522 - Add 'filter' command to command-line
