Make invite acceptance resonse and request for share use http-sig always#384
Open
mickenordin wants to merge 7 commits into
Open
Make invite acceptance resonse and request for share use http-sig always#384mickenordin wants to merge 7 commits into
mickenordin wants to merge 7 commits into
Conversation
thibmeu
reviewed
Jul 12, 2026
| the Receiving Server would not be able to verify the signature without | ||
| having access to the shared secret in advance. | ||
|
|
||
| ## Verification Requirements |
There was a problem hiding this comment.
adding a short mention of Accept-Signature (Section 5.1 of RFC 9421) as a wayn for verifier to state which parameters they require and support seems relevant in this section
Member
Author
There was a problem hiding this comment.
Is this needed since we have the http-sig capability in the discovery, already negotiating this? Do you know if it is usually is used by software libraries to prepare signatures, or if it would be redundant in this context given our discovery mechanism?
The tag is part of the signature, where as a label is only a dictionary key that MAY be rewritten by intermediaries.
Make ed25519 recommended for signatures and sha256 mandatory for hash algorithms.
We want signatures to always be used when they can be
Member
Author
|
I have now tried to describe the consensus about signature applicability and backwards compatibility in such a way that the spec allows incremental adoption. |
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
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.
No description provided.