-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add capability to merge signatures signed by different parties
Signatures generated at different times may need to be merged when the private keys are no longer available. To support this use case, the (*JSONSignature).Merge method has been added. It allows the caller to merge signatures with the same payload from other sources into the receiver. The resulting signature can verify content from all of the available public keys. Signed-off-by: Stephen J Day <[email protected]>
- Loading branch information
Showing
2 changed files
with
99 additions
and
0 deletions.
There are no files selected for viewing
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
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