Home | History | Annotate | Download | only in ssl

Lines Matching refs:peer

1272 	/* Inconsistency alert: cert_chain does include the peer's
1322 if (s->session->peer != NULL)
1323 X509_free(s->session->peer);
1325 s->session->peer=x;
1332 if (s->session->peer != NULL)
1333 X509_free(s->session->peer);
1334 s->session->peer=NULL;
3091 /* If we have client certificate, use its secret as peer key */