HomeSort by relevance Sort by last modified time
    Searched full:no_renegotiation (Results 1 - 8 of 8) 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 504 case AlertProtocol.NO_RENEGOTIATION:
512 "Received no_renegotiation "
ClientHandshakeImpl.java 126 sendWarningAlert(AlertProtocol.NO_RENEGOTIATION);
ServerHandshakeImpl.java 385 sendWarningAlert(AlertProtocol.NO_RENEGOTIATION);
  /external/chromium/net/third_party/nss/ssl/
ssl3prot.h 133 no_renegotiation = 100, enumerator in enum:__anon2577
ssl3con.c     [all...]
  /external/openssl/apps/
s_cb.c 535 str_details2 = " no_renegotiation";

Completed in 93 milliseconds