Maxime C.
Maxime C.
Right, you first need to build [cppkcs11](https://github.com/liblogicalaccess/cppkcs11) as this library is not on conancenter neither. You can also build LLA without pkcs#11 support if you're not going to use HSMs...
You can also build the library without IKS support if that's the issue. `-o LLA_BUILD_IKS=False` IKS is going to be deprecated on the next release anyway.
For LLA v3, IKS feature will be removed and cppkcs11 dependency will be merged into LLA codebase. This should simplify the overall build process.
Done in 1.75 for Linux systems. Moved to 1.76 for Windows.
Windows RT looks abandoned by Microsoft himself... We will not waste our time on deprecated platform, closing this issue as wontfix for now.
Looks like ARM support could be back with Windows 10. Official Microsoft communication is unclear about what it will be and miss technical stuff as usual. But looks like it...
Agreed. Some work has been done on the Conan recipe already since v2.4, exactly for such purpose. But we didn't complete it to push it on official repo. It should...
PC/SC part10 v2 Windows implementation doesn't support TLV properties yet. Need an update on Windows SDK to add this features, or add temporary the defines into liblogicalaccess.
Not sure of your motivation (personal or professional originally, maybe both) behind this library @shinji-san but you're doing a great job, thanks for that. Up to you for what you...
@hinkma did you run `make install` after `make`? If so, be sure module folder is on library path, with appropriate permissions (see recent #142).