Home
last modified time | relevance | path

Searched refs:peer_CN (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/common/net/wanboot/
H A Dboot_http.c2185 char peer_CN[256]; in check_cert_chain() local
2212 NID_commonName, peer_CN, 256); in check_cert_chain()
2216 "server cert's peer_CN is %s, host is %s", peer_CN, host); in check_cert_chain()
2218 if (strcasecmp(peer_CN, host)) { in check_cert_chain()
2223 "peer_CN = %s, host = %s", peer_CN, host); in check_cert_chain()