消息 [142595]
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. |
|
| 日期 |
用户 |
动作 |
参数 |
| 2011-08-21 07:28:27 | simpkins | 修改 | recipients:
+ simpkins |
| 2011-08-21 07:28:26 | simpkins | 修改 | messageid: <1313911706.89.0.687432161899.issue12803@psf.upfronthosting.co.za> |
| 2011-08-21 07:28:26 | simpkins | 链接 | issue12803 messages |
| 2011-08-21 07:28:26 | simpkins | 创建 | |
|