pubd.pubd_context Class Reference
List of all members.
Detailed Description
A container for various pubd parameters.
Definition at line 32 of file pubd.py.
Member Function Documentation
def pubd.pubd_context.__init__ |
( |
|
self, |
|
|
|
cfg | |
|
) |
| | |
def pubd.pubd_context.build_https_ta_cache |
( |
|
self |
) |
|
Build dynamic TLS trust anchors.
Definition at line 97 of file pubd.py.
def pubd.pubd_context.clear_https_ta_cache |
( |
|
self |
) |
|
Clear dynamic TLS trust anchors.
Definition at line 90 of file pubd.py.
def pubd.pubd_context.client_handler |
( |
|
self, |
|
|
|
query, |
|
|
|
path | |
|
) |
| | |
Process one PDU from a client.
Definition at line 67 of file pubd.py.
def pubd.pubd_context.control_handler |
( |
|
self, |
|
|
|
query, |
|
|
|
path | |
|
) |
| | |
Process one PDU from the IRBE.
Definition at line 57 of file pubd.py.
def pubd.pubd_context.handler_common |
( |
|
self, |
|
|
|
query, |
|
|
|
client, |
|
|
|
certs, |
|
|
|
crl = None | |
|
) |
| | |
Member Data Documentation
HTTPS trust anchor cache, to avoid regenerating it for every TLS connection.
Definition at line 88 of file pubd.py.
The documentation for this class was generated from the following file: