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

Fix compilation errors with OpenSSL 3.0 #2154

Merged
merged 1 commit into from
Sep 14, 2021

Conversation

roehling
Copy link
Contributor

Fix the const correctness of DH and EC_KEY, so the codebase will compile
against OpenSSL 3. However, there are a number of warnings due to
deprecated functions, which are not touched by this commit and will need
to get fixed separately.

Fix the const correctness of DH and EC_KEY, so the codebase will compile
against OpenSSL 3. However, there are a number of warnings due to
deprecated functions, which are not touched by this commit and will need
to get fixed separately.

Signed-off-by: Timo Röhling <roehling@debian.org>
@MiguelCompany
Copy link
Member

@richiprosima Please test windows

@EduPonz EduPonz added this to the v2.4.0 milestone Sep 9, 2021
@MiguelCompany
Copy link
Member

@roehling Thanks for your contribution!

@MiguelCompany MiguelCompany merged commit cfc0671 into eProsima:master Sep 14, 2021
@MiguelCompany
Copy link
Member

@Mergifyio backport 2.3.x

mergify bot pushed a commit that referenced this pull request Sep 14, 2021
Fix the const correctness of DH and EC_KEY, so the codebase will compile
against OpenSSL 3. However, there are a number of warnings due to
deprecated functions, which are not touched by this commit and will need
to get fixed separately.

Signed-off-by: Timo Röhling <roehling@debian.org>

Co-authored-by: Timo Röhling <roehling@debian.org>
(cherry picked from commit cfc0671)
@mergify
Copy link
Contributor

mergify bot commented Sep 14, 2021

Command backport 2.3.x: success

Backports have been created

@roehling roehling deleted the openssl-3 branch September 14, 2021 16:55
SamuelWHalodi pushed a commit to SamuelWHalodi/Fast-DDS that referenced this pull request Oct 4, 2021
Fix the const correctness of DH and EC_KEY, so the codebase will compile
against OpenSSL 3. However, there are a number of warnings due to
deprecated functions, which are not touched by this commit and will need
to get fixed separately.

Signed-off-by: Timo Röhling <roehling@debian.org>

Co-authored-by: Timo Röhling <roehling@debian.org>
Signed-off-by: Samuel Wilhelmsson <samuel@halodi.com>
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