Home | History | Annotate | Download | only in ssl

Lines Matching refs:peer

175  * Version 1 - added the optional peer certificate
432 * Peer [ 3 ] EXPLICIT X509, -- optional Peer Certificate
434 * Verify_result [ 5 ] EXPLICIT INTEGER, -- X509_V_... code for `Peer'
479 X509 *peer;
480 /* when app_verify_callback accepts a session where the peer's certificate
506 unsigned char *tlsext_ecpointformatlist; /* peer's list */
508 unsigned char *tlsext_ellipticcurvelist; /* peer's list */
1265 * -- that we expected from peer (SSL_get_peer_finished).
1437 #define DTLSv1_listen(ssl, peer) \
1438 SSL_ctrl(ssl,DTLS_CTRL_LISTEN,0, (void *)peer)