Danielle Madeley

Results 145 comments of Danielle Madeley

I think the problem is you can't guarantee your connection to the HSM is still valid by the time you call `C_Logout`. Or whether the HSM library reset your connection...

Somehow this got missed, it should be returning `PinLenRange`

Will you see if the [return-pin-len-range](https://github.com/danni/python-pkcs11/compare/return-pin-len-range-107?expand=1) branch works for you?

Sounds like it actually hasn't built, run `python setup.py build`

There's two ways I can see to do this. One- wrap your input generator, to have a cancellation function, that if set raises StopIteration. This should cause our consumption of...

So that’s interesting and unexpected. Do you have multiple threads? There’s a section in the docs on concurrency issues. You might have to add some debugging to work out what’s...

So I wouldn't replace `encode_dsa_public_key` and instead I would say write a generic `encode_public_key` that was able to generate a `PublicKeyInfo` for many types of keys that could be tested...

I don't think I'd add this to the documentation, but it could be added to a test, even if that targets only your pkcs#11 implementation.

Yes, I'd be very interested in adding CloudHSM to the support list. I don't have access to a CloudHSM setup, would it be possible to add a Buildbot client to...

I think there's also a significant upfront payment to provision a CloudHSM into your environment. Basically I don't have that kind of money. I'd hoped to convince Amazon to donate...