Skip to content

Commit 36b92dd

Browse files
committed
Add DeriveSharedSecret & GenerateDataKeyPair
1 parent 79806ef commit 36b92dd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

enclaver/src/proxy/kms.rs

+2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ const X_AMZ_CREDENTIAL: &str = "X-Amz-Credential";
2727

2828
const ATTESTING_ACTIONS: [&str; 3] = [
2929
"TrentService.Decrypt",
30+
"TrentService.DeriveSharedSecret",
3031
"TrentService.GenerateDataKey",
32+
"TrentService.GenerateDataKeyPair",
3133
"TrentService.GenerateRandom",
3234
];
3335

0 commit comments

Comments
 (0)