Skip to content
This repository was archived by the owner on May 27, 2025. It is now read-only.
This repository was archived by the owner on May 27, 2025. It is now read-only.

MD5 error in FIPS mode #1367

@mphinney1100

Description

@mphinney1100

When trying to build 00_tiny I ran into this error:

File "/home/mphinney/charliecloud/bin/../lib/charliecloud/lark/load_grammar.py", line 1146, in do_import
h = hashlib.md5(text.encode('utf8')).hexdigest()                                                                                                                                             
ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS 

FIPS mode causes issues with MD5.
https://code.djangoproject.com/ticket/28401

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions