Searched refs:subject_alt_name (Results 1 – 2 of 2) sorted by relevance
348 GENERAL_NAME* subject_alt_name = in add_subject_alt_names_properties_to_peer() local351 if (subject_alt_name->type == GEN_DNS) { in add_subject_alt_names_properties_to_peer()354 name_size = ASN1_STRING_to_UTF8(&name, subject_alt_name->d.dNSName); in add_subject_alt_names_properties_to_peer()365 } else if (subject_alt_name->type == GEN_IPADD) { in add_subject_alt_names_properties_to_peer()369 if (subject_alt_name->d.iPAddress->length == 4) { in add_subject_alt_names_properties_to_peer()371 } else if (subject_alt_name->d.iPAddress->length == 16) { in add_subject_alt_names_properties_to_peer()378 const char* name = inet_ntop(af, subject_alt_name->d.iPAddress->data, in add_subject_alt_names_properties_to_peer()
86 subject_alt_name 85