Skip to content

uefi: Vendor openssl for fuzzers#3214

Merged
smalis-msft merged 1 commit intomicrosoft:mainfrom
smalis-msft:uefi-fuzz-vendor
Apr 7, 2026
Merged

uefi: Vendor openssl for fuzzers#3214
smalis-msft merged 1 commit intomicrosoft:mainfrom
smalis-msft:uefi-fuzz-vendor

Conversation

@smalis-msft
Copy link
Copy Markdown
Contributor

This will hopefully fix errors they have regarding the presence of libssl when running on Azure Linux, as opposed to Ubuntu.

@smalis-msft smalis-msft requested a review from a team as a code owner April 7, 2026 16:18
Copilot AI review requested due to automatic review settings April 7, 2026 16:18
@smalis-msft smalis-msft enabled auto-merge (squash) April 7, 2026 16:18
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

This PR aims to make the UEFI fuzz targets more portable across Linux distros by enabling a vendored OpenSSL build path, avoiding runtime/link-time dependency on system-provided libssl (notably on Azure Linux).

Changes:

  • Add a new ossl_vendored feature to firmware_uefi that forwards to crypto/ossl_vendored.
  • Enable firmware_uefi/ossl_vendored for the fuzz_firmware_uefi crate on linux-gnu.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
vm/devices/firmware/firmware_uefi/fuzz/Cargo.toml Enables ossl_vendored when building the UEFI fuzzers on linux-gnu.
vm/devices/firmware/firmware_uefi/Cargo.toml Introduces the ossl_vendored feature to request a vendored OpenSSL via the crypto crate.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 7, 2026

@smalis-msft smalis-msft merged commit 8594970 into microsoft:main Apr 7, 2026
65 checks passed
@smalis-msft smalis-msft deleted the uefi-fuzz-vendor branch April 7, 2026 20:14
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