Skip to content
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 #13

Open
Neustradamus opened this issue Aug 1, 2022 · 2 comments
Open

RFC 9266: Channel Bindings for TLS 1.3 support #13

Neustradamus opened this issue Aug 1, 2022 · 2 comments
Labels
backend/xmpp Issues dealing with the XMPP implementation enhancement New feature or request

Comments

@Neustradamus
Copy link

Neustradamus commented Aug 1, 2022

Can you add the support of RFC 9266: Channel Bindings for TLS 1.3?

Little details, to know easily:

  • tls-unique for TLS =< 1.2
  • tls-server-end-point
  • tls-exporter for TLS = 1.3

Thanks in advance.

Linked to:

@PapaTutuWawa
Copy link
Owner

While I'd like to implement this, I sadly cannot. Flutter/Dart don't give me enough control over the TLS negotiation to do things like channel binding. This would require moving the socket onto the native side where I'd have more possibilities. It's the same reasoning as with the SCRAM-*-PLUS variants.

@Neustradamus
Copy link
Author

Thanks @PapaTutuWawa for your answer!

I have added a ticket in flutter and dart-lang orgs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend/xmpp Issues dealing with the XMPP implementation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants