PeculiarVentures/fortify

CKR_USER_NOT_LOGGED_IN on ECDSA p-256

pstam opened this issue · 0 comments

pstam commented

Hello,
I am trying to create an ECDSA (P-256) request through tools.fortify and I am getting an error: CKR_USER_NOT_LOGGED_IN
All the other options are working (RSA-PSS, RSASSA-PKCS1-v1_5)
From my custom page, I saw that the problem is when I am trying to set the private key to storage.

crypto.keyStorage.setItem(keys.privateKey);