You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we have catch-all enum variants for HPKE algorithm identifiers, to enable graceful handling of unsupported keys. We should add similar variants to other enums where it makes sense, so we can finish decoding messages where possible, and then return more tailored error messages from application logic, instead of urn:ietf:params:ppm:dap:error:invalidMessage. Note that this will be a breaking change to janus_messages.
The text was updated successfully, but these errors were encountered:
Currently we have catch-all enum variants for HPKE algorithm identifiers, to enable graceful handling of unsupported keys. We should add similar variants to other enums where it makes sense, so we can finish decoding messages where possible, and then return more tailored error messages from application logic, instead of
urn:ietf:params:ppm:dap:error:invalidMessage
. Note that this will be a breaking change tojanus_messages
.The text was updated successfully, but these errors were encountered: