-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
kms: implement DeriveSharedSecret operation #11672
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
Conversation
LocalStack Community integration with Pro 2 files ± 0 2 suites ±0 3m 57s ⏱️ - 1h 38m 4s Results for commit 3eba236. ± Comparison against base commit 3026d5c. This pull request removes 2918 and adds 1 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
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.
LGTM! Just a comment and a question :)
6cf034d
to
3eba236
Compare
Motivation
Support KMS DeriveSharedSecret operation.
Changes
This PR adds an initial implementation for
DeriveSharedSecret
operation alongwith aws validated snapshot tests to verify the results.Related feature request: #11638