Page MenuHomeFreeBSD

libcrypto: fix the FIPS provider on amd64
AbandonedPublic

Authored by khorben_defora.org on Sep 4 2023, 6:07 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Sep 8, 3:25 PM
Unknown Object (File)
Sat, Sep 7, 6:49 PM
Unknown Object (File)
Mon, Sep 2, 2:13 PM
Unknown Object (File)
Jun 22 2024, 2:38 PM
Unknown Object (File)
May 15 2024, 1:22 PM
Unknown Object (File)
Apr 30 2024, 11:28 PM
Unknown Object (File)
Apr 30 2024, 11:28 PM
Unknown Object (File)
Apr 30 2024, 8:49 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