Danielle Madeley
Danielle Madeley
I could set up a CloudFormation to temporarily spin up an EC2 / CloudHSM to run the unit tests, however I am sort of hoping someone might be willing to...
I've been trying to find a user guide for the Cavium devices to get an idea of what it doesn't like, and/or any debugging environment variables that might allow it...
The problem could be related to creating ephemeral objects in a read-only session. I had this problem on the Nitrokey too, because they just hadn’t implemented this part of the...
`PRIVATE = False` suggests that the object can be read without being authenticated. However it may be unhappy with the values being provided at all.
Thanks! So much PKCS#11 documentation is unhelpful and vague. After reading so many different documents, and so much source code, to learn how to program PKCS#11, I figured people deserved...
The tests themselves are straightforward to run, just built on the Python `unittest` module, e.g. ``` # export PKCS11_MODULE= # export PKCS11_TOKEN_LABEL= # export PKCS11_TOKEN_PIN= python -m unittest ```
Nothing currently logs the templates, one could add that easily enough. Here's the prototype template (`_pkcs11.pyx:1051`): ``` template_ = { Attribute.CLASS: object_class, Attribute.KEY_TYPE: key_type, Attribute.ID: id or b'', Attribute.LABEL: label...
I believe the unwrapping issues are now being sorted out in #44 / #45. Does anyone feel like putting together a page for the documentation on any template changes required...
Tell me more about your setup. Is this building the released version or master?
And what platform/architecture?