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.
This commit is contained in:
Antoine Pitrou 2011-07-21 01:11:30 +02:00
parent 875048bd4c
commit d649480739
6 changed files with 196 additions and 0 deletions

View file

@ -516,6 +516,7 @@ Lenny Kneler
Pat Knight
Greg Kochanski
Damon Kohler
Jacek Konieczny
Марк Коренберг
Vlad Korolev
Joseph Koshy