pyopenssl icon indicating copy to clipboard operation
pyopenssl copied to clipboard

SSL_CTX_set_cipher_list missing implementation

Open BillyGLW opened this issue 2 years ago • 1 comments

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 avatar Jun 06 '23 07:06 BillyGLW

PR bump: https://github.com/pyca/pyopenssl/pull/1292

BillyGLW avatar Feb 03 '24 23:02 BillyGLW