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 pitrou
Recipients eric.smith, exarkun, giampaolo.rodola, heikki, janssen, pitrou
Date 2010-05-01.20:56:51
SpamBayes Score 1.3092665e-05
Marked as misclassified No
Message-id <1272747420.7.0.0425371890054.issue8550@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch exposing SSL contexts as the "SSLContext" class. Also, SSL sockets are refactored to create a standalone SSLContext object, unless you create them using the new SSLContext.wrap_socket(). Please note that SSLContexts do not expose much more information than SSL sockets previously did. New SSLContext functionality (such as options) can be added later.

Docs are missing, but tests are there.
History
Date User Action Args
2010-05-01 20:57:00pitrousetrecipients: + pitrou, exarkun, janssen, eric.smith, giampaolo.rodola, heikki
2010-05-01 20:57:00pitrousetmessageid: <1272747420.7.0.0425371890054.issue8550@psf.upfronthosting.co.za>
2010-05-01 20:56:58pitroulinkissue8550 messages
2010-05-01 20:56:57pitroucreate