Lines Matching full:ciphers
708 /* Init the global ciphers and digests */
737 /* Free ciphers and digests lists */
1673 char *ciphers;
1932 ciphers = data->set.str[STRING_SSL_CIPHER_LIST];
1933 if(!ciphers)
1934 ciphers = (char *)DEFAULT_CIPHER_SELECTION;
1935 if(!SSL_CTX_set_cipher_list(connssl->ctx, ciphers)) {
1936 failf(data, "failed setting cipher list: %s", ciphers);
1939 infof(data, "Cipher selection: %s\n", ciphers);