-
Notifications
You must be signed in to change notification settings - Fork 109
Open
Description
Hi,
I would like to use the p11-kit-client.dll with native Windows. it is included only in the Cygwin build but not within the native MSYS2 builds. As far as I can see, this is by intention. The p11-kit/meson.build skips it on line 90.
Is there any specific reason?
I would like to access a central Hardware Token containing several SSH Keys on a Windows Workstation. Microsofts own Windows SSH does support PKCS11 providers and this is working directly with native Windows Softhsm2 or Yubikey PKCS11 Dlls. It would be great to have it with p11-kit PKCS11 as well.
I've attached a patch file, I can compile the dll with a MSYS2 MinGW 64 environment: p11kitclient-win32-diff.txt