-
Notifications
You must be signed in to change notification settings - Fork 25
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
Biscuit v5 #162
Draft
Geal
wants to merge
27
commits into
main
Choose a base branch
from
dev
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
Biscuit v5 #162
Conversation
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
Specification for `reject if`
* add samples for reject if * missing change
Co-authored-by: Clément Delafargue <[email protected]>
add spec and samples for map and array types
Also explictly document the `Get` binary operation
Specify FFI calls
This introduces a new way to construct the payload for block signatures and external signatures: - prefixes are used to recognize each type of signature: `BLOCK` or `EXTERNAL` - prefixes are used to separate each part of the payload - external signature payloads contain the signature of the previous block instead of the current block's public key - block signatures now contain the signature of the previous block too - the previous payload format for block signatures. is deprecated Still supported, but will be removed in a future major version - the previous payload format for external signatures is not supported anymore Co-authored-by: Clément Delafargue <[email protected]>
update samples (lenient equals sample)
ffi updates
This adds support for ECDSA signatures based on secp256r1. This will make it easier for biscuit tokens to work in environments with FIPS requirements, or with HSMs
improve a bit the specification for third-party block version constraints
clarify datalog versions (3.x)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR holds the current development for the next Biscuit version (version 5 of the format)
ToDo
==
.type()
null
.any()
,.all()