-
Notifications
You must be signed in to change notification settings - Fork 13
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
Add ECDSA key support (SECP256R1) #101
Open
itstheceo
wants to merge
22
commits into
biscuit-auth:master
Choose a base branch
from
phocassoftware:ec_p256
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
Commits on May 20, 2024
-
p256 in progress, commit before updating tests
just want to get plumbed in and existing tests passing
Configuration menu - View commit details
-
Copy full SHA for 1c5789b - Browse repository at this point
Copy the full SHA 1c5789bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 15a93d7 - Browse repository at this point
Copy the full SHA 15a93d7View commit details
Commits on May 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 31bdef7 - Browse repository at this point
Copy the full SHA 31bdef7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46eda04 - Browse repository at this point
Copy the full SHA 46eda04View commit details
Commits on May 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fac0939 - Browse repository at this point
Copy the full SHA fac0939View commit details -
Configuration menu - View commit details
-
Copy full SHA for dab7d6a - Browse repository at this point
Copy the full SHA dab7d6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6455586 - Browse repository at this point
Copy the full SHA 6455586View commit details -
Configuration menu - View commit details
-
Copy full SHA for 658d120 - Browse repository at this point
Copy the full SHA 658d120View commit details -
Configuration menu - View commit details
-
Copy full SHA for adc8f83 - Browse repository at this point
Copy the full SHA adc8f83View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13b8a68 - Browse repository at this point
Copy the full SHA 13b8a68View commit details -
Configuration menu - View commit details
-
Copy full SHA for a42407a - Browse repository at this point
Copy the full SHA a42407aView commit details
Commits on May 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5ade42e - Browse repository at this point
Copy the full SHA 5ade42eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 57da835 - Browse repository at this point
Copy the full SHA 57da835View commit details -
Configuration menu - View commit details
-
Copy full SHA for bfada32 - Browse repository at this point
Copy the full SHA bfada32View commit details
Commits on Jun 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b500faf - Browse repository at this point
Copy the full SHA b500fafView commit details
Commits on Jun 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6b1c00b - Browse repository at this point
Copy the full SHA 6b1c00bView commit details
Commits on Jun 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b5ca28c - Browse repository at this point
Copy the full SHA b5ca28cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 984132f - Browse repository at this point
Copy the full SHA 984132fView commit details
Commits on Jun 25, 2024
-
Implement 3rd party block creation (#104) (#4)
This implements 3rd party block generation and appending to existing tokens. It also fixes existing issues with public key interning which made deserialization of tokens with 3rd party blocks incorrect in some cases. Co-authored-by: Geoffroy Couprie <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c4df990 - Browse repository at this point
Copy the full SHA c4df990View commit details -
Merge branch 'master' into ec_p256
# Conflicts: # src/main/java/org/biscuitsec/biscuit/crypto/KeyPair.java # src/main/java/org/biscuitsec/biscuit/crypto/PublicKey.java # src/main/java/org/biscuitsec/biscuit/token/Biscuit.java # src/main/java/org/biscuitsec/biscuit/token/UnverifiedBiscuit.java # src/main/java/org/biscuitsec/biscuit/token/builder/parser/Parser.java # src/main/java/org/biscuitsec/biscuit/token/format/SerializedBiscuit.java # src/test/java/org/biscuitsec/biscuit/token/BiscuitTest.java
Configuration menu - View commit details
-
Copy full SHA for 6921c04 - Browse repository at this point
Copy the full SHA 6921c04View commit details -
Merge pull request #5 from biscuit-auth/master
Implement 3rd party block creation (#104)
Configuration menu - View commit details
-
Copy full SHA for 72d0ed1 - Browse repository at this point
Copy the full SHA 72d0ed1View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb470ca - Browse repository at this point
Copy the full SHA eb470caView 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.