masperro / httplib2

Automatically exported from code.google.com/p/httplib2
0 stars 0 forks source link

SSL and encrypted private key #220

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi , 
Now Python3.3 support the password arguments to decrypt the encrypted key file 
SSLContext.load_cert_chain(certfile, keyfile=None, password=None) 
It would be great if httplib2 can support this feature

Original issue reported on code.google.com by kelvin....@gmail.com on 27 Jul 2012 at 6:44