mirror of
https://github.com/curl/curl.git
synced 2025-03-01 15:15:34 +08:00
sectransp: allow cipher name to be specified
Add parser for CURLOPT_SSL_CIPHER_LIST option for Secure Transport (ST) back-end. Similar to NSS and GSKit back-ends, new code parses string value and configures ST library to use those ciphers for communication. Create cipher spec data structure and initialize the array of specs with cipher number, name, alias, and 'weak' flag. Mark triple-DES ciphers as 'weak', and exclude them from the default ciphers list. Closes #6464
This commit is contained in:
parent
df44138b1f
commit
dd2bb48552
1549
lib/vtls/sectransp.c
1549
lib/vtls/sectransp.c
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user