Skip to content
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

[Bug]: DfciVerify.exe depends on libcrypto-1_1-x64.dll #233

Closed
1 task done
cmruffin opened this issue Jul 24, 2024 · 2 comments
Closed
1 task done

[Bug]: DfciVerify.exe depends on libcrypto-1_1-x64.dll #233

cmruffin opened this issue Jul 24, 2024 · 2 comments
Labels
state:needs-owner Needs an issue owner to be assigned state:needs-triage Needs to triaged to determine next steps state:stale Has not been updated in a long time type:bug Something isn't working urgency:medium Important with a moderate impact

Comments

@cmruffin
Copy link
Contributor

Is there an existing issue for this?

  • I have searched existing issues

Current Behavior

mu_feature_dfci\DfciPkg\UnitTests\DfciTests\Support\Tools\DfciVerify.exe depends on libcrypto-1_1-x64.dll which is only provided by openssl 1.1.x. There are two issues: 1) the documentation does not mention openssl 1.1 as a dependency and so the program immediatly crashes unless it is installed. 2) Openssl 1.1 is now deprecated.

dumpbin /dependents DfciVerify.exe
Microsoft (R) COFF/PE Dumper Version 14.40.33812.0
Copyright (C) Microsoft Corporation. All rights reserved.

Dump of file DfciVerify.exe

File Type: EXECUTABLE IMAGE

Image has the following dependencies:

libcrypto-1_1-x64.dll
KERNEL32.dll

Expected Behavior

Program can be run successfully.

Steps To Reproduce

Uninstall openssl 1.1
Run DfciVerify.exe

Build Environment

- OS(s): windows 11
- Tool Chain(s): na
- Targets Impacted: X64

Version Information

981a67c31e0334583b60ab08a3dd252c11e59432

Urgency

Medium

Are you going to fix this?

Someone else needs to fix it

Do you need maintainer feedback?

No maintainer feedback needed

Anything else?

No response

@cmruffin cmruffin added state:needs-triage Needs to triaged to determine next steps type:bug Something isn't working labels Jul 24, 2024
@github-actions github-actions bot added urgency:medium Important with a moderate impact state:needs-owner Needs an issue owner to be assigned labels Jul 24, 2024
Copy link

github-actions bot commented Sep 7, 2024

This issue has been automatically marked as stale because it has not had activity in 45 days. It will be closed if no further activity occurs within 7 days. Thank you for your contributions.

@github-actions github-actions bot added the state:stale Has not been updated in a long time label Sep 7, 2024
Copy link

This issue has been automatically been closed because it did not have any activity in 45 days and no follow up within 7 days after being marked stale. Thank you for your contributions.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Sep 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state:needs-owner Needs an issue owner to be assigned state:needs-triage Needs to triaged to determine next steps state:stale Has not been updated in a long time type:bug Something isn't working urgency:medium Important with a moderate impact
Projects
None yet
Development

No branches or pull requests

1 participant