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

Use Azure SDK for RSA algorithm #251

Merged
merged 2 commits into from
May 12, 2024
Merged

Use Azure SDK for RSA algorithm #251

merged 2 commits into from
May 12, 2024

Conversation

vcsjones
Copy link
Owner

This removes the dependency on RSAKeyVaultProvider and uses the functionality provided in the Azure SDK out of the box.

Using the Azure SDK directly lets us specify a retry policy with CryptographyClientOptions.

vcsjones added 2 commits May 11, 2024 15:33
The Azure SDK has this functionality built-in. Though the SDK lacks ECDSA support, this never worked correctly.
@vcsjones vcsjones added this to the v6.0 milestone May 12, 2024
@vcsjones vcsjones merged commit e6e4046 into main May 12, 2024
1 check passed
@vcsjones vcsjones deleted the azure-rsa branch May 12, 2024 00:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant