-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Support raw ECDH key agreements #82551
Conversation
Tagging subscribers to this area: @dotnet/area-system-security, @vcsjones Issue DetailsThis adds support for exposing raw ECDH key agreements. Every platform exception Win8 supports this. Win8 will get a Closes #71613
|
...m/Security/Cryptography/AlgorithmImplementations/ECDiffieHellman/ECDiffieHellmanTests.Raw.cs
Show resolved
Hide resolved
/azp run runtime-ioslike, runtime-android |
Azure Pipelines successfully started running 2 pipeline(s). |
tvOS failures appear to be dotnet/arcade#11683. No failures in affected area. Merging. |
This adds support for exposing raw ECDH key agreements. Every platform exception Win8 supports this. Win8 will get a
PlatformNotSupportedException
.Closes #71613