Home | History | Annotate | Download | only in ssl

Lines Matching refs:peer

3750 	    : ssl_LookupSID(&ss->sec.ci.peer, ss->sec.ci.port, ss->peerID, ss->url);
5047 /* copy the peer cert from the SID */
5700 sid->addr = ss->sec.ci.peer;
5833 /* Get peer name of client */
5936 SSL_GETPID(), ss->fd, ss->sec.ci.peer.pr_s6_addr32[0],
5937 ss->sec.ci.peer.pr_s6_addr32[1],
5938 ss->sec.ci.peer.pr_s6_addr32[2],
5939 ss->sec.ci.peer.pr_s6_addr32[3]));
5941 sid = (*ssl_sid_lookup)(&ss->sec.ci.peer, sidBytes.data,
7377 /* This is used to delete the CA certificates in the peer certificate chain
7469 /* First get the peer cert. */
7683 SSL_DBG(("%d: SSL3[%d]: peer certificate is no good: error=%d",
7983 * ssl3 Finished message from the peer.