mirror of
https://github.com/openssl/openssl.git
synced 2026-01-18 17:11:31 +01:00
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:
committed by
Neil Horman
parent
db6d9a5b8b
commit
a1c81bebdb
@@ -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
|
||||
-----------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user