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

Correction for fips error #528

Merged
merged 1 commit into from
Apr 17, 2023
Merged

Correction for fips error #528

merged 1 commit into from
Apr 17, 2023

Conversation

tasleson
Copy link
Member

When running on a fips enabled system we encounter the following error:

PLUGIN_BUG(2): [digital envelope routines] unsupported Data: Traceback (most recent call last): ...
  File "/usr/lib64/python3.9/site-packages/lsm/_common.py", line 348, in md5
    h = hashlib.md5()
ValueError: [digital envelope routines] unsupported

Utilize the usedforsecurity=Falseparameter to md5 to indicate that our use is not for security related purposes.

When running on a fips enabled system we encounter the following
error:

PLUGIN_BUG(2): [digital envelope routines] unsupported Data: Traceback (most recent call last):
...
  File "/usr/lib64/python3.9/site-packages/lsm/_common.py", line 348, in md5
    h = hashlib.md5()
ValueError: [digital envelope routines] unsupported

Utilize the usedforsecurity=False parameter to md5 to indicate that our
use is not for security related purposes.

Signed-off-by: Tony Asleson <tasleson@redhat.com>
@lkx007

This comment was marked as off-topic.

@tasleson tasleson merged commit ad5d066 into libstorage:main Apr 17, 2023
clrpackages pushed a commit to clearlinux-pkgs/libstoragemgmt that referenced this pull request Oct 26, 2023
…rsion 1.9.8

Tony Asleson (11):
      Update configuration
      Adding support for packit.dev
      Update CI
      hpsa: Fix typo
      Reformat py with `make format`
      Megaraid: Handle  missing 'Enable JBOD' in 'Capabilities'
      Add addl. targets
      Packit: remove el7 build
      new release
      Correction for fips error
      New release

1.9.8: Apr 17 2023
    * FIPS correction
      libstorage/libstoragemgmt#528

1.9.7: Jan 27 2023
    * Fix megaraid for PERC H330 Adapter
      libstorage/libstoragemgmt#520
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.

2 participants