Re: alternative to deprecated ENGINE_* API for external engines for openssl-3.0.0

2020-07-31 Thread Emeric Brun
Hi Matt, On 7/30/20 5:39 PM, Matt Caswell wrote: > > > On 30/07/2020 16:06, Emeric Brun wrote: >> Trying to compile my soft using openssl-3.0.0alpha5, I notice a lot of >> warnings about deprecated ENGINE_* functions (since commit >> 8dab4de53887639abc1152288fac76

alternative to deprecated ENGINE_* API for external engines for openssl-3.0.0

2020-07-30 Thread Emeric Brun
Trying to compile my soft using openssl-3.0.0alpha5, I notice a lot of warnings about deprecated ENGINE_* functions (since commit 8dab4de53887639abc1152288fac76506beb87b3). Is-there any documentation on a new API/functions to handle external crypto engines? R, Emeric