-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FAB-1573] Make deliver API signable
https://jira.hyperledger.org/browse/FAB-1573 This changeset modifies the Deliver API to accept an Envelope of type DELIVER_SEEK_INFO instead of a standard SeekInfo message. The Envelope embeds a SeekInfo as well as the bits necessary to construct a non-replayable signature. This unfortunately breaks the API, but it seems better to fix it now than to wait until there are more dependencies. The alternative was to invent yet another signing scheme, which seemed like it would be equally as much work on the consumer side with ongoing messiness. Change-Id: I3e8a759d33f68cb6a69f5242440136da730f0396 Signed-off-by: Jason Yellick <[email protected]>
- Loading branch information
Jason Yellick
committed
Jan 11, 2017
1 parent
149ae0d
commit 1bf6190
Showing
14 changed files
with
291 additions
and
195 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
Oops, something went wrong.