This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

作者 simpkins
收信人 simpkins
日期 2011-08-21.07:28:24
SpamBayes Score 1.3586146e-06
Marked as misclassified
Message-id <1313911706.89.0.687432161899.issue12803@psf.upfronthosting.co.za>
In-reply-to
内容
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:27simpkins修改recipients: + simpkins
2011-08-21 07:28:26simpkins修改messageid: <1313911706.89.0.687432161899.issue12803@psf.upfronthosting.co.za>
2011-08-21 07:28:26simpkins链接issue12803 messages
2011-08-21 07:28:26simpkins创建