Page MenuHomeFreeBSD

libcrypto: add missing symbols to the FIPS provider
ClosedPublic

Authored by khorben on Jul 13 2023, 3:18 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, May 8, 5:25 PM
Unknown Object (File)
Wed, May 6, 8:55 PM
Unknown Object (File)
Wed, May 6, 4:17 AM
Unknown Object (File)
Mon, Apr 27, 12:06 AM
Unknown Object (File)
Tue, Apr 21, 1:58 AM
Unknown Object (File)
Apr 16 2026, 8:18 AM
Unknown Object (File)
Apr 15 2026, 8:06 AM
Unknown Object (File)
Apr 14 2026, 6:39 PM
Subscribers

Details

Summary

The fips.so provider module exposing FIPS-validated algorithms was still missing a number of symbols.

This is for PR 272454.

Test Plan
# 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

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This fixes the reported problem for me.

This revision is now accepted and ready to land.Jul 13 2023, 4:35 PM
This revision was automatically updated to reflect the committed changes.