Home | History | Annotate | Download | only in ssl

Lines Matching refs:peer

809  * If allowLargerPeerVersion is true, peerVersion is the peer's highest
810 * enabled version rather than the peer's selected version.
3063 SSL_DBG(("%d: SSL3[%d]: peer certificate is no good: error=%d",
4688 : ssl_LookupSID(&ss->sec.ci.peer, ss->sec.ci.port, ss->peerID, ss->url);
6239 /* copy the peer cert from the SID */
7278 sid->addr = ss->sec.ci.peer;
7420 /* Get peer name of client */
7590 SSL_GETPID(), ss->fd, ss->sec.ci.peer.pr_s6_addr32[0],
7591 ss->sec.ci.peer.pr_s6_addr32[1],
7592 ss->sec.ci.peer.pr_s6_addr32[2],
7593 ss->sec.ci.peer.pr_s6_addr32[3]));
7595 sid = (*ssl_sid_lookup)(&ss->sec.ci.peer, sidBytes.data,
9480 /* This is used to delete the CA certificates in the peer certificate chain
9667 /* First get the peer cert. */
10445 * ssl3 Finished message from the peer.