Lines Matching defs:peer
528 {"verify", OPT_VERIFY, 'p', "Turn on peer certificate verification"},
604 "Do not treat lack of close_notify from a peer as an error"},
3063 * Windows) then this will result in the peer immediately abandoning
3067 * TCP-RST. This seems to allow the peer to read the alert data.
3132 X509 *peer = NULL;
3180 peer = SSL_get0_peer_certificate(s);
3181 if (peer != NULL) {
3186 PEM_write_bio_X509(bio, peer);
3187 dump_cert_text(bio, peer);
3189 BIO_printf(bio, "no peer certificate available\n");
3204 * course none are associated with an anonymous peer.
3206 if (peer != NULL && !SSL_session_reused(s) && SSL_ct_is_enabled(s)) {
3240 if (peer != NULL) {
3243 pktmp = X509_get0_pubkey(peer);