Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSL_CTX_set_cipher_list missing implementation #1224

Open
BillyGLW opened this issue Jun 6, 2023 · 1 comment
Open

SSL_CTX_set_cipher_list missing implementation #1224

BillyGLW opened this issue Jun 6, 2023 · 1 comment

Comments

@BillyGLW
Copy link

BillyGLW commented Jun 6, 2023

In regards to set_ciphers method in Context class and taking into account of openssl docs - setting ciphers for TLSv1.3 (in order to achieve any effect) must be set via SSL_set_ciphersuites - elsewhere set_ciphers wont take any effect or raise exception - so that, changes require to distinguish between protocol versions - propably here: https://github.com/pyca/pyopenssl/blob/main/src/OpenSSL/SSL.py#L1327

@BillyGLW
Copy link
Author

BillyGLW commented Feb 3, 2024

PR bump: #1292

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant