Searched refs:allowed_ciphers (Results 1 – 1 of 1) sorted by relevance
1416 SSLCipherSuite *all_ciphers = NULL, *allowed_ciphers = NULL; local1837 allowed_ciphers = malloc(all_ciphers_count*sizeof(SSLCipherSuite));1838 if(!allowed_ciphers) {1847 Curl_safefree(allowed_ciphers);1926 allowed_ciphers[allowed_ciphers_count++] = all_ciphers[i];1930 err = SSLSetEnabledCiphers(backend->ssl_ctx, allowed_ciphers,1933 Curl_safefree(allowed_ciphers);