-
Notifications
You must be signed in to change notification settings - Fork 60
Add support for large RSA keys (3072, 4096) and integrationtest allow-list of valid Yubikeys serials #100
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
Merged
Merged
Add support for large RSA keys (3072, 4096) and integrationtest allow-list of valid Yubikeys serials #100
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
f60eee2
Reformatting and small refactor
DennisDyallo 598555e
Adding larger RSA keys and tests
DennisDyallo 352bf4c
Add allow list for yubikeys in env variables
DennisDyallo de61810
Temporary store work
DennisDyallo 9aa549f
Ignore rules on test project
DennisDyallo f0c471f
Refactor tests, add feature flag block of attempt invalid keysize
DennisDyallo c84110c
Revert change
DennisDyallo 68c4a24
Undo this. notneeded
DennisDyallo aea8e4a
Handle in different branch
DennisDyallo 544dca9
Add data
DennisDyallo 096f3d8
Reuse common method, remove unsuitable tests, add tests
DennisDyallo d3bacae
Add RSA3072, RSA4096
DennisDyallo 7c40924
Refactor
DennisDyallo 55488d6
Reorder
DennisDyallo fe78afc
Addressed PR review
DennisDyallo e715725
Merge branch 'develop' into feature/large-rsa-keys
DennisDyallo 9ba4bf2
Dotnet format
DennisDyallo da9014c
Refactor
DennisDyallo 99b19f0
Reformat
DennisDyallo 2befac0
Reorder
DennisDyallo d54cf7e
Clarification with docs
DennisDyallo a5ce820
CLRF
DennisDyallo 06f90b0
Address PR feedback
DennisDyallo e21a090
Removing unused test data
DennisDyallo a0b87a9
Addressed PR review
DennisDyallo e4c7510
Clarified the usage
DennisDyallo b15b87b
Fix failing unit test
DennisDyallo 9d57e3c
Dotnet format
DennisDyallo 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,6 @@ | |
|
||
using Yubico.Core.Iso7816; | ||
|
||
|
||
namespace Yubico.YubiKey.Otp.Commands | ||
{ | ||
/// <summary> | ||
|
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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.
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.
Uh oh!
There was an error while loading. Please reload this page.