We need a FIPS-validated SHA512 for password storage. The pw-sha2 module provides SHA512 but isn’t FIPS-validated. I see that I can use openssl or moznss in FIPS mode to get TLS, but I don’t see how to get to either of those library’s crypto functions from openldap. Is it possible?

 

Thanks.


Steve