Searched refs:san (Results 1 – 4 of 4) sorted by relevance
13 'local_cert' => __DIR__ . '/san-cert.pem',28 'cafile' => __DIR__ . '/san-ca.pem',
13 'local_cert' => __DIR__ . '/san-cert.pem',
383 GENERAL_NAME *san = sk_GENERAL_NAME_value(alt_names, i); in matches_san_list() local385 if (san->type == GEN_DNS) { in matches_san_list()386 ASN1_STRING_to_UTF8(&cert_name, san->d.dNSName); in matches_san_list()387 if (ASN1_STRING_length(san->d.dNSName) != strlen((const char*)cert_name)) { in matches_san_list()404 } else if (san->type == GEN_IPADD) { in matches_san_list()405 if (san->d.iPAddress->length == 4) { in matches_san_list()407 san->d.iPAddress->data[0], in matches_san_list()408 san->d.iPAddress->data[1], in matches_san_list()409 san->d.iPAddress->data[2], in matches_san_list()410 san->d.iPAddress->data[3] in matches_san_list()
106 PHP Japanese webpage maintainer, Hirokawa-san108 PHP-JP ML's Yamamoto-san
Completed in 11 milliseconds