| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
Checker
This class is passed to a handshake function to check the other party's certificate chain.
If a handshake function completes successfully, but the Checker judges the other party's certificate chain to be missing or inadequate, a subclass of tlslite.errors.TLSAuthenticationError will be raised.
Currently, the Checker can check an X.509 chain.
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Check a TLSConnection. When a Checker is passed to a handshake function, this will be called at the end of the function.
|
Create a new Checker instance. You must pass in one of these argument combinations:
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Wed Mar 20 20:43:08 2013 | http://epydoc.sourceforge.net |