Home
last modified time | relevance | path

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

/PHP-7.2/ext/openssl/tests/
H A Dsan_peer_matching.phpt14 'local_cert' => __DIR__ . '/san-cert.pem',
29 'cafile' => __DIR__ . '/san-ca.pem',
H A Dopenssl_x509_checkpurpose_basic.phpt13 $sert = "file://" . dirname(__FILE__) . "/san-cert.pem";
14 $cpca = dirname(__FILE__) . "/san-ca.pem";
H A Dbug68920.phpt14 'local_cert' => __DIR__ . '/san-cert.pem',
/PHP-7.2/ext/openssl/
H A Dxp_ssl.c411 GENERAL_NAME *san = sk_GENERAL_NAME_value(alt_names, i); in php_openssl_matches_san_list() local
413 if (san->type == GEN_DNS) { in php_openssl_matches_san_list()
414 ASN1_STRING_to_UTF8(&cert_name, san->d.dNSName); in php_openssl_matches_san_list()
415 if ((size_t)ASN1_STRING_length(san->d.dNSName) != strlen((const char*)cert_name)) { in php_openssl_matches_san_list()
434 } else if (san->type == GEN_IPADD) { in php_openssl_matches_san_list()
435 if (san->d.iPAddress->length == 4) { in php_openssl_matches_san_list()
437 san->d.iPAddress->data[0], in php_openssl_matches_san_list()
438 san->d.iPAddress->data[1], in php_openssl_matches_san_list()
439 san->d.iPAddress->data[2], in php_openssl_matches_san_list()
440 san->d.iPAddress->data[3] in php_openssl_matches_san_list()
/PHP-7.2/ext/mbstring/
H A DREADME_PHP3-i18n-ja106 PHP Japanese webpage maintainer, Hirokawa-san
108 PHP-JP ML's Yamamoto-san

Completed in 26 milliseconds