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 openssl version check #3147

Merged
merged 2 commits into from
Jan 16, 2025
Merged

Conversation

fpgamatt
Copy link
Contributor

Relax the regular expression used to check the OpenSSL version to support the versions like the one produced by SUSE 15.

PR Title should start with one of the following tags: [Fix]/[Feature]/[Style]/[Update]

[Fix]- Bug Fix

[Feature]- for new feature

[Style]- Grammar or branding fix

[Update]-For an update to an existing feature

------------- Keep everything below this line -------------------------

Description

Describe the issue, update, change or fix and why

Collateral (docs, reports, design examples, case IDs):

  • Document Update Required? (Specify FIM/AFU/Scripts)

Tests added:

Tests run:

Relax the regular expression used to check the OpenSSL version
to support the versions like the one produced by SUSE 15.

Signed-off-by: Matthew Gerlach <matthew.gerlach@linux.intel.com>
@fpgamatt fpgamatt self-assigned this Jan 16, 2025
@fpgamatt fpgamatt requested a review from a team as a code owner January 16, 2025 18:51
Copy link
Contributor

@pcolberg pcolberg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @fpgamatt.

For reference, could you provide the verbatim version string that failed to match?

Do you know the historical reason for not using a Python library, e.g., cryptography?

@pcolberg
Copy link
Contributor

Actions failures are resolved in #3148.

@fpgamatt
Copy link
Contributor Author

"OpenSSL 1.1.1l-fips 24 Aug 2021 SUSE release 150400.7.75.1" is the version string that broke the existing regular expression.

I don't know the history of the use of libcrypt versus a python module.

@pcolberg pcolberg merged commit 4fbdf36 into master Jan 16, 2025
29 checks passed
@pcolberg pcolberg deleted the fpgamatt/fix-openssl-version-check branch January 16, 2025 23:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants