From: "MartinBosslet (Martin Bosslet)" Date: 2012-12-20T10:23:36+09:00 Subject: [ruby-core:50997] [ruby-trunk - Feature #6943][Assigned] pstore in FIPS mode Issue #6943 has been updated by MartinBosslet (Martin Bosslet). Status changed from Open to Assigned Assignee set to MartinBosslet (Martin Bosslet) ---------------------------------------- Feature #6943: pstore in FIPS mode https://bugs.ruby-lang.org/issues/6943#change-34882 Author: vo.x (Vit Ondruch) Status: Assigned Priority: Normal Assignee: MartinBosslet (Martin Bosslet) Category: Target version: next minor 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. -- http://bugs.ruby-lang.org/