Home
last modified time | relevance | path

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

/PHP-8.3/ext/openssl/
H A Dxp_ssl.c1252 zval *zdhpath = php_stream_context_get_option(PHP_STREAM_CONTEXT(stream), "ssl", "dh_param"); in php_openssl_set_server_dh_param() local
1253 if (zdhpath == NULL) { in php_openssl_set_server_dh_param()
1263 if (!try_convert_to_string(zdhpath)) { in php_openssl_set_server_dh_param()
1267 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 13 milliseconds