Page MenuHomeFreeBSD

libcrypto: fix the FIPS provider on amd64
ClosedPublic

Authored by khorben_defora.org on Sep 4 2023, 6:28 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Jan 22, 7:00 AM
Unknown Object (File)
Tue, Jan 21, 7:20 AM
Unknown Object (File)
Fri, Jan 10, 9:07 PM
Unknown Object (File)
Wed, Jan 8, 12:35 PM
Unknown Object (File)
Mon, Dec 30, 4:36 PM
Unknown Object (File)
Dec 21 2024, 8:48 PM
Unknown Object (File)
Dec 16 2024, 7:06 AM
Unknown Object (File)
Nov 30 2024, 6:51 PM
Subscribers

Details

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
Lint Not Applicable
Unit
Tests Not Applicable