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, Oct 10, 12:47 PM
Unknown Object (File)
Wed, Sep 17, 6:15 AM
Unknown Object (File)
Sun, Sep 14, 5:11 AM
Unknown Object (File)
Sat, Sep 13, 9:18 AM
Unknown Object (File)
Sep 1 2025, 8:15 AM
Unknown Object (File)
Aug 21 2025, 6:59 AM
Unknown Object (File)
Aug 16 2025, 11:51 PM
Unknown Object (File)
Aug 16 2025, 2:29 AM
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.