Muhammad Faisal Tariq
Muhammad Faisal Tariq
On further investigation I found out that it corrupts the SLOT. When I initialised a new slot and changed the slot number in the code it started working fine. Now...
do we have to set a property for that while generating the key? And is this a bug that is currently being worked on or any reference on why it...
I did a `softhsm2-util --help` and I see an *import* option but don't see any commands for exporting or extracting the keys. Any reference on that?
What I understand is this. So while generating keys using the ``` key = await crypto.subtle.generateKey( { name: 'ECDSA', namedCurve: 'P-256', extractable: 'true', }, false, ['sign', 'verify'] ); ``` we...
Thank you for the explanation. The problem is that the error mentioned in the issue occurs on the 2nd step that you have mentioned above, when a slot gets corrupted...
I am looking for a solution where I can extract keys form a slot that is not allowing me to access keys in it cause its corrupted.
or the cause which corrupts the slot in the first place so that it can be avoided with best practices.
We saw this issue in dev environment and we used to restart our containers and it would go away. But in production we can't do that cause on container restart...
No, I haven't.