-
Notifications
You must be signed in to change notification settings - Fork 97
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
Fido2 - conte91 #437
Open
conte91
wants to merge
15
commits into
BitBoxSwiss:master
Choose a base branch
from
conte91:fido2
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Fido2 - conte91 #437
Commits on Mar 30, 2020
-
u2f: Split U2F keyhandle generation/verification.
Move the functions to generate/verify U2F keyhandles to a separate module.
Configuration menu - View commit details
-
Copy full SHA for 4ebd905 - Browse repository at this point
Copy the full SHA 4ebd905View commit details -
Rename U2F_KEY_SIZE to U2F_COORD_SIZE for better clarity. The "32" refers to the size of one of the coordinates of the (x, y) point on the EC. The actual "key" is referred to as "point" in the same header and has size U2F_POINT_SIZE.
Configuration menu - View commit details
-
Copy full SHA for dd3dc43 - Browse repository at this point
Copy the full SHA dd3dc43View commit details
Commits on Mar 31, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d84e8fa - Browse repository at this point
Copy the full SHA d84e8faView commit details -
u2f: Extract a function to create new keys.
Create a new function in u2f_keyhandle that creates new keys. This makes the code cleaner as a side effect.
Configuration menu - View commit details
-
Copy full SHA for 2a9a2cd - Browse repository at this point
Copy the full SHA 2a9a2cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for d9319b2 - Browse repository at this point
Copy the full SHA d9319b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for cdea7e5 - Browse repository at this point
Copy the full SHA cdea7e5View commit details -
USB processing: Start decoupling USB receive and USB sends.
USB sends can and will be sent only through a straight path starting when a USB packet is received. This is inappropriate as it forces processing the whole USB packet at once (hence blocking workflows etc). Start moving the responsibility for packet sending out of the main USB rx function - although the coupling is still there for now.
Configuration menu - View commit details
-
Copy full SHA for 0236d2b - Browse repository at this point
Copy the full SHA 0236d2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ea40fc - Browse repository at this point
Copy the full SHA 6ea40fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for ecfa287 - Browse repository at this point
Copy the full SHA ecfa287View commit details -
Configuration menu - View commit details
-
Copy full SHA for b03bf65 - Browse repository at this point
Copy the full SHA b03bf65View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72fd7db - Browse repository at this point
Copy the full SHA 72fd7dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ab351f - Browse repository at this point
Copy the full SHA 5ab351fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1aa154f - Browse repository at this point
Copy the full SHA 1aa154fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 134903f - Browse repository at this point
Copy the full SHA 134903fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d41647d - Browse repository at this point
Copy the full SHA d41647dView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.