-
Notifications
You must be signed in to change notification settings - Fork 803
Closed
Description
What is the proper way to import Generic key That want to use with HMAC Sign/Verify ?
I tried this :
$ dd if=/dev/urandom bs=1 count=32 of=generic_key.bin
$ pkcs11-tool --pin $PIN --module $PKCS11_MODULE_PATH --login --write-object generic_key.bin --type secrkey --key-type GENERIC:32 --id 112A --label generic32
Using slot 0 with a present token (0x4f8cb215)
error: Unknown key type: 0x10
Aborting.
Metadata
Metadata
Assignees
Labels
No labels