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

Handle disabled algorithms on Azure Linux #106698

Merged
merged 2 commits into from
Aug 21, 2024

Conversation

vcsjones
Copy link
Member

This pull request reacts to more changes in Azure Linux.

  1. While SCOSSL does support ChaCha20-Poly1305, Azure Linux disables it:

    https://github.com/microsoft/azurelinux/blob/027873ec537e7cf30f7d724c9dc1ad02098752b7/SPECS/openssl/openssl.spec#L170

  2. Azure Linux with SymCrypt-OpenSSL does not support explicit EC curves. Unlike other platforms like Apple, SCOSSL allows importing and exporting explicit curve keys, rather they only fail at use time. For this, we introduce a new provider property that keeps track of how explicit EC curves fail.

  3. Azure Linux does not support generating small RSA keys.

Contributes to #106489

Copy link
Contributor

Tagging subscribers to this area: @dotnet/area-system-security, @bartonjs, @vcsjones
See info in area-owners.md if you want to be subscribed.

@vcsjones vcsjones added the test-enhancement Improvements of test source code label Aug 21, 2024
@vcsjones vcsjones merged commit 8ab1776 into dotnet:main Aug 21, 2024
84 checks passed
@vcsjones vcsjones deleted the azl-disabled-algos branch August 21, 2024 01:49
@github-actions github-actions bot locked and limited conversation to collaborators Sep 20, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-System.Security test-enhancement Improvements of test source code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants