Re: dynamic engine load

2021-05-26 Thread Selva Nair
Hi, On Wed, May 26, 2021 at 4:45 PM Piotr Lobacz wrote: > Btw i have verified that in openssl command line tool if i switch order > from the one that worked for me: > > OpenSSL> engine dynamic -pre SO_PATH:/usr/lib/engines-1.1/libpkcs11.so > -pre ID:pkcs11 -pre LIST_ADD:1 -pre LOAD -pre > MODULE

Re: dynamic engine load

2021-05-26 Thread Selva Nair
Hi, On Wed, May 26, 2021 at 9:25 AM Piotr Lobacz wrote: > > Hi all, > I am trying to write a function which will load dynamic engine for pkcs11. > What i intendt to do is not to use engine id pkcs11 but dynamic. The problem > is that i get an error for ENGINE_ctrl_cmd_string with MODULE_PATH pa