Home | History | Annotate | Download | only in cpp

Lines Matching refs:SSL_set_cipher_list

6681      * SSL_set_cipher_list API, but Java allows this silly configuration.
6682 * However, the SSL cipher list is still set even when SSL_set_cipher_list
6688 SSL_set_cipher_list(ssl, "");
6692 Errors::jniThrowRuntimeException(env, "SSL_set_cipher_list did not update ciphers!");
6756 if (!SSL_set_cipher_list(ssl, cipherString.get())) {
8218 if (!SSL_set_cipher_list(ssl.get(), selector.c_str())) {