Danielle Madeley

Results 145 comments of Danielle Madeley

Do you have the complete build log?

Okay, I think this is the same bug as https://github.com/danni/python-pkcs11/issues/70 but maybe in a different place. The epass lib doesn't set the higher bytes of the value, just the lower...

This could happen. I've not built a Windows wheel before. Looks like there's some tooling now to build wheels in CI, e.g. https://github.com/joerick/cibuildwheel

It looks like it's failing to read attributes from the device. It's possible those attributes don't exist/return empty. If you're willing to make a PR, you should be able to...

Hi, this doesn't make a lot of sense. PKCS#11 has nothing to do with graphic signatures. It is to do with cryptographic signatures. Representing that value is beyond the scope...

What architecture are you on?

What I'm guessing is that one of the #defines we use to set the sizes of things in pkcs11.h on your LFS system is missing. And so it's ending up...

The defines in 0.5.0 were in setup.py, in master this has been changed. Does it work better in master?