OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dns_altname
(Results
1 - 1
of
1
) sorted by null
/external/curl/lib/vtls/
axtls.c
307
const char *
dns_altname
;
local
344
dns_altname
= ssl_get_cert_subject_alt_dnsname(ssl, dns_altname_index);
345
if(
dns_altname
== NULL) {
351
dns_altname
, hostname);
352
if(Curl_cert_hostcheck(
dns_altname
, hostname)) {
Completed in 109 milliseconds