Home | History | Annotate | Download | only in base

Lines Matching refs:dns_names

754 void X509Certificate::GetDNSNames(std::vector<std::string>* dns_names) const {
755 dns_names->clear();
758 GetCertSubjectAltNamesOfType(cert_handle_, certDNSName, dns_names);
760 if (dns_names->empty())
761 dns_names->push_back(subject_.common_name);