Home | History | Annotate | Download | only in ssl

Lines Matching refs:peer

1261 	/* Inconsistency alert: cert_chain does include the peer's
1311 if (s->session->peer != NULL)
1312 X509_free(s->session->peer);
1314 s->session->peer=x;
1321 if (s->session->peer != NULL)
1322 X509_free(s->session->peer);
1323 s->session->peer=NULL;
2949 /* If we have client certificate, use its secret as peer key */