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

  /external/chromium_org/third_party/tlslite/patches/
tls_intolerant.patch 21 + simulate TLS version intolerance by returning a fatal handshake_failure
92 + AlertDescription.handshake_failure):
signed_certificate_timestamps.patch 68 simulate TLS version intolerance by returning a fatal handshake_failure
  /external/chromium_org/third_party/tlslite/tlslite/
errors.py 50 AlertDescription.handshake_failure: "handshake_failure",\
tlsconnection.py     [all...]
constants.py 81 @cvar handshake_failure: A problem occurred while handshaking.
102 handshake_failure = 40 variable in class:AlertDescription
  /external/chromium_org/third_party/tlslite/scripts/
tls.py 234 elif a.description == AlertDescription.handshake_failure:
313 elif a.description == AlertDescription.handshake_failure:
  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
HandshakeProtocolTest.java 92 AlertProtocol.HANDSHAKE_FAILURE);
  /external/chromium_org/net/third_party/nss/ssl/
ssl3prot.h 83 handshake_failure = 40, enumerator in enum:__anon13669
ssl3ecc.c 629 desc = handshake_failure;
640 desc = handshake_failure;
674 desc = isTLS ? decrypt_error : handshake_failure;
    [all...]
ssl3con.c     [all...]
ssl3ext.c     [all...]
  /external/chromium_org/third_party/tlslite/
README 318 Client handshake_failure:
337 Server handshake_failure:
  /external/chromium_org/third_party/openssl/openssl/apps/
s_cb.c 495 str_details2 = " handshake_failure";
  /external/openssl/apps/
s_cb.c 495 str_details2 = " handshake_failure";
  /external/chromium_org/net/socket/
ssl_client_socket_unittest.cc     [all...]
  /external/chromium_org/net/http/
http_network_transaction_unittest.cc     [all...]

Completed in 1988 milliseconds