The fips.so provider module exposing FIPS-validated algorithms was still missing a number of symbols.
This is for PR 272454.
Differential D41018
libcrypto: add missing symbols to the FIPS provider khorben_defora.org on Jul 13 2023, 3:18 PM. Authored by Tags None Referenced Files
Subscribers
Details
The fips.so provider module exposing FIPS-validated algorithms was still missing a number of symbols. This is for PR 272454. # openssl fipsinstall -module /usr/lib/ossl-modules/fips.so -out /etc/ssl/fipsmodule.cnf && > echo test | openssl aes-128-cbc -provider fips -e -a -pbkdf2 INSTALL PASSED enter AES-128-CBC encryption password: Verifying - enter AES-128-CBC encryption password: U2FsdGVkX1+qNoP3lM6/z0Z5ujzoUuw9K6qtv4833Cg=
Diff Detail
|