Searched refs:useshortnames (Results 1 – 1 of 1) sorted by relevance
2161 zend_bool useshortnames = 1; in PHP_FUNCTION() local2179 Z_PARAM_BOOL(useshortnames) in PHP_FUNCTION()2194 php_openssl_add_assoc_name_entry(return_value, "subject", subject_name, useshortnames); in PHP_FUNCTION()2202 …php_openssl_add_assoc_name_entry(return_value, "issuer", X509_get_issuer_name(cert), useshortnames… in PHP_FUNCTION()2266 pname = useshortnames ? X509_PURPOSE_get0_sname(purp) : X509_PURPOSE_get0_name(purp); in PHP_FUNCTION()
Completed in 34 milliseconds