Page MenuHomeFreeBSD

libcrypto: add missing symbols to the FIPS provider
ClosedPublic

Authored by khorben_defora.org on Jul 13 2023, 3:18 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Nov 11, 4:15 AM
Unknown Object (File)
Fri, Nov 1, 5:47 PM
Unknown Object (File)
Mon, Oct 21, 3:30 PM
Unknown Object (File)
Oct 1 2024, 7:50 PM
Unknown Object (File)
Sep 26 2024, 3:49 AM
Unknown Object (File)
Sep 25 2024, 9:15 PM
Unknown Object (File)
Sep 18 2024, 2:25 PM
Unknown Object (File)
Sep 18 2024, 5:25 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