mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
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:
parent
875048bd4c
commit
d649480739
6 changed files with 196 additions and 0 deletions
|
|
@ -516,6 +516,7 @@ Lenny Kneler
|
|||
Pat Knight
|
||||
Greg Kochanski
|
||||
Damon Kohler
|
||||
Jacek Konieczny
|
||||
Марк Коренберг
|
||||
Vlad Korolev
|
||||
Joseph Koshy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue