Updated HTTP client cURL implementation.

Refactor rename cipher_list by ciphers_settings and description.
Updated ciphers_settings representation to STIRNG_8
Refactor rename set_cipher_list by set_ciphers.
This commit is contained in:
jvelilla
2017-09-14 11:58:43 -03:00
parent c2764e25ff
commit bb334aef80
2 changed files with 8 additions and 8 deletions

View File

@@ -373,7 +373,7 @@ feature -- Execution
end
--| Cipher List
if attached session.cipher_list as c_list then
if attached session.ciphers_settings as c_list then
curl_easy.setopt_string (curl_handle, {CURL_OPT_CONSTANTS}.curlopt_ssl_cipher_list, c_list )
end