HomeSort by relevance Sort by last modified time
    Searched refs:close_notify (Results 1 - 3 of 3) sorted by null

  /external/chromium/net/third_party/nss/ssl/
ssl3prot.h 108 close_notify = 0, enumerator in enum:__anon2577
sslsecur.c 1002 * required to send a close_notify alert before closing the write side
1003 * of the connection. The other party MUST respond with a close_notify
1006 * of the close to wait for the responding close_notify alert before
1009 * The second sentence requires that we send a close_notify alert when we
1010 * have received a close_notify alert. In practice, all SSL implementations
1011 * close the socket immediately after sending a close_notify alert (which is
1012 * allowed by the third sentence), so responding with a close_notify alert
1014 * we don't respond with a close_notify alert.
1039 (void) SSL3_SendAlert(ss, alert_warning, close_notify);
1065 (void) SSL3_SendAlert(ss, alert_warning, close_notify);
    [all...]
ssl3con.c     [all...]

Completed in 261 milliseconds