Uh oh!
There was an error while loading. Please reload this page.
Document .NET 10 OpenSSL 1.1.1 minimum requirement on Unix - #49617
Merged
Conversation
Co-authored-by: gewarren <24882762+gewarren@users.noreply.github.com>
vcsjones
approved these changes
Nov 4, 2025
CopilotAI
changed the title
[WIP] Update .NET to require OpenSSL 1.1.1 or laterDocument .NET 10 OpenSSL 1.1.1 minimum requirement on UnixNov 4, 2025
bartonjs
approved these changes
Nov 4, 2025
Updated the OpenSSL version requirement documentation for .NET 10, changing the issue link and refining some text for clarity.
gewarren
approved these changes
Nov 5, 2025
Uh oh!
There was an error while loading. Please reload this page.
gewarren
marked this pull request as ready for review
November 5, 2025 00:41
gewarren
enabled auto-merge (squash)
November 5, 2025 00:41
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR documents a breaking change in .NET 10 that requires OpenSSL 1.1.1 or later on Unix platforms. The change drops support for older OpenSSL versions like 1.0.2 and 1.1.0.
- Adds documentation for the OpenSSL version requirement breaking change
- Updates the table of contents to include the new article
- Adds entry to the .NET 10 breaking changes index
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| docs/core/compatibility/cryptography/10.0/openssl-version-requirement.md | New breaking change article documenting OpenSSL 1.1.1+ requirement |
| docs/core/compatibility/toc.yml | Adds TOC entry for the new OpenSSL version requirement article |
| docs/core/compatibility/10.0.md | Adds the breaking change to the .NET 10 breaking changes index |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Uh oh!
There was an error while loading. Please reload this page.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
.NET 10 requires OpenSSL 1.1.1+ on Unix platforms using OpenSSL for cryptography (e.g., Linux). Applications fail to start if an older version is present. macOS is unaffected as it doesn't use OpenSSL.
Changes
New breaking change document:
docs/core/compatibility/cryptography/10.0/openssl-version-requirement.mdUpdated navigation: Added entries to
toc.ymland10.0.mdindex under Cryptography sectionFixes#47072
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.
Internal previews