History log of /curl/.github/scripts/codespell-ignore.txt (Results 1 – 2 of 2)
Revision Date Author Comments
# fba9afeb 23-Apr-2024 Jan Venekamp <1422460+jan2000@users.noreply.github.com>

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

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

show more ...


# 48175595 23-Nov-2023 Daniel Stenberg

CI: codespell

The list of words to ignore is in the file
.github/scripts/codespell-ignore.txt

Closes #12390