<div dir="ltr"><div>Hi All,</div><div><br></div>We have crypto engines for offloading operations like RSA, digests and ciphers, hmac etc. We are looking at a way to load and unload engines at run time. This is needed as we need to use the engine when needed for crypto operations. Else we plan to use openssl for the same.<br><br>We tried, <br>-> unregister calls like ENGINE_unregister_XXX calls to force redirection to openssl<br>-> Again, ENGINE_register_XXX to redirect to engine.<br><br>However, the above methods are not helping. Please suggest a way to achieve the above requirement.<br><div><br></div><div>Thanks</div><div>Mahendra</div></div>