-
Notifications
You must be signed in to change notification settings - Fork 772
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RFC 9266: Channel Bindings for TLS 1.3 support #1584
Comments
Interesting! I wasn't aware of this. Autobahn(Python) (and Crossbar.io) support WAMP authentication via WAMP-Cryptosign with TLS channel binding of type WAMP-Cryptosign: autobahn-python/autobahn/wamp/cryptosign.py Line 394 in 9f425ff
Twisted: autobahn-python/autobahn/twisted/util.py Line 134 in 9f425ff
asyncio: autobahn-python/autobahn/asyncio/util.py Line 43 in 9f425ff
However, we don't support binding type
Now, since that new channel binding also produces 32 octet channel IDs, it is straight forward to add. However, we need upstream support .. I think .. to be able to read this id. |
@oberstet: Thanks for your quick answer :) I have create a ticket in Crossbar too: crossbario/crossbar#2037 |
For CPython, here is the upstream PR which would allow adding support (here in AutobahnPython and in Crossbar.io): python/cpython#95366 For PyPy, this remains to be seen .. |
Can you add the support of RFC 9266: Channel Bindings for TLS 1.3?
Little details, to know easily:
Thanks in advance.
Linked to:
The text was updated successfully, but these errors were encountered: