Closed cjpatton closed 11 months ago
This does not appear in the grammar of TLS-syntax. Handling of unrecognized variants is unspecified. Either:
The message will be handled as an invalid message, leading to abort; or
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.
QueryConfig
VdafConfig
DpConfig
This does not appear in the grammar of TLS-syntax. Handling of unrecognized variants is unspecified. Either:
The message will be handled as an invalid message, leading to abort; or
The message will be parsed, but the then the receiver will opt-out.
This second option is possible because in each case (
QueryConfig
,VdafConfig
, andDpConfig
) the length prefix allows the entire message to be parsed.