Skip to content

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 <[email protected]>
@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.

4 participants