rclone/lib/http
Robert Newson d2fef05fe4
httplib: Add --xxx-min-tls-version option to select minimum tls values for HTTP servers
This allows administrators to disable TLS 1.0 and 1.1, for example.

Example:

rclone rcd --rc-min-tls-version=tls1.2 --rc-cert <cert> --rc-key <key>
2022-10-19 17:13:12 +01:00
..
auth build: add package comments to silence revive linter 2022-08-28 13:43:51 +02:00
serve lib/http: Move HTTP object serialization logic to lib/http 2021-04-28 22:54:15 +01:00
http.go httplib: Add --xxx-min-tls-version option to select minimum tls values for HTTP servers 2022-10-19 17:13:12 +01:00
http_test.go httplib: Add --xxx-min-tls-version option to select minimum tls values for HTTP servers 2022-10-19 17:13:12 +01:00