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)
Sun, Nov 16, 11:38 AM
Unknown Object (File)
Nov 8 2025, 4:51 AM
Unknown Object (File)
Oct 29 2025, 1:41 PM
Unknown Object (File)
Oct 29 2025, 1:37 PM
Unknown Object (File)
Oct 29 2025, 1:36 PM
Unknown Object (File)
Oct 24 2025, 2:25 AM
Unknown Object (File)
Oct 16 2025, 1:20 AM
Unknown Object (File)
Oct 10 2025, 12:47 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.