Home
last modified time | relevance | path

Searched refs:cipherlist (Results 1 – 1 of 1) sorted by relevance

/PHP-7.3/ext/openssl/
H A Dxp_ssl.c1601 char *cipherlist = NULL; in php_openssl_setup_crypto() local
1660 GET_VER_OPT_STRING("ciphers", cipherlist); in php_openssl_setup_crypto()
1662 if (!cipherlist) { in php_openssl_setup_crypto()
1663 cipherlist = OPENSSL_DEFAULT_STREAM_CIPHERS; in php_openssl_setup_crypto()
1666 if (cipherlist) { in php_openssl_setup_crypto()
1667 if (SSL_CTX_set_cipher_list(sslsock->ctx, cipherlist) != 1) { in php_openssl_setup_crypto()

Completed in 9 milliseconds