-
Notifications
You must be signed in to change notification settings - Fork 30
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
WIP Add support for Ed25519, Ed448, X25519 and X448. RFC 8037 #98
Draft
atombrella
wants to merge
37
commits into
certbot:main
Choose a base branch
from
atombrella:rfc_8037
base: main
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.
Draft
Changes from 31 commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
5d40d44
Ed25519 keys
atombrella a7066e1
Preliminary work on integrating Ed448 and Ed25519 keys.
atombrella 6b78592
more work
atombrella 851bfb4
Start writing tests
atombrella 2578ed9
Tests
atombrella 7f061de
More tests
atombrella 240be4b
more work
atombrella 818a40f
Add typing to ComparableKey and JWKOKP.
atombrella 78961a9
fields_to_partial_json
atombrella c87f0e1
More testing
atombrella 06b6019
generate with x25519
atombrella 038833b
Better way to load keys
atombrella 8c24dd8
At least loading from json
atombrella 31c2b9d
Tests and other stuff
atombrella e506a17
better fields_from_json
atombrella 573e61e
RFC 8032 work
atombrella cf94319
More work
atombrella 6c2a6d7
More work
atombrella 590fc50
ComparableOKPKey work
atombrella 3a73a35
Merge branch 'master' into rfc_8037
adferrand a5a9f93
Merge remote-tracking branch 'upstream/master' into rfc_8037
atombrella cae9030
Clean up
atombrella 571e0c4
Comment out sections with X25519 and X448. Proper return types.
atombrella 2256c10
Fix test
atombrella 4cc26b6
Fix some mypy warnings, introduce more.
atombrella a9d5b51
pleasing mypy
atombrella c6d5079
undo stuff
atombrella 00bd690
Tests and more
atombrella 844fe6a
Merge branch 'master' of github.com:certbot/josepy into rfc_8037
atombrella d650cfa
Fix isort
atombrella 5144134
Better tests
atombrella f9fc969
More testing
atombrella 3b8ba32
Merge branch 'master' of github.com:certbot/josepy into rfc_8037
atombrella 3ef6f85
Make tests pass
atombrella 85bf5f7
Better tests
atombrella 3ad6181
X448 and X25519 do not work locally for me.
atombrella eaef5f7
Merge branch 'master' of github.com:certbot/josepy into rfc_8037
atombrella 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
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.
I'm not sure if there are coding guidelines about grouping imports.