[issue12551] Provide data for TLS channel binding

Jacek Konieczny report at bugs.python.org
Thu Jul 14 15:19:33 CEST 2011


Jacek Konieczny <jajcus at jajcus.net> added the comment:

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.

----------
Added file: http://bugs.python.org/file22651/tls_channel_binding.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12551>
_______________________________________


More information about the Python-bugs-list mailing list