Searched refs:useshortnames (Results 1 – 1 of 1) sorted by relevance
2107 bool useshortnames = 1; in PHP_FUNCTION() local2125 Z_PARAM_BOOL(useshortnames) in PHP_FUNCTION()2140 php_openssl_add_assoc_name_entry(return_value, "subject", subject_name, useshortnames); in PHP_FUNCTION()2148 …php_openssl_add_assoc_name_entry(return_value, "issuer", X509_get_issuer_name(cert), useshortnames… in PHP_FUNCTION()2212 pname = useshortnames ? X509_PURPOSE_get0_sname(purp) : X509_PURPOSE_get0_name(purp); in PHP_FUNCTION()
Completed in 31 milliseconds