polish changelogs

This commit is contained in:
Michael Eischer
2025-04-14 21:30:39 +02:00
parent eee73d3bc1
commit 4c368ae1fb
4 changed files with 13 additions and 10 deletions

View File

@@ -1,6 +1,7 @@
Enhancement: Hardened tls settings
rest-server now uses a secure tls cipher suit set and the minimal TLS version
can be set with the option `--tls-min-ver`
Rest-server now uses a secure TLS cipher suite set by default. The minimum TLS
version is now TLS 1.2 and can be further increased using the new `--tls-min-ver`
option, allowing users to enforce stricter security requirements.
https://github.com/restic/rest-server/pull/315