This repository was archived by the owner on Nov 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
SecretStore: generating signatures #5764
Merged
Merged
Changes from 49 commits
Commits
Show all changes
52 commits
Select commit
Hold shift + click to select a range
bdea714
refactoring traits
svyatonik de3d882
separate generation session
svyatonik 68cfc48
generalized ClusterSessions
svyatonik 679fcbe
signing session prototype
svyatonik 56a7458
full_signature_math_session
svyatonik 296aa7a
consensus session prototype
svyatonik eed126f
continue signing session
svyatonik 4de05de
continue signing session
svyatonik b29ac81
continue signing session
svyatonik 495e45f
continue signing session
svyatonik 20cba71
isolated consensus logic
svyatonik c43e6bf
started work on signing test
svyatonik dcfb98a
complete_gen_sign_session works
svyatonik 537a575
consensus tests
svyatonik 10210ae
get rid of duplicated data in SigningSession
svyatonik 40e7a68
TODOs in signing session
svyatonik 9e1d817
fixing tests
svyatonik 7efdad0
fixed last test
svyatonik e503113
signing session in http listener
svyatonik 3a843d4
new key server tests
svyatonik eb480aa
Merge branch 'master' into secretstore_signing
svyatonik b0f344a
fix after merge
svyatonik a792b30
enabled warnings
svyatonik 6999957
fixed possible race
svyatonik 7497654
ignore previous jobs responses
svyatonik 340c357
include sef node in consensus when confirmed
svyatonik e2e89b6
fixed warning
svyatonik 1b26bd9
removed extra clones
svyatonik acdabc5
consensus_restarts_after_node_timeout
svyatonik f8646ab
encrypt signature before return
svyatonik e0d891f
Merge branch 'master' into secretstore_signing
svyatonik 4f181c7
return error text along with HTTP status
svyatonik 92c1c20
fix for odd-of-N (share check fails + not equal to local sign)
svyatonik 4d1b750
fixed t-of-N for odd t
svyatonik a0e6735
fixed test cases in complete_gen_sign_session
svyatonik 810e725
fixed mistimed response reaction
svyatonik ba50ca0
Merge branch 'secretstore_signing' into secretstore_signing2
svyatonik 6d4b473
Merge branch 'secretstore_errortext' into secretstore_signing2
svyatonik 8912a19
Merge branch 'secretstore_oddsigning' into secretstore_signing2
svyatonik 48693ca
jobs draft
svyatonik 7b4f591
DecryptionJob
svyatonik a596c82
consensus session tets
svyatonik 9e2448f
fixed decryption tests
svyatonik 2db6f48
signing job implementation
svyatonik 3f61001
siginng_session using new consensus_session
svyatonik 009d93e
added license preambles
svyatonik 2912f8e
same_consensus_group_returned_after_second_selection
svyatonik 8dc6b0f
database upgrade v0 -> v1
svyatonik bbe4c24
Merge branch 'master' into secretstore_signing2
svyatonik 2ba595e
typo
svyatonik b3392af
fixed grumbles
svyatonik 9c56d8e
Merge branch 'master' into secretstore_signing2
arkpar File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could be just an array