Package ndg :: Package httpsclient :: Module ssl_socket
[hide private]

Module ssl_socket

source code

PyOpenSSL utilities including HTTPSSocket class which wraps PyOpenSSL SSL connection into a httplib-like interface suitable for use with urllib2


Date: 21/12/10

Author: P J Kershaw

Contact: Philip.Kershaw@stfc.ac.uk

Copyright: (C) 2012 Science and Technology Facilities Council

License: BSD - see LICENSE file in top-level directory

Classes [hide private]
  SSLSocket
SSL Socket class wraps pyOpenSSL's SSL.Connection class implementing the makefile method so that it is compatible with the standard socket interface and usable with httplib.
Variables [hide private]
  __revision__ = '$Id$'
  log = logging.getLogger(__name__)
  __package__ = 'ndg.httpsclient'