Hello
I was wondering how to migrate to a provider for Openssl 3.0 an engine for openssl 1.0.2 that was simply defining on an RSA_METHOD structure the method for modular exponentiation for RSA and getting call parameters from RSA_get_ex_data(), in order then to use an hw accelerator.
Other methods were not re-defined .
What should I do for making it a provider to run with Openssl 3.0? I cannot find this in the list of possible operations.
Thank you
Antonio