-
Notifications
You must be signed in to change notification settings - Fork 45
Allow setting path of the State Key (AES) #1324
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
8550d7d
[itp-sgx-crypto] add `ToPubkey` and `AccessPubkey` traits
clangenb 560c787
[itp-sgx-crypto] refactor the Rsa3072 stuff to no longer use static f…
clangenb 2906f8f
[itp-sgx-crypto] set-base-path to the PWD
clangenb e9dbe6e
[enclave-runtime] more explanation about using the PWD
clangenb 177503d
[enclave-runtime] add todo for replacing the once-cell.
clangenb 5645420
taplo fmt
clangenb 0c1d6b9
add some doc
clangenb 8ea4fff
typo
clangenb b229b3e
Merge branch 'master' into cl/set-base-path-of-shielding-key
clangenb 7a381e4
[sgx-crypto] log full path instead of just filename.
clangenb 33faf7d
[itp-sgx-io] fix standalone compilation
clangenb 19b873e
[itp-sgx-crypto] put some functions behind a trait.
clangenb b5c5284
[enclave-runtime/attestation_handler] add signing key repo to struct
clangenb 6a71619
[itp-sgx-crypto] impl `ToPubkey` for `ed25511::Pair`
clangenb cc0be6e
introduce `SigningKeyRepository` and remove all instances of `StaticF…
clangenb f73b880
[itp-sgx-crypto] add base path to AESSeal
clangenb d0e5c3e
[itp-state-handler] wip update tests
clangenb 11a3852
[itp-state-handler] add debug log for existing files in shard
clangenb a4d0a41
[itp-state-handler] fix tests by creating a unique key-repo per test
clangenb 07891b6
Merge branch 'master' into cl/set-base-path-of-state-key
clangenb d53ef30
fix merge errors
clangenb df8c61f
[itp-sgx-crypto] add tests for aes
clangenb 4202a29
taplo fmt
clangenb bace8d6
clippy
clangenb 61688aa
move aes key file name constant to the aes module
clangenb df29524
[stf-state-handle] rename `TestKeyRepositoryMock` to `TestKeyReposito…
clangenb f77d48f
[itp-sgx-crypto] more accurate name for the AES key file
clangenb be3bc66
Merge branch 'master' into cl/set-base-path-of-state-key
clangenb 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
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.
Uh oh!
There was an error while loading. Please reload this page.