HomeFreeBSD

libcrypto: link engines and the legacy provider to libcrypto

Description

libcrypto: link engines and the legacy provider to libcrypto

OpenSSL's legacy provider module and engines need to link to
libcrypto.so, as it provides some of the actual implementations of
legacy routines.

This is a little tricky due to build order issues. Introduce a small
hack (LIBCRYPTO_WITHOUT_SUBDIRS) that builds libcrypto.so in its usual
early phase without any OpenSSL provider modules or engines. This is
intended to restore the test suite; a future change should remove the
hack and replace it with a better approach.

PR: 254853, 273528
Discussed with: Folks at EuroBSDCon in Coimbra
Sponsored by: The FreeBSD Foundation

Details

Provenance
khorben_defora.orgAuthored on Sep 15 2023, 3:14 PM
emasteCommitted on Sep 16 2023, 3:55 PM
Differential Revision
D41879: libcrypto: link engines and the legacy provider to libcrypto
Parents
rGef89b78bb1f6: vfs: stabilize freevnodes_old
Branches
Unknown
Tags
Unknown