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 support for AES encryption and key wrap algorithms #16025

Merged
merged 6 commits into from
Oct 22, 2020

Conversation

heaths
Copy link
Member

@heaths heaths commented Oct 15, 2020

Resolves #14887 and resolves #14888

@heaths
Copy link
Member Author

heaths commented Oct 15, 2020

Note this is only for feedback. Once we have some initial consensus I'll add unit tests, work on adding recorded tests (we have an an environment I should be able to access), and leverage what algorithms we may from track 1 if they have been reviewed.

Copy link
Member

@christothes christothes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - Added some nits and minor suggestions.

@heaths heaths marked this pull request as ready for review October 20, 2020 02:43
@heaths heaths merged commit 5e79cd7 into Azure:master Oct 22, 2020
@heaths heaths deleted the issue14887 branch October 22, 2020 01:07
annelo-msft pushed a commit to annelo-msft/azure-sdk-for-net that referenced this pull request Feb 17, 2021
* Add oct-HSM key type

Resolves Azure#14887

* Add additional encryption algorithms to Keys

Resolves Azure#14888

* Add AES-CBC and AES-GCM implementations/proxies

* Add AES support to AesCryptographyProvider

* Use factory methods for encrypt/decrypt options

* Update public API
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add algorithms to EncryptionAlgorithm for Key Vault Add oct-HSM support
3 participants