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 #456

Open
Neustradamus opened this issue Jul 27, 2022 · 6 comments
Open

RFC 9266: Channel Bindings for TLS 1.3 support #456

Neustradamus opened this issue Jul 27, 2022 · 6 comments
Labels
enhancement New feature or request

Comments

@Neustradamus
Copy link

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-exporter for TLS = 1.3

Thanks in advance.

@agronholm agronholm added the enhancement New feature or request label Jul 27, 2022
@agronholm
Copy link
Owner

Seems easy enough – a few extra lines maybe, plus an added test.

@agronholm
Copy link
Owner

Hit a problem while testing: ValueError: 'tls-exporter' channel binding type not implemented. Are you sure Python can support this?

@Neustradamus
Copy link
Author

I think that there is only the support of "tls-unique":

@agronholm
Copy link
Owner

That was my conclusion as well. So this can only be implemented when Python itself supports tls-exporter.

@Neustradamus
Copy link
Author

@agronholm: I have done a ticket and @davidben too:

I have previously contacted @davidben about boringssl ^^

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants