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

Size of Transport Parameter Values #1033

Closed
martinduke opened this issue Dec 28, 2017 · 1 comment
Closed

Size of Transport Parameter Values #1033

martinduke opened this issue Dec 28, 2017 · 1 comment
Labels
invalid A duplicate, overcome-by-events, ill-formed, or off-topic issue, or a question better asked on-list.

Comments

@martinduke
Copy link
Contributor

A number of things I found confusing when (finally) implementing Transport Parameters (7.4 of the transport draft)

  1. Figure 6 indicates that the opaque value varies over the range of a 16-bit integer, but the values are 0, 8, 16, or 32 bits depending on the parameter.
  2. Given that the length of the value is type-dependent, I'm not sure how an endpoint can "ignore transport parameters that it does not support" (Sec 7.4.3). How would I skip it if I don't know how long it is?
@martinduke
Copy link
Contributor Author

I've read the TLS presentation language and realize that the format resolves these issues.

@mnot mnot added the invalid A duplicate, overcome-by-events, ill-formed, or off-topic issue, or a question better asked on-list. label Mar 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid A duplicate, overcome-by-events, ill-formed, or off-topic issue, or a question better asked on-list.
Projects
None yet
Development

No branches or pull requests

2 participants