Searched refs:cipherlist (Results 1 – 1 of 1) sorted by relevance
4535 char *cipherlist = NULL; in php_SSL_new_from_context() local4571 GET_VER_OPT_STRING("ciphers", cipherlist); in php_SSL_new_from_context()4572 if (!cipherlist) { in php_SSL_new_from_context()4573 cipherlist = "DEFAULT"; in php_SSL_new_from_context()4575 if (SSL_CTX_set_cipher_list(ctx, cipherlist) != 1) { in php_SSL_new_from_context()
Completed in 14 milliseconds