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

2020-07-31 Thread Matt Caswell
On 31/07/2020 16:57, Emeric Brun wrote: > > Thanks! A lot to read! > > I have few questions: > > Do those changes have an impact on the external engine side API, specially > for Async engines? The most used engine with my application is the Intel > Quick Assist, in async mode. > > Does int

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 >> 8dab4de53887639abc1152288fac76506beb87b3). >> >> Is-there an

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

2020-07-30 Thread Matt Caswell
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 > 8dab4de53887639abc1152288fac76506beb87b3). > > Is-there any documentation on a new API/functions to handle exte

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