You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: