Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information