ietf-wg-ppm / draft-ietf-ppm-dap-taskprov

Define DAP extension for in-band task provisioning.
Other
3 stars 4 forks source link

Remove `default` variant of `select` blocks #55

Closed cjpatton closed 11 months ago

cjpatton commented 11 months ago

This does not appear in the grammar of TLS-syntax. Handling of unrecognized variants is unspecified. Either:

  1. The message will be handled as an invalid message, leading to abort; or

  2. The message will be parsed, but the then the receiver will opt-out.

This second option is possible because in each case (QueryConfig, VdafConfig, and DpConfig) the length prefix allows the entire message to be parsed.