Home | History | Annotate | Download | only in test

Lines Matching defs:cipher_list

714   std::string cipher_list = "ALL";
716 cipher_list = config->cipher;
719 if (!SSL_CTX_set_cipher_list(ssl_ctx.get(), cipher_list.c_str())) {