]> git.ipfire.org Git - thirdparty/curl.git/commit
rustls: add support for setting TLS version and ciphers
authorJan Venekamp <1422460+jan2000@users.noreply.github.com>
Tue, 13 Aug 2024 20:01:07 +0000 (22:01 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 16 Aug 2024 07:55:02 +0000 (09:55 +0200)
commit1e03d4bc0b1d02bcb117863d389dfff3acbe6520
tree28fd769b2bf4b9b380a2462bba6c29b738e32d20
parent0d8fdd1c74219a732d2257f9230b0109c4f7977a
rustls: add support for setting TLS version and ciphers

Add support for CURLOPT_SSLVERSION, CURLOPT_TLS13_CIPHERS and
CURLOPT_SSL_CIPHER_LIST.

Closes #14535
docs/libcurl/opts/CURLOPT_SSLVERSION.md
lib/vtls/cipher_suite.c
lib/vtls/cipher_suite.h
lib/vtls/rustls.c
tests/http/test_17_ssl_use.py
tests/unit/unit3205.c