Re: Engine with custom evp method callbacks

2019-11-23 Thread Dmitry Belyavsky
Dear Tobi, On Fri, Nov 22, 2019 at 12:27 PM wrote: > Hi everbody, > > > > I`m looking for a working example on how to implements a custom engine > based on EVP methods callbacks. First I was implementing my custom engine > based on RSA callbacks, but we found out that we cannot use this

Engine with custom evp method callbacks

2019-11-22 Thread Tobias.Wolf
Hi everbody, I`m looking for a working example on how to implements a custom engine based on EVP methods callbacks. First I was implementing my custom engine based on RSA callbacks, but we found out that we cannot use this mechanism, therefore I need to change to EVP, details are written here