Add a cipher-list directive to specify the ciphers used
authorFabian Keil <fk@fabiankeil.de>
Tue, 6 Oct 2020 11:28:14 +0000 (13:28 +0200)
committerFabian Keil <fk@fabiankeil.de>
Fri, 9 Oct 2020 07:40:39 +0000 (09:40 +0200)
commit0fc07e07a74872fb3347dc762372ba7c843d5a52
tree812b9b808907eb1ce1f61e9c14dbf07c9fb0f74d
parentf8d719dff91a62a5a56b4694e50baf9699f699c6
Add a cipher-list directive to specify the ciphers used

... in the TLS handshake.

The get_ciphersuites_from_string() function in the
MbedTLS code is based on code contributed by Václav Švec.
loadcfg.c
openssl.c
project.h
ssl.c