On Thu, Sep 04, 2025 at 05:52:09PM +0200, Vegard Nossum wrote: > Don't build arch-specific SHA256 code yet when building the FIPS 140 > standalone module. I'm afraid you can't just not support the architecture-optimized crypto code. It's usually much faster than the generic C code (often more than an order of magnitude faster), and it's really important to include. This applies to all algorithms. - Eric