Home
last modified time | relevance | path

Searched refs:handshakes (Results 1 - 4 of 4) sorted by relevance

/third_party/node/test/parallel/
H A Dtest-tls-disable-renegotiation.js39 assert(socket._handle.handshakes < 2,
40 `Too many handshakes [${socket._handle.handshakes}]`);
/third_party/node/lib/
H A D_tls_wrap.js126 // handshakes being used for DoS.
141 this.handshakes = 1;
143 this.handshakes++;
149 if (this.handshakes > tls.CLIENT_RENEG_LIMIT) {
831 ssl.handshakes = 0;
/third_party/node/deps/openssl/openssl/apps/lib/
H A Ds_cb.c540 static STRINT_PAIR handshakes[] = { variable
608 str_details1 = lookup((int)bp[0], handshakes, "???"); in msg_cb()
/third_party/openssl/apps/lib/
H A Ds_cb.c540 static STRINT_PAIR handshakes[] = { variable
608 str_details1 = lookup((int)bp[0], handshakes, "???"); in msg_cb()

Completed in 7 milliseconds