-
Notifications
You must be signed in to change notification settings - Fork 157
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
Allow multiple cred pub key types during credential creation #722
Closed
Closed
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
43407bc
Allow multiple cred pub key types for windows hello during credential…
bobomb d11424a
Fix warnings
bobomb f125893
Merge branch 'Yubico:main' into main
bobomb 3c0a68e
Merge branch 'Yubico:main' into main
bobomb 3cb53b3
Change URL for LibreSSL dependency to avoid issues downloading with p…
bobomb 62505e5
add fido_int_array_t type
bobomb d40440c
Allow multiple COSE algorithms to be specified for a credential
bobomb dfdebb8
Merge branch 'main' into main
bobomb 64ed45d
Add missing get/set for multiple cred type
bobomb 71e4714
Add missing get/set for multiple cred type
bobomb 9ad9918
address review comments
bobomb 779aca6
move fido_int_array_t into types.c
bobomb aef9540
fix a log line in cred.c
bobomb 6149e5e
add fido_cred_add_type() to allow adding credential types one by one
bobomb 0e85802
remove unused fido_cred_type_array_ptr()
bobomb b159689
fix no newline error at end of file
bobomb ef55990
remove unused declaration for cbor_decode_cred_authdata_multiple_cose()
bobomb b0f19d1
cleanup cbor_encode_pubkey_param()
bobomb File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
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.
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.
Might be good to check the length of
cose_alg_array
and error out if it's zero before creating these structs in libcbor