-
Notifications
You must be signed in to change notification settings - Fork 71
Review CBOR-serializations in attestation.rs #230
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
Conversation
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.
Thanks! Just a couple comments.
|
||
// TODO(baloo): need to yield credential_data and extensions, but that dependends on flags, | ||
// should we consider another type system? | ||
// TODO(MS): Here flags=AT needs to be set, but this data comes from the security device |
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.
Do we have bugs open for these todos?
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.
No, because I'm not even sure if there is anything "to do" here at all :) I can open one (or two), if you like.
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.
I'm not sure I understand the comment, so yes let's open a bug to discuss further.
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.
-> #233
Part of #225 .
We probably want even more tests, though.