ODP: dynamic engine load

2021-05-27 Thread Piotr Lobacz
Lobacz DW: openssl-users@openssl.org Temat: Re: dynamic engine load Hi, On Wed, May 26, 2021 at 4:45 PM Piotr Lobacz mailto:piotr.lob...@softgent.com>> wrote: Btw i have verified that in openssl command line tool if i switch order from the one that worked for me: OpenSSL> engine dynam

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

ODP: dynamic engine load

2021-05-26 Thread Piotr Lobacz
penssl-users@openssl.org Temat: ODP: dynamic engine load Yeah, that is what i have figured it out and written it in my previous message:] but big thx for help. BR Piotr Lobacz Od: Selva Nair Wysłane: środa, 26 maja 2021 15:52 Do: Piotr Lobacz DW: openssl-users@openss

ODP: dynamic engine load

2021-05-26 Thread Piotr Lobacz
Yeah, that is what i have figured it out and written it in my previous message:] but big thx for help. BR Piotr Lobacz Od: Selva Nair Wysłane: środa, 26 maja 2021 15:52 Do: Piotr Lobacz DW: openssl-users@openssl.org Temat: Re: dynamic engine load Hi, On Wed

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

ODP: dynamic engine load

2021-05-26 Thread Piotr Lobacz
maja 2021 15:24 Do: openssl-users@openssl.org Temat: dynamic engine load 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 M

dynamic engine load

2021-05-26 Thread Piotr Lobacz
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 parameter. My function currently looks like this: public voi