Searched refs:zdhpath (Results 1 – 1 of 1) sorted by relevance
1248 zval *zdhpath = php_stream_context_get_option(PHP_STREAM_CONTEXT(stream), "ssl", "dh_param"); in php_openssl_set_server_dh_param() local1249 if (zdhpath == NULL) { in php_openssl_set_server_dh_param()1259 if (!try_convert_to_string(zdhpath)) { in php_openssl_set_server_dh_param()1263 BIO *bio = BIO_new_file(Z_STRVAL_P(zdhpath), PHP_OPENSSL_BIO_MODE_R(PKCS7_BINARY)); in php_openssl_set_server_dh_param()
Completed in 21 milliseconds