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

build libssl with no-seed #3394

Merged
merged 1 commit into from
Feb 4, 2023
Merged

build libssl with no-seed #3394

merged 1 commit into from
Feb 4, 2023

Conversation

wfurt
Copy link
Member

@wfurt wfurt commented Feb 3, 2023

follow-up on dotnet/runtime#81481 (comment)
attempt to use system crypto fails on Alpine Linux

ldd /usr/lib/libmsquic.so.2
        /lib/ld-musl-x86_64.so.1 (0x7fbc0efdf000)
        libcrypto.so.1.1 => /lib/libcrypto.so.1.1 (0x7fbc0ec00000)
        libc.musl-x86_64.so.1 => /lib/ld-musl-x86_64.so.1 (0x7fbc0efdf000)
Error relocating /usr/lib/libmsquic.so.2: EVP_seed_cbc: symbol not found

It is because it is build with no-seed
https://git.alpinelinux.org/aports/tree/main/openssl/APKBUILD?h=3.15-stable#n110

I could make this Alpine specific but I feel like we should not pull in parts that we don't need.
So I left it as general change to decrease expectation from OS.

@wfurt wfurt requested a review from a team as a code owner February 3, 2023 21:30
@wfurt
Copy link
Member Author

wfurt commented Feb 3, 2023

cc: @ManickaP

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants