diff options
author | Juan J. Martinez <jjm@usebox.net> | 2021-03-02 12:14:31 +0000 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2021-07-22 19:49:52 +0100 |
commit | 88374f5eb3bc2e0aa71e84ab1fc936baa8140f08 (patch) | |
tree | 9e7d0bf1c63f599ee15e3492ccccc40723603dae | |
parent | 88358cf03107b2b9661d9718792b1fc06b42c38d (diff) | |
download | spacebeans-88374f5eb3bc2e0aa71e84ab1fc936baa8140f08.tar.gz spacebeans-88374f5eb3bc2e0aa71e84ab1fc936baa8140f08.zip |
Ready for release 1.1.1v1.1.1
-rw-r--r-- | CHANGES.md | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -1,6 +1,25 @@ # What's new? +## Release 1.1.1 - 2021-03-02 + + - Fix: reviewed example configuration file to include TLS 1.3 ciphers + + This was preventing TLS 1.3 from being negotiated. + + If you have deployed SpaceBeans already, add these too entries + to your cipher list: +``` + "TLS_AES_128_GCM_SHA256", + "TLS_AES_256_GCM_SHA384" +``` + + Remember to restart your service. + + See: https://wiki.mozilla.org/Security/Server_Side_TLS + + - Fix: avoid reverse lookups when logging + ## Release 1.1.0 - 2021-02-28 - User directories support: |