Home | Trees | Index | Help |
---|
Package tlslite :: Module errors :: Class TLSAbruptCloseError |
|
Exception
--+ |TLSError
--+ | TLSAbruptCloseError
The socket was closed without a proper TLS shutdown.
The TLS specification mandates that an alert of some sort must be sent before the underlying socket is closed. If the socket is closed without this, it could signify that an attacker is trying to truncate the connection. It could also signify a misbehaving TLS implementation, or a random network failure.Method Summary | |
---|---|
Inherited from Exception | |
| |
| |
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.0 on Sun Mar 21 00:04:59 2004 | http://epydoc.sf.net |