Skip to content

Commit

Permalink
sectransp: allow cipher name to be specified
Browse files Browse the repository at this point in the history
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 curl#6464
  • Loading branch information
mkolechkin authored and bagder committed Apr 21, 2021
1 parent df44138 commit dd2bb48
Showing 1 changed file with 852 additions and 693 deletions.

0 comments on commit dd2bb48

Please sign in to comment.