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 christian.heimes
Date 2018-01-19.19:46:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
OpenSSL supports ECDSA certs and dual EC/RSA mode context, e.g. a context a RSA and an ECDSA key/cert pair loaded at the same time. Python shoulkd verify that ECDSA certs are working properly.
History
Date User Action Args
2018-01-19 19:46:32christian.heimessetrecipients: + christian.heimes
2018-01-19 19:46:32christian.heimessetmessageid: <[email protected]>
2018-01-19 19:46:32christian.heimeslinkissue32602 messages
2018-01-19 19:46:32christian.heimescreate