Page MenuHomeFreeBSD

libcrypto: fix the FIPS provider on amd64
AbandonedPublic

Authored by khorben on Sep 4 2023, 6:07 PM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 15 2025, 6:38 AM
Unknown Object (File)
Nov 17 2025, 8:13 AM
Unknown Object (File)
Nov 10 2025, 2:00 AM
Unknown Object (File)
Nov 6 2025, 3:40 AM
Unknown Object (File)
Oct 27 2025, 9:39 AM
Unknown Object (File)
Oct 27 2025, 6:23 AM
Unknown Object (File)
Sep 22 2025, 12:03 AM
Unknown Object (File)
Sep 18 2025, 2:16 PM
Subscribers

Details

Reviewers
None
Summary

This corrects the list of source files required for the FIPS provider,
as tested on a amd64 host. This still requires testing on the other
architectures.

Test Plan
# openssl fipsinstall -out /etc/ssl/fipsmodule.cnf -module /usr/lib/ossl-modules/fips.so
# vi /etc/ssl/openssl.cnf
[enable the FIPS module]
# echo test | openssl aes-256-cbc -provider fips -a -pbkdf2
enter AES-256-CBC encryption password:
Verifying - enter AES-256-CBC encryption password:
U2FsdGVkX199k8PlM+6jTPK4AARYYVR3BXF+a1bCLCk=

Diff Detail

Repository
rG FreeBSD src repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 53426
Build 50317: arc lint + arc unit