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 sanchayanghosh
Recipients EA, christian.heimes, dreamsorcerer, sanchayanghosh
Date 2022-02-27.22:47:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1646002068.45.0.0514592059114.issue36484@roundup.psfhosted.org>
In-reply-to
Content
Here is the PR as well. While I agree that there is no more a reason to reorder cipher suites and that we should use our certificates to basically ensure a secure connection, the advantage of the OpenSSL API is it provides us the function to influence the selection of cipher suites.

So, as a first step, I have added the binding for selecting TLS v1.3 cipher suites. And in 2 other pull requests, I will provide the API implementation for the other, for users who may just want a way to access OpenSSL through Python.
History
Date User Action Args
2022-02-27 22:47:48sanchayanghoshsetrecipients: + sanchayanghosh, christian.heimes, EA, dreamsorcerer
2022-02-27 22:47:48sanchayanghoshsetmessageid: <1646002068.45.0.0514592059114.issue36484@roundup.psfhosted.org>
2022-02-27 22:47:48sanchayanghoshlinkissue36484 messages
2022-02-27 22:47:48sanchayanghoshcreate