<div dir="ltr">Hi All,<br><div>Can you please let me know any inputs on the above query?</div><div><br></div><div>Thanks</div><div>Mahendra</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Nov 30, 2020 at 9:19 PM Mahendra SP <<a href="mailto:mahendra.sp@gmail.com">mahendra.sp@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi All,<br><div><br></div><div>We are using the openssl 1.1.1 version and using the ENGINE implementation for some crypto operation. Engine gets loaded dynamically and initialized successfully and we are able to use the engine. </div><div>However, we plan to stop using this engine from the application side once we are done with it. When we try to stop using the engine, our engine references do not get removed. </div><div>We have tried this sequence:<br></div><div>ENGINE_free();</div><div>ENGINE_finish();</div><div><br></div><div>However, ENGINE_remove() seems to remove the engine correctly and we see that our engine does not get referred after this remove call. </div><div><br></div><div>Can someone please provide a correct way of removing the engine so that engine is no longer available for usage ? </div><div> </div><div>Thanks</div><div>Mahendra</div></div>
</blockquote></div>