Home
last modified time | relevance | path

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

/PHP-5.5/ext/openssl/
H A Dopenssl.c4672 char *cipherlist = NULL; in php_SSL_new_from_context() local
4708 GET_VER_OPT_STRING("ciphers", cipherlist); in php_SSL_new_from_context()
4709 if (!cipherlist) { in php_SSL_new_from_context()
4710 cipherlist = "DEFAULT"; in php_SSL_new_from_context()
4712 if (SSL_CTX_set_cipher_list(ctx, cipherlist) != 1) { in php_SSL_new_from_context()

Completed in 19 milliseconds