You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

4 lines
242 B

  1. This is a HTTPS client implementation for httplib and urllib2 based
  2. on PyOpenSSL. PyOpenSSL provides a more fully featured SSL implementation
  3. over the default provided with Python and importantly enables full
  4. verification of the SSL peer.