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

Implement CryptographyClient with EC support #7686

Merged
merged 11 commits into from
Sep 20, 2019
Merged

Conversation

heaths
Copy link
Member

@heaths heaths commented Sep 19, 2019

Resolves #7518

This adds test for CryptographyClient for the EC crypto provider. I will add more tests with the RSA provider once the overall structure is approved.

@heaths
Copy link
Member Author

heaths commented Sep 20, 2019

/azp run net - core - ci

@azure-pipelines
Copy link

Pull request contains merge conflicts.

Also adds additional validation based on DiagnosticScope.
Discussed various ideas but they had deeper adverse effects on runtime code that I feel is too risky. We have plenty of coverage elsewhere for ES256K in general across non-macOS platforms. We really don't need it here.
Copy link
Member

@schaabs schaabs left a comment

Choose a reason for hiding this comment

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

:shipit:

@heaths heaths merged commit 19f09c2 into Azure:master Sep 20, 2019
@heaths heaths deleted the issue7518 branch September 20, 2019 21:47
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.

Support local operations on CryptographyClient
2 participants