From: v.ondruch@... Date: 2016-06-28T12:13:45+00:00 Subject: [ruby-core:76174] [Ruby trunk Feature#6943] pstore in FIPS mode Issue #6943 has been updated by Vit Ondruch. Using internal implementation is just hiding the issue. I don't think this would be acceptable solution for FIPS certification, what would be the point then? It is quite easy to generate colliding hashes these days. It might not be that critical for PStore though ... ---------------------------------------- Feature #6943: pstore in FIPS mode https://bugs.ruby-lang.org/issues/6943#change-59381 * Author: Vit Ondruch * Status: Assigned * Priority: Normal * Assignee: openssl ---------------------------------------- Is there any chance to make PStore compatible with FIPS mode? PStore is using MD5 for data checksum, but MD5 is unsupported algorithm in FIPS mode unfortunately. It would be easy to use different hash algorithm, but I am afraid that backward compatibility would be lost. Thank you. -- https://bugs.ruby-lang.org/ Unsubscribe: