Home | History | Annotate | Download | only in vtls

Lines Matching refs:ciphers

717   /* Init the global ciphers and digests */
729 /* Free ciphers and digests lists */
1679 char *ciphers;
1937 ciphers = data->set.str[STRING_SSL_CIPHER_LIST];
1938 if(!ciphers)
1939 ciphers = (char *)DEFAULT_CIPHER_SELECTION;
1940 if(!SSL_CTX_set_cipher_list(connssl->ctx, ciphers)) {
1941 failf(data, "failed setting cipher list: %s", ciphers);
1944 infof(data, "Cipher selection: %s\n", ciphers);