HomeSort by relevance Sort by last modified time
    Searched full:close_notify (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium_org/third_party/tlslite/patches/
close_notify.patch 5 AlertDescription.close_notify, AlertLevel.warning)):
  /libcore/crypto/src/main/java/org/conscrypt/
AlertProtocol.java 39 * Defines the description code of the close_notify alert
41 protected static final byte CLOSE_NOTIFY = 0;
209 case CLOSE_NOTIFY:
210 return "close_notify";
SSLEngineImpl.java 44 // indicates if close_notify alert had been sent to another peer
46 // indicates if close_notify alert had been received from another peer
144 throw new SSLException("Inbound is closed before close_notify "
170 AlertProtocol.CLOSE_NOTIFY);
356 // waiting for "close_notify" response
491 case AlertProtocol.CLOSE_NOTIFY:
SSLSocketImpl.java 551 AlertProtocol.CLOSE_NOTIFY);
822 case AlertProtocol.CLOSE_NOTIFY:
  /external/chromium_org/third_party/tlslite/
README.chromium 9 - patches/close_notify.patch: tlslite/TLSRecordLayer.py was changed to force
readme.txt 734 if the socket is closed while sending/recv'ing close_notify,
741 - fixed SocketServer to handle close_notify
770 - fixed close_notify behavior
  /external/chromium_org/third_party/tlslite/tlslite/
errors.py 29 AlertDescription.close_notify: "close_notify",\
TLSRecordLayer.py 218 if alert.description != AlertDescription.close_notify:
290 This function will block until it has exchanged close_notify
333 AlertDescription.close_notify, AlertLevel.warning)):
349 if alert.description == AlertDescription.close_notify:
599 #close_notify. In any case, we're going to close the
601 #a close_notify, but ignore any socket errors, since
604 alert.description == AlertDescription.close_notify:
612 alertMsg.create(AlertDescription.close_notify,
620 AlertDescription.close_notify:
    [all...]
constants.py 77 close_notify = 0 variable in class:AlertDescription
TLSConnection.py     [all...]
  /external/chromium_org/net/third_party/nss/ssl/
sslsecur.c 1103 * required to send a close_notify alert before closing the write side
1104 * of the connection. The other party MUST respond with a close_notify
1107 * of the close to wait for the responding close_notify alert before
1110 * The second sentence requires that we send a close_notify alert when we
1111 * have received a close_notify alert. In practice, all SSL implementations
1112 * close the socket immediately after sending a close_notify alert (which is
1113 * allowed by the third sentence), so responding with a close_notify alert
1115 * we don't respond with a close_notify alert.
1140 (void) SSL3_SendAlert(ss, alert_warning, close_notify);
1166 (void) SSL3_SendAlert(ss, alert_warning, close_notify);
    [all...]
ssl3prot.h 77 close_notify = 0, enumerator in enum:__anon12171
  /external/chromium/net/socket/
ssl_client_socket_win.cc 656 // TODO(wtc): Send SSL close_notify alert.
681 // Ideally, we should also check if we have received the close_notify alert
693 // Strictly speaking, we should check if we have received the close_notify
695 // the close_notify alert message means EOF in the SSL layer, it is just
698 // when we receive close_notify.
    [all...]
ssl_client_socket_mac.cc 604 // Ideally, we should also check if we have received the close_notify alert
616 // Strictly speaking, we should check if we have received the close_notify
618 // the close_notify alert message means EOF in the SSL layer, it is just
621 // when we receive close_notify.
    [all...]
ssl_client_socket_nss.cc 658 // TODO(wtc): Send SSL close_notify alert.
695 // Ideally, we should also check if we have received the close_notify alert
710 // Strictly speaking, we should check if we have received the close_notify
712 // the close_notify alert message means EOF in the SSL layer, it is just
715 // when we receive close_notify.
    [all...]
ssl_client_socket_unittest.cc 303 // - Server closes an SSL connection (with a close_notify alert message).
  /external/chromium_org/third_party/tlslite/scripts/
tls.py 265 connection.sock.close() #Close the socket without a close_notify!
627 assert() #Client is going to close the socket without a close_notify
    [all...]
  /external/chromium_org/third_party/openssl/openssl/ssl/
d1_pkt.c 732 * Alert records (e.g. close_notify), ChangeCipherSpec records (not really
920 /* We might had to delay a close_notify alert because
    [all...]
s3_pkt.c 930 * Alert records (e.g. close_notify), ChangeCipherSpec records (not really
    [all...]
  /external/openssl/ssl/
d1_pkt.c 732 * Alert records (e.g. close_notify), ChangeCipherSpec records (not really
920 /* We might had to delay a close_notify alert because
    [all...]
s3_pkt.c 925 * Alert records (e.g. close_notify), ChangeCipherSpec records (not really
    [all...]
  /external/chromium_org/third_party/openssl/openssl/apps/
s_cb.c 477 str_details2 = " close_notify";
  /external/openssl/apps/
s_cb.c 477 str_details2 = " close_notify";
  /external/chromium_org/net/socket/
ssl_client_socket_openssl.cc 166 // ClientHello with a fatal close_notify alert.
    [all...]
ssl_client_socket_unittest.cc 788 // - Server closes an SSL connection (with a close_notify alert message).
    [all...]

Completed in 1089 milliseconds

1 2