mirror of
https://github.com/curl/curl.git
synced 2025-01-24 14:15:18 +08:00
fba9afebba
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
23 lines
215 B
Plaintext
23 lines
215 B
Plaintext
<testcase>
|
|
<info>
|
|
<keywords>
|
|
unittest
|
|
cipher_suite
|
|
</keywords>
|
|
</info>
|
|
|
|
#
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
none
|
|
</server>
|
|
<features>
|
|
unittest
|
|
</features>
|
|
<name>
|
|
cipher suite name lookup
|
|
</name>
|
|
</client>
|
|
</testcase>
|