-
Notifications
You must be signed in to change notification settings - Fork 493
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ClientEncryption: Adds dependency on the latest preview SDK version w…
…ith Algorithm in EncryptionKeyWrapMetadata (#3066) 1) Make encryption package depend on latest SDK preview (3.26.0-preview) - Implement DeleteAllItemsByPartitionKeyStreamAsync as pass through since it doesn't require anything specific in relation to client encryption (partition keys may not be encrypted using client side encryption). Add validation on client encryption key create/rewrap APIs to only allow the RSA-OAEP algorithm for wrapping as that is the only wrap algorithm supported as of now. 2) Improve public documentation of client encryption. 3) Rename EncryptionAlgorithm to DataEncryptionAlgorithm (it was just changed from DataEncryptionKeyAlgorithm) to avoid conflicts with EncryptionAlgorithm in the Azure Key vault package (to make it easier for consumers rather than them needing to disambiguate by namespace). 4) Bump encryption package version to be able to release new package and update changelog.
- Loading branch information
1 parent
af9b009
commit 729e135
Showing
16 changed files
with
225 additions
and
145 deletions.
There are no files selected for viewing
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
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.