History log of /openbsd-src/lib/libcrypto/engine/engine_stubs.c (Results 1 – 4 of 4)
Revision Date Author Comments
# 3001f29e 27-Mar-2024 tb <tb@openbsd.org>

Hide symbols in engine

ok jsing


# 728d258e 19-Nov-2023 tb <tb@openbsd.org>

Rename an ENGINE from e to engine for consistency


# 87978dd9 19-Nov-2023 tb <tb@openbsd.org>

Unifdef OPENSSL_NO_ENGINE in libcrypto

This is mechanical apart from a few manual edits to avoid doubled empty
lines.

ok jsing


# 54359922 21-Jul-2023 tb <tb@openbsd.org>

Provide a bunch of always failing ENGINE API

This commit adds a few symbols under OPENSSL_NO_ENGINE. They will be used
after the main ENGINE code is disabled in the next bump.

The ecosystem is most

Provide a bunch of always failing ENGINE API

This commit adds a few symbols under OPENSSL_NO_ENGINE. They will be used
after the main ENGINE code is disabled in the next bump.

The ecosystem is mostly prepared for dealing with a libcrypto compiled
with OPENSSL_NO_ENGINE. There are a few stragglers like M2Crypto, dovecot
and the latest apr-util release (fixed in their development branch).

To avoid intrusive patching in these ports, we need to keep a bunch of
ENGINE symbols around despite adding OPENSSL_NO_ENGINE. This of course
meant patching some other ports, but that was way easier.

ok jsing

show more ...