-
Notifications
You must be signed in to change notification settings - Fork 34
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
fix(data-formats): use serde_tuple serializer for error messages #629
Conversation
Can we add some integration tests to check that the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Se comment above
8bb1e0c
to
e488946
Compare
e488946
to
33f03d2
Compare
serde_tuple
serializer for Error messages
serde_tuple
serializer for Error messagesUse `serde_tuple` to serialize/deserialize the error messages as a CBOR arrays instead of a CBOR maps as described in the FIDO Device Onboard Specification. Fixes: fdo-rs#620 Signed-off-by: Miguel Martín <[email protected]>
33f03d2
to
d3d65d6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
I've merged this one manually since mergify did not kick in |
Use
serde_tuple
to serialize/deserialize the error messagesas a CBOR arrays instead of a CBOR maps as described in the
FIDO Device Onboard Specification.
Fixes: #620
Signed-off-by: Miguel Martín [email protected]