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

Support building on modern Linux #1

Open
wants to merge 5 commits into
base: 2.2.0-merge
Choose a base branch
from

Conversation

qmfrederik
Copy link

Backport fixes required to get this branch of FreeRDP building on Ubuntu 22.04, Ubuntu 24.04, Enterprise Linux and Enterprise Linux 9. Mainly related to API changes in OpenSSL.

advcsi and others added 5 commits December 28, 2020 14:45
Merge with master tag 2.2.0 git revision d2ba84a
also check OPENSSL_VERSION_STR if OPENSSL_VERSION_NUMBER fails to parse
FreeRDP fails to build with OpenSSL 3.0 because of usage of the `FIPS_mode`
and `FIPS_mode_set` functions, which were removed there. Just a note that
the FIPS mode is not supported by OpenSSL 1.1.* although the mentioned
functions are still there (see https://wiki.openssl.org/index.php/FIPS_modules).
Let's make FreeRDP build with OpenSSL 3.0 and fix the FIPS mode support.

See: https://bugzilla.redhat.com/show_bug.cgi?id=1952937
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.

5 participants