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)
Sun, Jun 30, 10:09 PM
Unknown Object (File)
Sun, Jun 30, 10:09 PM
Unknown Object (File)
Sun, Jun 30, 9:54 PM
Unknown Object (File)
Sat, Jun 29, 1:27 PM
Unknown Object (File)
Apr 21 2024, 4:44 PM
Unknown Object (File)
Mar 15 2024, 2:05 AM
Unknown Object (File)
Mar 15 2024, 2:05 AM
Unknown Object (File)
Mar 15 2024, 2:05 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