Searched refs:subject_name (Results 1 – 3 of 3) sorted by relevance
/php-src/ext/xmlwriter/ |
H A D | php_xmlwriter.c | 224 …_arg(INTERNAL_FUNCTION_PARAMETERS, xmlwriter_read_one_char_t internal_function, char *subject_name) in ZEND_GET_MODULE() 237 if (subject_name != NULL) { in ZEND_GET_MODULE() 238 XMLW_NAME_CHK(2, subject_name); in ZEND_GET_MODULE()
|
/php-src/ext/openssl/ |
H A D | xp_ssl.c | 453 static bool php_openssl_matches_san_list(X509 *peer, const char *subject_name) /* {{{ */ in php_openssl_matches_san_list() argument 469 if (inet_pton(AF_INET6, subject_name, &ipv6)) { in php_openssl_matches_san_list() 492 if (php_openssl_matches_wildcard_name(subject_name, (const char *)cert_name)) { in php_openssl_matches_san_list() 507 if (strcasecmp(subject_name, (const char*)ipbuffer) == 0) { in php_openssl_matches_san_list() 533 static bool php_openssl_matches_common_name(X509 *peer, const char *subject_name) /* {{{ */ in php_openssl_matches_common_name() argument 547 } else if (php_openssl_matches_wildcard_name(subject_name, buf)) { in php_openssl_matches_common_name() 552 cert_name_len, buf, subject_name); in php_openssl_matches_common_name()
|
H A D | openssl.c | 2110 X509_NAME *subject_name; in PHP_FUNCTION() local 2134 subject_name = X509_get_subject_name(cert); in PHP_FUNCTION() 2135 cert_name = X509_NAME_oneline(subject_name, NULL, 0); in PHP_FUNCTION() 2139 php_openssl_add_assoc_name_entry(return_value, "subject", subject_name, useshortnames); in PHP_FUNCTION()
|
Completed in 41 milliseconds