Package rhn :: Module SSL
[hide private]
[frames] | no frames]

Module SSL

source code

rhn.SSL builds an abstraction on top of the objects provided by pyOpenSSL

Classes [hide private]
  SSLSocket
Class that wraps a pyOpenSSL Connection object, adding more methods
  TimeoutException
Functions [hide private]
 
ssl_verify_callback(conn, cert, errnum, depth, ok)
Verify callback, which will be called for each certificate in the certificate chain.
source code
Variables [hide private]
  DEFAULT_TIMEOUT = 120
  __package__ = 'rhn'