Mention ENGINE removal in CHANGES and NEWS

Resolves: https://github.com/openssl/project/issues/1423

Signed-off-by: Norbert Pocs <norbertp@openssl.org>

Reviewed-by: Paul Yang <paulyang.inf@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/29138)
This commit is contained in:
Norbert Pocs
2025-11-13 12:24:57 +01:00
committed by Neil Horman
parent db6d9a5b8b
commit a1c81bebdb
2 changed files with 11 additions and 1 deletions

View File

@@ -81,6 +81,15 @@ OpenSSL 4.0
*Daniel Kubec*
* ENGINE support was removed. The `no-engine` build option and the
`OPENSSL_NO_ENGINE` macro is always present.
Applications using `ENGINE_` functions unguarded with `OPENSSL_NO_ENGINE`
can be built by defining a macro `OPENSSL_ENGINE_STUBS`, however all these
functions will return error when called. Provider API should be used to
replace ENGINEs functionality.
*Milan Broz*, *Neil Horman*, *Norbert Pocs*
OpenSSL 3.6
-----------

View File

@@ -27,7 +27,8 @@ OpenSSL 4.0
### Major changes between OpenSSL 3.6 and OpenSSL 4.0 [under development]
* none
* ENGINE support was removed. The `no-engine` build option and the
`OPENSSL_NO_ENGINE` macro is always present.
OpenSSL 3.6
-----------