mirror of
https://github.com/curl/curl.git
synced 2026-04-29 05:22:11 +03:00
mbedTLS: implement CURLOPT_SSL_CIPHER_LIST option
Use a lookup list to set the cipher suites, allowing the ciphers to be set by either openssl or IANA names. To keep the binary size of the lookup list down we compress each entry in the cipher list down to 2 + 6 bytes using the C preprocessor. Closes #13442
This commit is contained in:
parent
43299e93c0
commit
fba9afebba
11 changed files with 1485 additions and 16 deletions
1
.github/scripts/codespell-ignore.txt
vendored
1
.github/scripts/codespell-ignore.txt
vendored
|
|
@ -13,3 +13,4 @@ inout
|
|||
msdos
|
||||
ba
|
||||
fo
|
||||
ede
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue