]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #12551: Provide a get_channel_binding() method on SSL sockets so as
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 20 Jul 2011 23:11:30 +0000 (01:11 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 20 Jul 2011 23:11:30 +0000 (01:11 +0200)
commitd649480739dba77d9bfb1f320b52e9a838c33a05
tree93c59364a01cfa770342eba85ba99d2e5a3ad99c
parent875048bd4c95ae90c3e541cad681b11436ce1f3f
Issue #12551: Provide a get_channel_binding() method on SSL sockets so as
to get channel binding data for the current SSL session (only the
"tls-unique" channel binding is implemented).  This allows the
implementation of certain authentication mechanisms such as SCRAM-SHA-1-PLUS.

Patch by Jacek Konieczny.
Doc/library/ssl.rst
Lib/ssl.py
Lib/test/test_ssl.py
Misc/ACKS
Misc/NEWS
Modules/_ssl.c