Message142595
The SSLContext.load_cert_chain() method should accept a password argument to use if the private key is encrypted. Currently it always uses OpenSSL's default password callback, which prompts the user interactively for a password.
I've attached a patch that adds an extra password argument, which can be either a string, bytes, bytearray, or a function to call to get the password. |
|
Date |
User |
Action |
Args |
2011-08-21 07:28:27 | simpkins | set | recipients:
+ simpkins |
2011-08-21 07:28:26 | simpkins | set | messageid: <1313911706.89.0.687432161899.issue12803@psf.upfronthosting.co.za> |
2011-08-21 07:28:26 | simpkins | link | issue12803 messages |
2011-08-21 07:28:26 | simpkins | create | |
|