-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* verify recovery key signatures before comitting recovery Signed-off-by: Daniel Weiße <[email protected]> * cli: fix private key loading function Signed-off-by: Daniel Weiße <[email protected]> * coordinator: increase security version number to 2 Signed-off-by: Daniel Weiße <[email protected]> * store: tighten up interface Signed-off-by: Daniel Weiße <[email protected]> * stdstore: revert nil check Signed-off-by: Daniel Weiße <[email protected]> * coordinator: bind sealed key to state Signed-off-by: Daniel Weiße <[email protected]> * coordinator: split up setting and sealing of store key Signed-off-by: Daniel Weiße <[email protected]> * coordinator: add context to BeginReadTransaction Signed-off-by: Daniel Weiße <[email protected]> * coordinator: remove redundant key sealing Signed-off-by: Daniel Weiße <[email protected]> * clientapi: fix incorrect secret when starting read transaction Signed-off-by: Daniel Weiße <[email protected]> * cli: add test for pkcs11 rsa key loading Signed-off-by: Daniel Weiße <[email protected]> * cli: update recover command documentation Signed-off-by: Daniel Weiße <[email protected]> * sealer: fix doc comment Signed-off-by: Daniel Weiße <[email protected]> * server: remove redundant return statement Signed-off-by: Daniel Weiße <[email protected]> * stdstore: replace key backup with atomic file replace Signed-off-by: Daniel Weiße <[email protected]> * add tests for security fix Signed-off-by: Daniel Weiße <[email protected]> * stdstore: fix seal mode not being correctly set after recovery Signed-off-by: Daniel Weiße <[email protected]> * add integration test to verify key binding Signed-off-by: Daniel Weiße <[email protected]> * docs: update recovery workflows Signed-off-by: Daniel Weiße <[email protected]> * fix linting issues Signed-off-by: Daniel Weiße <[email protected]> --------- Signed-off-by: Daniel Weiße <[email protected]>
- Loading branch information
1 parent
08a4d8b
commit e4864f9
Showing
31 changed files
with
848 additions
and
365 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
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.