-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(core): EXPERIMENTAL: EC-wrapped key support (#1902)
### Proposed Changes - Lets KAS use an elliptic key based mechanism for key (split) encapsulation - Adds a new `ec-wrapped` KAO type that uses a hybrid EC encryption scheme to wrap the values - Adds a feature flag (`services.kas.ec_tdf_enabled`) on the server. - Exposes feature flag to service launcher workflows as `ec-tdf-enabled` - To use with SDK, adds a new `WithWrappingKeyAlg` functional option ### Checklist - [ ] I have added or updated unit tests - [ ] I have added or updated integration tests (if appropriate) - [ ] I have added or updated documentation ### Testing Instructions <!-- branch-stack --> - `main` - \#1902 :point\_left: - \#1907 --------- Co-authored-by: sujan kota <sujankota@gmail.com>
- Loading branch information
1 parent
f902295
commit 652266f
Showing
23 changed files
with
1,146 additions
and
297 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.