HomeSort by relevance Sort by last modified time
    Searched full:no_renegotiation (Results 1 - 11 of 11) sorted by null

  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
AlertProtocol.java 127 * Defines the description code of the no_renegotiation alert
129 protected static final byte NO_RENEGOTIATION = 100;
254 case NO_RENEGOTIATION:
255 return "no_renegotiation";
HandshakeProtocol.java 190 * process and no_renegotiation alert message is received
SSLEngineImpl.java 503 case AlertProtocol.NO_RENEGOTIATION:
511 "Received no_renegotiation "
ClientHandshakeImpl.java 120 sendWarningAlert(AlertProtocol.NO_RENEGOTIATION);
ServerHandshakeImpl.java 363 sendWarningAlert(AlertProtocol.NO_RENEGOTIATION);
  /external/chromium/chrome/browser/
page_info_model.cc 220 bool no_renegotiation = local
253 if (no_renegotiation) {
  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
SSLEngineImplTest.java     [all...]
  /external/chromium/net/base/
net_error_list.h 152 // The peer sent an SSL no_renegotiation alert message.
  /external/openssl/apps/
s_cb.c 535 str_details2 = " no_renegotiation";
  /external/chromium/net/socket/
ssl_client_socket_mac.cc 169 case errSSLPeerNoRenegotiation: // Received a no_renegotiation alert
    [all...]
ssl_client_socket_win.cc     [all...]

Completed in 1321 milliseconds