pubd.pubd_context Class Reference

Inherits object.

Collaboration diagram for pubd.pubd_context:
Collaboration graph

List of all members.

Public Member Functions

def __init__
def build_https_ta_cache
def clear_https_ta_cache
def client_handler
def control_handler
def handler_common

Public Attributes

 bpki_ta
 https_server_host
 https_server_port
 irbe_cert
 pubd_cert
 pubd_key
 publication_base
 publication_multimodule
 sql

Static Public Attributes

tuple client_url_regexp = re.compile("/client/([-A-Z0-9_/]+)$", re.I)
 https_ta_cache = None
 HTTPS trust anchor cache, to avoid regenerating it for every TLS connection.

Detailed Description

A container for various pubd parameters.

Definition at line 46 of file pubd.py.


Member Function Documentation

def pubd.pubd_context.__init__ (   self,
  cfg 
)

Definition at line 51 of file pubd.py.

def pubd.pubd_context.build_https_ta_cache (   self  ) 
Build dynamic TLS trust anchors.

Definition at line 140 of file pubd.py.

def pubd.pubd_context.clear_https_ta_cache (   self  ) 
Clear dynamic TLS trust anchors.

Definition at line 132 of file pubd.py.

def pubd.pubd_context.client_handler (   self,
  query,
  path,
  cb 
)
Process one PDU from a client.

Definition at line 100 of file pubd.py.

def pubd.pubd_context.control_handler (   self,
  query,
  path,
  cb 
)
Process one PDU from the IRBE.

Definition at line 80 of file pubd.py.

def pubd.pubd_context.handler_common (   self,
  query,
  client,
  cb,
  certs,
  crl = None 
)
Common PDU handler code.

Definition at line 67 of file pubd.py.


Member Data Documentation

Definition at line 55 of file pubd.py.

tuple pubd.pubd_context.client_url_regexp = re.compile("/client/([-A-Z0-9_/]+)$", re.I) [static]

Definition at line 98 of file pubd.py.

Definition at line 60 of file pubd.py.

Definition at line 61 of file pubd.py.

HTTPS trust anchor cache, to avoid regenerating it for every TLS connection.

Definition at line 130 of file pubd.py.

Definition at line 56 of file pubd.py.

Definition at line 57 of file pubd.py.

Definition at line 58 of file pubd.py.

Definition at line 63 of file pubd.py.

Definition at line 65 of file pubd.py.

Definition at line 53 of file pubd.py.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables
Generated on Wed May 12 19:43:49 2010 for RPKI Engine by  doxygen 1.6.3