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 Jajcus
Recipients Jajcus, jcea, pitrou
Date 2011-07-14.13:19:31
SpamBayes Score 0.0021103988
Marked as misclassified No
Message-id <1310649573.69.0.687788912764.issue12551@psf.upfronthosting.co.za>
In-reply-to
Content
This is patch updated according to your suggestions, including raising NotImplementedError when 'tls-unique' is not available and with the ssl.HAS_TLS_UNIQUE constant added.

It also includes an important fix to the data retrieval logic (one condition had to be reverted). 

Now the code is proven to work, by testing with another implementation (SCRAM-SHA-1-PLUS authentication in Isode M-Link 15.1a0).

A alternative patch version will follow.
History
Date User Action Args
2011-07-14 13:19:34Jajcussetrecipients: + Jajcus, jcea, pitrou
2011-07-14 13:19:33Jajcussetmessageid: <1310649573.69.0.687788912764.issue12551@psf.upfronthosting.co.za>
2011-07-14 13:19:33Jajcuslinkissue12551 messages
2011-07-14 13:19:33Jajcuscreate