Home
last modified time | relevance | path

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

/PHP-8.1/ext/openssl/
H A Dopenssl.c2158 bool useshortnames = 1; in PHP_FUNCTION() local
2176 Z_PARAM_BOOL(useshortnames) in PHP_FUNCTION()
2191 php_openssl_add_assoc_name_entry(return_value, "subject", subject_name, useshortnames); in PHP_FUNCTION()
2199 …php_openssl_add_assoc_name_entry(return_value, "issuer", X509_get_issuer_name(cert), useshortnames in PHP_FUNCTION()
2263 pname = useshortnames ? X509_PURPOSE_get0_sname(purp) : X509_PURPOSE_get0_name(purp); in PHP_FUNCTION()

Completed in 24 milliseconds