Skip to content

[PATCH v1] Add a configure time check for openssl version and bump the minimum required version to 1.1.0 - #2383

Open
JannePeltonen wants to merge 4 commits into
OpenDataPlane:masterfrom
JannePeltonen:min-openssl-version
Open

[PATCH v1] Add a configure time check for openssl version and bump the minimum required version to 1.1.0#2383
JannePeltonen wants to merge 4 commits into
OpenDataPlane:masterfrom
JannePeltonen:min-openssl-version

Conversation

@JannePeltonen

Copy link
Copy Markdown
Collaborator

No description provided.

Add -m32 to CPPFLAGS too to make sure that preprocessor-only checks
at configure stage find the 32-bit versions of header and libraries.

Signed-off-by: Janne Peltonen <janne.peltonen@nokia.com>
Add minimum version parameter in the generic macro that checks OpenSSL
library availability and require version 1.0.0 or newer in linux-gen.

Signed-off-by: Janne Peltonen <janne.peltonen@nokia.com>
There is no need to use AC_CHECK_HEADERS to separately check for the
presence of various OpenSSL headers. There is no logic that would use
the resulting HAVE_<header> macros. Use a single AC_PREPROC_IFELSE
instead. Also skip the subsequent linking check if the headers were
not found.

Signed-off-by: Janne Peltonen <janne.peltonen@nokia.com>
Require OpenSSL library version 1.1.0 or newer and remove compatibility
code for older versions.

Signed-off-by: Janne Peltonen <janne.peltonen@nokia.com>
@github-actions github-actions Bot changed the title Add a configure time check for openssl version and bump the minimum required version to 1.1.0 [PATCH v1] Add a configure time check for openssl version and bump the minimum required version to 1.1.0 Aug 7, 2026
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.

1 participant