Danielle Madeley

Results 145 comments of Danielle Madeley

`readline()` isn't correct on binary data, so you probably don't have the whole packet, which is why it's dying. Try just plain `read()` which should be safe here. It might...

Hi so just to clarify, there's nothing stored in the TPM via this module? The generated key is wrapped with the TPM key and stored on the filesystem. Where is...

Yep, that solution makes sense to me, re not using the NVRAM. I agree as well that the implementation of Opencryptoki appears to defeat the purpose of using the TPM....

This looks like it's because it always validates the children of the `StructBlock` and the `required` directive has no effect on a `StructBlock` although it also doesn't raise an error.