-
Notifications
You must be signed in to change notification settings - Fork 19
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
Added UI attestation module unit tests #109
Added UI attestation module unit tests #109
Conversation
9e2a668
to
80433f9
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.
Looking good so far. I think there might be some issues with pointer usage, and also a need for additional testing of some scenarios.
Make sure we don't treat binary data as strings for data comparison
Helper macros now infer buffer size from sizeof() instead of receiving data length as a parameter
efe2ca6
to
0708cd8
Compare
- Corrected APDU buffer size - Actually testing paging
- Using new apdu helper macros instead of old set_apdu / assert_apdu - Removed string comparison for binary data - Fixed some test cases - Removed magic numbers
0708cd8
to
eb160bf
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.
Looking good! Minor things that we need to address and then we're ready to merge.
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!
No description provided.