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
F96644338: D41018.diff
Wed, Sep 25, 9:15 PM
Unknown Object (File)
Wed, Sep 18, 2:25 PM
Unknown Object (File)
Wed, Sep 18, 5:25 AM
Unknown Object (File)
Wed, Sep 18, 2:50 AM
Unknown Object (File)
Mon, Sep 16, 8:17 PM
Unknown Object (File)
Sun, Sep 15, 6:38 PM
Unknown Object (File)
Sun, Sep 8, 4:52 PM
Unknown Object (File)
Sun, Sep 8, 11:46 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 Skipped
Unit
Tests Skipped