Skip to content

tools: Support detach signing and detach/non-detach verification in json-signer#648

Merged
jyao1 merged 1 commit intointel:mainfrom
mingweishih:json-signer-verify
Nov 27, 2025
Merged

tools: Support detach signing and detach/non-detach verification in json-signer#648
jyao1 merged 1 commit intointel:mainfrom
mingweishih:json-signer-verify

Conversation

@mingweishih
Copy link
Contributor

This PR does the following

  • Support --detach command for signing that writes the signature into a separate file.
  • Support --verify command for verifying both the signed JSON and the unsigned JSON against the signature (--detach)
  • Validate the input JSON against the canonical format (aligning with json_set_signature that does serde_json::from_slice(json_slice)).

Signed-off-by: Ming-Wei Shih <mishih@microsoft.com>
@mingweishih mingweishih requested a review from jyao1 as a code owner November 27, 2025 07:55
@jyao1 jyao1 merged commit 2135e8f into intel:main Nov 27, 2025
51 checks passed
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.

2 participants