uclient-fetch: support specifying advertised TLS ciphers
authorJo-Philipp Wich <jo@mein.io>
Sat, 15 Feb 2020 21:39:30 +0000 (22:39 +0100)
committerJo-Philipp Wich <jo@mein.io>
Sat, 15 Feb 2020 22:51:01 +0000 (23:51 +0100)
commitaf585dbd1d444faafa370a73c1db43aece731f85
tree9e0c64b9e0ff2ead8eaff1a040b8a18c4ccb3639
parentfef6d3d311ac45c662c01e0ebd9cb0f6c8d7145c
uclient-fetch: support specifying advertised TLS ciphers

Introduce a new `--ciphers` option which allows specifying a colon separated
list of usable TLS ciphers.

Depending on the underlying ustream-ssl provider, the list either follows
OpenSSL's cipher string format or, in case of mbedTLS, is a simple colon
separated cipher whitelist.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
uclient-fetch.c