Skip to content

Commit 3aa0e61

Browse files
committed
Add DeriveSharedSecret & GenerateDataKeyPair
1 parent 79806ef commit 3aa0e61

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

enclaver/src/proxy/kms.rs

+3-1
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,11 @@ static X_AMZ_JSON: HeaderValue = HeaderValue::from_static("application/x-amz-jso
2525

2626
const X_AMZ_CREDENTIAL: &str = "X-Amz-Credential";
2727

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

0 commit comments

Comments
 (0)