Home
last modified time | relevance | path

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

/PHP-8.2/ext/openssl/
H A Dopenssl.c2042 bool useshortnames = 1; in PHP_FUNCTION() local
2060 Z_PARAM_BOOL(useshortnames) in PHP_FUNCTION()
2075 php_openssl_add_assoc_name_entry(return_value, "subject", subject_name, useshortnames); in PHP_FUNCTION()
2083 …php_openssl_add_assoc_name_entry(return_value, "issuer", X509_get_issuer_name(cert), useshortnames in PHP_FUNCTION()
2147 pname = useshortnames ? X509_PURPOSE_get0_sname(purp) : X509_PURPOSE_get0_name(purp); in PHP_FUNCTION()

Completed in 25 milliseconds