Home | History | Annotate | Download | only in vtls

Lines Matching defs:ciphers

715   /* Init the global ciphers and digests */
733 /* Free ciphers and digests lists */
1699 char *ciphers;
2013 ciphers = SSL_CONN_CONFIG(cipher_list);
2014 if(!ciphers)
2015 ciphers = (char *)DEFAULT_CIPHER_SELECTION;
2016 if(!SSL_CTX_set_cipher_list(connssl->ctx, ciphers)) {
2017 failf(data, "failed setting cipher list: %s", ciphers);
2020 infof(data, "Cipher selection: %s\n", ciphers);