Home | History | Annotate | Download | only in ssl

Lines Matching refs:peer

1258 	/* Inconsistency alert: cert_chain does include the peer's
1308 if (s->session->peer != NULL)
1309 X509_free(s->session->peer);
1311 s->session->peer=x;
1318 if (s->session->peer != NULL)
1319 X509_free(s->session->peer);
1320 s->session->peer=NULL;
2802 /* If we have client certificate, use its secret as peer key */