Re: [opensc-devel] pkcs11-helper and pkcs11h_logout

2011-02-23 Thread Jan Just Keijser
Alon Bar-Lev wrote: > OK. > Released. > Please test, there was a change in the usage of openssl engine. > > Downloaded , compiled, test program runs OK. Relinked openvpn to use the new pkcs11 helper library - also works OK: segfault no longer occurs. Whoohoo - now *this* is the power of open s

Re: [opensc-devel] pkcs11-helper and pkcs11h_logout

2011-02-23 Thread Alon Bar-Lev
OK. Released. Please test, there was a change in the usage of openssl engine. On Wed, Feb 23, 2011 at 1:45 PM, Jan Just Keijser wrote: > Alon Bar-Lev wrote: >> >> Today? >> >> > > Wow - that is far quicker than I expected. Again, many thanks for such a > quick response. > > cheers, > > JJK / Jan

Re: [opensc-devel] pkcs11-helper and pkcs11h_logout

2011-02-23 Thread Jan Just Keijser
Alon Bar-Lev wrote: > Today? > > Wow - that is far quicker than I expected. Again, many thanks for such a quick response. cheers, JJK / Jan Just Keijser > On Wed, Feb 23, 2011 at 1:32 PM, Jan Just Keijser wrote: > >> Alon Bar-Lev wrote: >> >>> OK. >>> Thanks. >>> I added similar so

Re: [opensc-devel] pkcs11-helper and pkcs11h_logout

2011-02-23 Thread Alon Bar-Lev
Today? On Wed, Feb 23, 2011 at 1:32 PM, Jan Just Keijser wrote: > Alon Bar-Lev wrote: >> >> OK. >> Thanks. >> I added similar solution. >> >> > > Excellent, thanks. Any idea when the next version of pkcs11-helper is > released? > > cheers, > > JJK / Jan Just Keijser >> >> On Wed, Feb 23, 2011 at

Re: [opensc-devel] pkcs11-helper and pkcs11h_logout

2011-02-23 Thread Jan Just Keijser
Alon Bar-Lev wrote: > OK. > Thanks. > I added similar solution. > > Excellent, thanks. Any idea when the next version of pkcs11-helper is released? cheers, JJK / Jan Just Keijser > On Wed, Feb 23, 2011 at 12:41 PM, Jan Just Keijser wrote: > >> hi all, >> >> there's an OpenVPN bug report t

Re: [opensc-devel] pkcs11-helper and pkcs11h_logout

2011-02-23 Thread Alon Bar-Lev
OK. Thanks. I added similar solution. On Wed, Feb 23, 2011 at 12:41 PM, Jan Just Keijser wrote: > > hi all, > > there's an OpenVPN bug report that is traced back to an issue with > pkcs11h_logout; it seems that if you call this function before > initializing the pkcs11 libs then it segfaults. I'v

[opensc-devel] pkcs11-helper and pkcs11h_logout

2011-02-23 Thread Jan Just Keijser
hi all, there's an OpenVPN bug report that is traced back to an issue with pkcs11h_logout; it seems that if you call this function before initializing the pkcs11 libs then it segfaults. I've added a line pkcs11h_logout() to the tests/test-basic/test-basic.c file from the pkcs11-helper 1.07 t