Skip to content

Fix PBKDF2 vectors test for RHEL8 OpenSSL.

Milan Broz requested to merge fix-fips-test into main

Seems someone clever had an idea to return hash output through API size even the hash is actually not available in FIPS mode.

Just check also hash init in this case (as we already do elsewhere).

Merge request reports