rpki.https.Checker Class Reference
List of all members.
Detailed Description
Derived class to handle X.509 client certificate checking.
Definition at line 55 of file https.py.
Member Function Documentation
def rpki.https.Checker.__call__ |
( |
|
self, |
|
|
|
tlsConnection | |
|
) |
| | |
POW/OpenSSL-based certificate checker.
Given our BPKI model, we're only interested in the TLS EE
certificates.
Definition at line 95 of file https.py.
def rpki.https.Checker.__init__ |
( |
|
self, |
|
|
|
trust_anchor = None , |
|
|
|
dynamic_https_trust_anchor = None | |
|
) |
| | |
Initialize our modified certificate checker.
Definition at line 69 of file https.py.
def rpki.https.Checker.x509store_thunk |
( |
|
self |
) |
|
Member Data Documentation
Vile debugging hack.
Definition at line 67 of file https.py.
Raise an exception upon receiving CA certificates via TLS rather than just quietly ignoring them.
Definition at line 62 of file https.py.
The documentation for this class was generated from the following file: