GitHub user RodneyRichardson opened a pull request:
https://github.com/apache/thrift/pull/277
Expose ciphers parameter from ssl.wrap_socket()
I would like to be able to set the list of suitable cipher suites to use
over the TLS connection.
I've added the ciphers parameter to the TSSLSocket and TSSLServerSocket
constructors, and pass the value through to the ssl.wrap_socket() function
calls.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/RodneyRichardson/thrift py_add_ciphers
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/277.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #277
----
commit dfe2d4a4aa5fde366cbba6110af1189f1fb70356
Author: Rodney Richardson <[email protected]>
Date: 2014-11-20T16:00:34Z
Add ciphers parameter to TSSLSocket constructor.
commit d4bbd410be14b4f26cd2dce66770b1db2c0ffbfc
Author: Rodney Richardson <[email protected]>
Date: 2014-11-20T16:08:15Z
Add ciphers parameter to TSSLServerSocket constructor
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---