[Bug 272454] openssl 3 fips module doesn't load on arm64
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 272454] openssl 3 fips module doesn't load on arm64"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 12 Jul 2023 16:47:58 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272454 Pierre Pronchery <pierre@freebsdfoundation.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pierre@freebsdfoundation.or | |g --- Comment #1 from Pierre Pronchery <pierre@freebsdfoundation.org> --- According to https://www.openssl.org/docs/man3.0/man7/EVP_CIPHER-AES.html most of the AES algorithms should be provided by the FIPS module, but the Makefile does not build them. I suspect that on amd64 the symbols are exposed through libcrypto.so, while arm64 looks for them only in fips.so. Does it make sense? I am preparing a patch anyway. -- You are receiving this mail because: You are the assignee for the bug.