Home | History | Annotate | Download | only in openssl

Lines Matching refs:peer

175  * Version 1 - added the optional peer certificate
456 * Peer [ 3 ] EXPLICIT X509, -- optional Peer Certificate
458 * Verify_result [ 5 ] EXPLICIT INTEGER, -- X509_V_... code for `Peer'
509 X509 *peer;
510 /* when app_verify_callback accepts a session where the peer's certificate
536 unsigned char *tlsext_ecpointformatlist; /* peer's list */
538 unsigned char *tlsext_ellipticcurvelist; /* peer's list */
1548 * -- that we expected from peer (SSL_get_peer_finished).
1744 #define DTLSv1_listen(ssl, peer) \
1745 SSL_ctrl(ssl,DTLS_CTRL_LISTEN,0, (void *)peer)