Home | History | Annotate | Download | only in socket

Lines Matching refs:SSL_set_cipher_list

491   // textual name with SSL_set_cipher_list because there is no public API to
521 int rv = SSL_set_cipher_list(ssl_, command.c_str());
525 LOG_IF(WARNING, rv != 1) << "SSL_set_cipher_list('" << command << "') "