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

OpenSSL 3 support #1040

Closed
catap opened this issue Nov 7, 2021 · 0 comments · Fixed by #1041
Closed

OpenSSL 3 support #1040

catap opened this issue Nov 7, 2021 · 0 comments · Fixed by #1041

Comments

@catap
Copy link
Contributor

catap commented Nov 7, 2021

An attempt to build retdec with local root f49ecb6 with OpenSSL 3 is failed:

:info:build Undefined symbols for architecture x86_64:
:info:build   "_EVP_MD_size", referenced from:
:info:build       _parse_authenticode in libauthenticode.a(authenticode.c.o)
:info:build       _pkcs9_countersig_new in libauthenticode.a(countersignature.c.o)
:info:build       _ms_countersig_new in libauthenticode.a(countersignature.c.o)
:info:build   "_EVP_PKEY_base_id", referenced from:
:info:build       _certificate_new in libauthenticode.a(certificate.c.o)
:info:build   "_TS_VERIFY_CTS_set_certs", referenced from:
:info:build       _ms_countersig_new in libauthenticode.a(countersignature.c.o)
:info:build ld: symbol(s) not found for architecture x86_64
catap added a commit to catap/retdec that referenced this issue Nov 7, 2021
Here a minor changes in OpenSSL API.

The good news it wasn't released and affects only master branch. It
allows to switch requirements to the last major version of OpenSSL.

Fixes: avast#1040
catap added a commit to catap/retdec that referenced this issue Nov 8, 2021
PeterMatula pushed a commit that referenced this issue Nov 15, 2021
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 a pull request may close this issue.

1 participant