You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However that error does not necessarily mean that there is a problem with a path. Loading of PKCS#11 library can fail because of many other issues. One of them for example could be that PKCS#11 library depends on some third party library that is not available in your system. If you want to get more details you would need to modify part of code that handles error returned by LoadLibraryA function and get those details by calling GetLastError function.
When it comes to Yubico's PKCS#11 library I remember that it needed "special" loading that I implemented in Pkcs11Interop as a part of Pkcs11Interop/Pkcs11Interop#143. If that is the case, then the quickest fix would be to add C:\Program Files\Yubico\Yubico PIV Tool\bin\ to your PATH.
Hi,
Ive got a path to pkcs11 with spaces, how is recommended way to pass this path to? Thank you
I have tried several implementations based on this https://www.howtogeek.com/694949/how-to-escape-spaces-in-file-paths-on-the-windows-command-line/
The text was updated successfully, but these errors were encountered: