Package web :: Package web :: Package wsgiserver :: Module ssl_builtin
[hide private]
[frames] | no frames]

Module ssl_builtin

source code

A library for integrating pyOpenSSL with CherryPy.

The ssl module must be importable for SSL functionality.

To use this module, set CherryPyWSGIServer.ssl_adapter to an instance of
BuiltinSSLAdapter.

    ssl_adapter.certificate: the filename of the server SSL certificate.
    ssl_adapter.private_key: the filename of the server's private key file.

Classes [hide private]
  BuiltinSSLAdapter
A wrapper for integrating Python's builtin ssl module with CherryPy.
Functions [hide private]
 
decode_cert(prefix, cert) source code
Variables [hide private]
  ssl = None
hash(x)