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
F163377094: D41018.diff
Wed, Jul 22, 4:05 PM
Unknown Object (File)
Sun, Jul 19, 2:25 PM
Unknown Object (File)
Sun, Jul 19, 6:10 AM
Unknown Object (File)
Sat, Jul 11, 5:48 PM
Unknown Object (File)
Tue, Jul 7, 4:11 PM
Unknown Object (File)
Sat, Jul 4, 3:55 AM
Unknown Object (File)
Jun 16 2026, 7:07 AM
Unknown Object (File)
May 8 2026, 5:25 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.