-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Document .NET 10 OpenSSL 1.1.1 minimum requirement on Unix #49617
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
Merged
Conversation
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
Co-authored-by: gewarren <24882762+gewarren@users.noreply.github.com>
vcsjones
approved these changes
Nov 4, 2025
Copilot
AI
changed the title
[WIP] Update .NET to require OpenSSL 1.1.1 or later
Document .NET 10 OpenSSL 1.1.1 minimum requirement on Unix
Nov 4, 2025
Copilot finished work on behalf of
gewarren
November 4, 2025 23:29
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
docs/core/compatibility/cryptography/10.0/openssl-version-requirement.md
Outdated
Show resolved
Hide resolved
Contributor
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 |
docs/core/compatibility/cryptography/10.0/openssl-version-requirement.md
Show resolved
Hide resolved
docs/core/compatibility/cryptography/10.0/openssl-version-requirement.md
Outdated
Show resolved
Hide resolved
docs/core/compatibility/cryptography/10.0/openssl-version-requirement.md
Outdated
Show resolved
Hide resolved
docs/core/compatibility/cryptography/10.0/openssl-version-requirement.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Sign up for free
to 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