Lines Matching refs:peer
6 chain of the peer
18 forming the certificate chain sent by the peer. If called on the client side,
19 the stack also contains the peer's certificate; if called on the server
20 side, the peer's certificate must be obtained separately using
22 If the peer did not present a certificate, NULL is returned.
24 NB: SSL_get_peer_cert_chain() returns the peer chain as sent by the peer: it
25 only consists of certificates the peer has sent (in the order the peer
29 of the peer including the peer's end entity certificate. It must be called
30 after a session has been successfully established. If peer verification was
54 No certificate was presented by the peer or no connection was established
59 The return value points to the certificate chain presented by the peer.