You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add oct-HSM key type
Resolves#14887
* Add additional encryption algorithms to Keys
Resolves#14888
* Add AES-CBC and AES-GCM implementations/proxies
* Add AES support to AesCryptographyProvider
* Use factory methods for encrypt/decrypt options
* Update public API
annelo-msft
pushed a commit
to annelo-msft/azure-sdk-for-net
that referenced
this issue
Feb 17, 2021
* Add oct-HSM key type
ResolvesAzure#14887
* Add additional encryption algorithms to Keys
ResolvesAzure#14888
* Add AES-CBC and AES-GCM implementations/proxies
* Add AES support to AesCryptographyProvider
* Use factory methods for encrypt/decrypt options
* Update public API
For Key Vault 7.2-preview, to
EncryptionAlgorithm
(in swagger, theKeyOperationsParameters
model), add the following algorithms: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
andDecrypt
.See the service version 7.1 -> 7.2-preview diff 🔒 for details.
The text was updated successfully, but these errors were encountered: