Home | Trees | Indices | Help |
---|
|
Exception classes.
|
|||
TLSError Base class for all TLS Lite exceptions. |
|||
TLSAbruptCloseError The socket was closed without a proper TLS shutdown. |
|||
TLSAlert A TLS alert has been signalled. |
|||
TLSLocalAlert A TLS alert has been signalled by the local implementation. |
|||
TLSRemoteAlert A TLS alert has been signalled by the remote implementation. |
|||
TLSAuthenticationError The handshake succeeded, but the other party's authentication was inadequate. |
|||
TLSNoAuthenticationError The Checker was expecting the other party to authenticate with a certificate chain, but this did not occur. |
|||
TLSAuthenticationTypeError The Checker was expecting the other party to authenticate with a different type of certificate chain. |
|||
TLSFingerprintError The Checker was expecting the other party to authenticate with a certificate chain that matches a different fingerprint. |
|||
TLSAuthorizationError The Checker was expecting the other party to authenticate with a certificate chain that has a different authorization. |
|||
TLSValidationError The Checker has determined that the other party's certificate chain is invalid. |
|||
TLSFaultError The other party responded incorrectly to an induced fault. |
|
|||
__package__ =
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Sep 27 16:50:10 2012 | http://epydoc.sourceforge.net |