Skip to content
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

Support for ECDSA signatures on curve secp256r1 #165

Merged
merged 9 commits into from
Nov 20, 2024
Merged

Support for ECDSA signatures on curve secp256r1 #165

merged 9 commits into from
Nov 20, 2024

Conversation

Geal
Copy link
Contributor

@Geal Geal commented May 20, 2024

Fix #79

To allow Biscuit tokens to be signed by HSM or other key managers, we introduce a way to use ECDSA to sign blocks

TODO:

@Geal Geal changed the title Supprt for ECDSA signatures on curve secp256r1 Support for ECDSA signatures on curve secp256r1 May 20, 2024
@Geal Geal changed the base branch from main to dev May 20, 2024 19:17
SPECIFICATIONS.md Outdated Show resolved Hide resolved
SPECIFICATIONS.md Outdated Show resolved Hide resolved
@Geal Geal marked this pull request as ready for review May 23, 2024 12:40
SPECIFICATIONS.md Outdated Show resolved Hide resolved
@divarvel
Copy link
Collaborator

divarvel commented Nov 19, 2024

SPECIFICATIONS.md looks good, you’ll need to update samples

@Geal
Copy link
Contributor Author

Geal commented Nov 20, 2024

ok, I think this is in a good shape now. The ref implementation is ready, and it is much simpler now wit the refactorings due to the payoad changes

@Geal Geal merged commit ed1c53d into dev Nov 20, 2024
@Geal Geal mentioned this pull request Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ECDSA support
3 participants