mirror of
https://github.com/curl/curl.git
synced 2026-04-14 18:11:40 +03:00
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
22 lines
215 B
Text
22 lines
215 B
Text
<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>
|