-
Notifications
You must be signed in to change notification settings - Fork 77
Open
Description
Should be Storing keys requires a read/write session. instead because:
- When a session is opened as
read onlyI get the following exception when generating a key withstore=True:
File "pkcs11/_pkcs11.pyx", line 488, in pkcs11._pkcs11.Session.generate_key
File "pkcs11/_errors.pyx", line 88, in pkcs11._pkcs11.assertRV
pkcs11.exceptions.SessionReadOnly
And when a session is opened as read/write, everything is fine.
- It just doesn't make sence..
Metadata
Metadata
Assignees
Labels
No labels