Searched refs:cnlen (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/lib/libfetch/
H A Dcommon.c697 int cnlen, lastpos, loc, ret; local
712 cnlen = ASN1_STRING_to_UTF8(&cn, namedata);
714 fetch_ssl_hname_match(host, strlen(host), cn, cnlen))
716 else if (ip != NULL && fetch_ssl_ipaddr_match(ip, cn, cnlen))

Completed in 161 milliseconds