[release-branch.go1.27] Support ML-KEM with OpenSSL 3.3 - #2493
Merged
George Adams (gdams) merged 1 commit intoSep 4, 2026
Merged
Conversation
Backport of #2492 to microsoft/release-branch.go1.27.
|
Azure Pipelines: Successfully started running 1 pipeline(s). There may be pipelines that require an authorized user to comment /azp run to run. |
George Adams (gdams)
enabled auto-merge (squash)
September 4, 2026 07:32
Contributor
There was a problem hiding this comment.
Copilot review overview
🔵 Needs a closer look
The change is a large cryptography-related vendor upgrade/regeneration where correctness depends on extensive external code behavior across platforms and build modes.
Review tier: Lite
Findings: None
What changed in this PR
Backports the OpenSSL backend upgrade from upstream PR #2492 onto microsoft/release-branch.go1.27, pulling in the go-crypto-openssl changes needed for ML-KEM support with OpenSSL 3.3 and regenerating the patch series via git go-patch extract.
Changes:
- Bumps
github.com/microsoft/go-crypto-opensslto a newer pseudo-version and updates related module sums and vendored module metadata. - Updates vendored
go-crypto-opensslsources, including new fakecgo thread-entry shims and OpenSSL 3 provider-based key construction paths (e.g.,EVP_PKEY_CTX_new_from_name). - Regenerates the vendor patch contents to reflect the dependency update (file list, generated sources, and symbol wrappers).
Patch consistency check: Patches are happy!
| File | Description |
|---|---|
| patches/0001-Vendor-external-dependencies.patch | Updates module versions/sums and refreshes vendored go-crypto-openssl code to incorporate OpenSSL 3.3 ML-KEM support. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Quim Muntal (qmuntal)
approved these changes
Sep 4, 2026
George Adams (gdams)
merged commit Sep 4, 2026
5dbfec3
into
microsoft/release-branch.go1.27
57 checks passed
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 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.
Backport of #2492 to
microsoft/release-branch.go1.27.Upgrade the OpenSSL backend to bring microsoft/go-crypto-openssl#68.
The release branch dependency was updated directly and the patch series was regenerated with
git go-patch extract.Validation:
git go-patch extractpatch verification