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

Perhaps need structured ALPN tokens #422

Closed
grmocg opened this issue Mar 3, 2014 · 1 comment
Closed

Perhaps need structured ALPN tokens #422

grmocg opened this issue Mar 3, 2014 · 1 comment

Comments

@grmocg
Copy link
Contributor

grmocg commented Mar 3, 2014

There has been a lot of conversation about how to use the ALPN tokens.
In the case of TLS, the token indicates only the application-layer protocol on top of TLS/TCP/IP. This is unlikely to lead to a combinatorial explosion of IDs.

In the case of usage from DNS, the token potentially indicates a stack of protocols.
This could easily lead to a combinatorial explosion of IDs, especially if identifiers for schemes are included.

If it is decided that this is unnecessary, then some characters should be reserved so that structured tokens can be created in the future, e.g. '/', '{', '}', ',' could be reserved.

@mnot
Copy link
Member

mnot commented Mar 3, 2014

Discussed in London; constraining ALPN tokens formally isn't in-scope for this WG, but we'll endeavour not to use special characters.

@mnot mnot closed this as completed Mar 3, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants