From: Małgorzata O. <no...@gi...> - 2024-11-13 14:48:32
|
Branch: refs/heads/master Home: https://github.com/OpenSC/libp11 Commit: 155455a46af8a1642d0e39d7b72d38afbb00055a https://github.com/OpenSC/libp11/commit/155455a46af8a1642d0e39d7b72d38afbb00055a Author: olszomal <Mal...@st...> Date: 2024-11-13 (Wed, 13 Nov 2024) Changed paths: M src/eng_front.c Log Message: ----------- Bind helper methods in engine_ctrl() only for OpenSSL versions older than 3.0. With OpenSSL 3.x, an engine might be used if defined in `openssl.cnf`. This causes memory leaks when engine control commands are set in the config file. For OpenSSL 3.0 and newer, add engine routines only after loading keys. To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/libp11/settings/notifications |