Skip to content
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

Add algorithms to EncryptionAlgorithm for Key Vault #14805

Closed
heaths opened this issue Sep 4, 2020 · 0 comments · Fixed by #17209
Closed

Add algorithms to EncryptionAlgorithm for Key Vault #14805

heaths opened this issue Sep 4, 2020 · 0 comments · Fixed by #17209
Assignees
Labels
Client This issue points to a problem in the data-plane of the library. feature-request This issue requires a new behavior in the product in order be resolved. KeyVault

Comments

@heaths
Copy link
Member

heaths commented Sep 4, 2020

For Key Vault 7.2-preview, to EncryptionAlgorithm (in swagger, the KeyOperationsParameters model), add the following algorithms:

  • A128GCM
  • A192GCM
  • A256GCM
  • A128KW
  • A192KW
  • A256KW
  • A128CBC
  • A192CBC
  • A256CBC
  • A128CBCPAD
  • A192CBCPAD
  • A256CBCPAD

As many of these as possible should be supported locally without writing our own cryptography.

Also add the following properties:

  • Iv (model property: iv)
  • AdditionalAuthenticatedData (model property: aad)
  • Tag (model property: tag)

These will likely need to be in a new options type/parameter passed to Encrypt and Decrypt.

See the service version 7.1 -> 7.2-preview diff 🔒 for details.

@heaths heaths added Client This issue points to a problem in the data-plane of the library. KeyVault labels Sep 4, 2020
@heaths heaths added this to the [2020] October milestone Sep 4, 2020
@vcolin7 vcolin7 added the feature-request This issue requires a new behavior in the product in order be resolved. label Sep 28, 2020
openapi-sdkautomation bot pushed a commit to AzureSDKAutomation/azure-sdk-for-java that referenced this issue Jun 24, 2021
Web ant93.2 2021 01 15 (Azure#14805)

* Adds base for updating Microsoft.Web from version stable/2021-01-01 to version 2021-01-15

* Updates readme

* Updates API version in new specs and examples

* Add Cert and Domain Registration APIs. Fix publishingcredentialpolici… (Azure#14738)

* Add Cert and Domain Registration APIs. Fix publishingcredentialpolicies collection API response. Add networkconfig API verbs for sites and slots

* Fix examples

* Fix issue R4037

* Fix lintDiff issues

* Fix more issues

Co-authored-by: Naveed Aziz <naveed.aziz@gmail.com>

* Add x-ms-pageable for ListBasicPublishingCredentialsPolicies APIs (Azure#14960)

Co-authored-by: Naveed Aziz <naveed.aziz@gmail.com>
@github-actions github-actions bot locked and limited conversation to collaborators Apr 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Client This issue points to a problem in the data-plane of the library. feature-request This issue requires a new behavior in the product in order be resolved. KeyVault
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants