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.

Author christian.heimes
Recipients abacabadabacaba, benjamin.peterson, christian.heimes
Date 2016-09-15.08:20:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473927623.7.0.90207036888.issue26254@psf.upfronthosting.co.za>
In-reply-to
Content
The SSL module uses SSL_CTX_check_private_key() to verify the private key. Further validations are up to OpenSSL or you.
History
Date User Action Args
2016-09-15 08:20:23christian.heimessetrecipients: + christian.heimes, benjamin.peterson, abacabadabacaba
2016-09-15 08:20:23christian.heimessetmessageid: <1473927623.7.0.90207036888.issue26254@psf.upfronthosting.co.za>
2016-09-15 08:20:23christian.heimeslinkissue26254 messages
2016-09-15 08:20:23christian.heimescreate