Searched refs:cipherlist (Results 1 – 1 of 1) sorted by relevance
1514 char *cipherlist = NULL; in php_openssl_setup_crypto() local1589 GET_VER_OPT_STRING("ciphers", cipherlist); in php_openssl_setup_crypto()1591 if (!cipherlist) { in php_openssl_setup_crypto()1592 cipherlist = OPENSSL_DEFAULT_STREAM_CIPHERS; in php_openssl_setup_crypto()1595 if (cipherlist) { in php_openssl_setup_crypto()1596 if (SSL_CTX_set_cipher_list(sslsock->ctx, cipherlist) != 1) { in php_openssl_setup_crypto()
Completed in 12 milliseconds