mirror of
https://github.com/restic/rest-server.git
synced 2025-10-19 07:33:21 +00:00

* handlers.go: Added parameter for TLS min version rest-server/main.go: Added parameter handling for TLS min version rest-server/main.go: Added crypto.tls, implemented and configured tlsConfig object * tls min version parameter documentation * Added changelog documentation * README.md: Fixed typo main.go: Added error for unknown TLS min versions main.go: Changed CurvePreferences in TLS config to Go default main.go: Removed handling for TLS min versions 1.0 and 1.1 Signed-off-by: darkspir <forgejo.darkspir@teemitmil.ch> * main.go: Improved TLSMinVer parameter documentation * README.md: Improved --tls-min-ver parameter documentation * main.go: Changed --tls-min-ver parameter documentation again * main.go: Added allowed versions in Error Unsupported TLS min version * update rest-server help output in readme --------- Signed-off-by: darkspir <forgejo.darkspir@teemitmil.ch> Co-authored-by: Michael Eischer <michael.eischer@fau.de>
6 lines
205 B
Text
6 lines
205 B
Text
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`
|
|
|
|
https://github.com/restic/rest-server/pull/315
|