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 cfrantz
Recipients cfrantz, heikki, janssen
Date 2009-09-07.16:29:51
SpamBayes Score 0.0002943666
Marked as misclassified No
Message-id <1252340994.18.0.0103093021371.issue3597@psf.upfronthosting.co.za>
In-reply-to
Content
I believe the attached patch provides the desired functionality.

By default, the SSL library selects appropriate ciphers.  If the user
creates an SSLSocket with a cipher_list, the string is passed directly
to SSL_CTX_set_cipher_list().
History
Date User Action Args
2009-09-07 16:29:54cfrantzsetrecipients: + cfrantz, janssen, heikki
2009-09-07 16:29:54cfrantzsetmessageid: <1252340994.18.0.0103093021371.issue3597@psf.upfronthosting.co.za>
2009-09-07 16:29:52cfrantzlinkissue3597 messages
2009-09-07 16:29:52cfrantzcreate