Class TLSAuthenticationError
Exception
--+
|
TLSError
--+
|
TLSAuthenticationError
- Known Subclasses:
-
TLSAuthenticationTypeError
,
TLSAuthorizationError
,
TLSFingerprintError
,
TLSNoAuthenticationError
,
TLSValidationError
The handshake succeeded, but the other party's authentication was
inadequate.
This exception will only be raised when a tlslite.Checker.Checker
has been passed to
a handshake function. The Checker will be invoked once the handshake
completes, and if the Checker objects to how the other party
authenticated, a subclass of this exception will be raised.