Skip to content

update openssl backend to point to new location#2290

Merged
gdams merged 4 commits into
microsoft/mainfrom
dev/gadams/ossl
May 21, 2026
Merged

update openssl backend to point to new location#2290
gdams merged 4 commits into
microsoft/mainfrom
dev/gadams/ossl

Conversation

@gdams
Copy link
Copy Markdown
Member

@gdams gdams commented May 21, 2026

No description provided.

@gdams gdams requested a review from a team as a code owner May 21, 2026 10:10
Copilot AI review requested due to automatic review settings May 21, 2026 10:10
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the OpenSSL crypto backend integration to use the new github.com/microsoft/go-crypto-openssl module layout, aligning linker/internal backend references and the dependency upgrader with the new repository location.

Changes:

  • Switched vendored linker allowlist entries from github.com/golang-fips/openssl/v2/... to github.com/microsoft/go-crypto-openssl/....
  • Updated systemcrypto backend imports and dependency rules from github.com/golang-fips/openssl/v2 to github.com/microsoft/go-crypto-openssl (notably the openssl subpackage).
  • Updated the eng/_util upgrader configuration to fetch OpenSSL from the new GitHub repository and track the main branch.

Patches are happy!

Show a summary per file
File Description
patches/0004-Use-crypto-backends.patch Updates linker internal package list to the new vendored OpenSSL backend package paths.
patches/0003-Implement-crypto-internal-backend.patch Updates systemcrypto backend imports and dependency rules to the new go-crypto-openssl module/package paths.
eng/_util/cmd/upgrader/upgrader.go Points the dependency upgrader at the new OpenSSL backend repository/module and updates the tracked ref.

Copilot's findings

  • Files reviewed: 3/4 changed files
  • Comments generated: 0

@gdams gdams enabled auto-merge (squash) May 21, 2026 11:44
@gdams gdams merged commit 782a1ce into microsoft/main May 21, 2026
58 checks passed
@gdams gdams deleted the dev/gadams/ossl branch May 21, 2026 13:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants