Hi,

I just want to report that I have successfully used the keytool with Muscle
PKCS#11. I had to specify CKA_SENSITIVE and CKA_EXTRACTABLE attributes
manually in configuration file. I hope someone can tell me if this is the
right way or Muscle PKCS#11 has to be modified to support this. It seems
like Muscle PKCS#11 does not set these attributes by default...

So my configuration file looks like:

name = musclePKCS11
library = c:/windows/system32/PKCS11.dll
attributes(*,CKO_PRIVATE_KEY,*) = {
        CKA_SENSITIVE = true
}

attributes(*,CKO_PRIVATE_KEY,*) = {
        CKA_EXTRACTABLE = true
}

No other modification needed to be done if I remember well

regards, dejan

_______________________________________________
Muscle mailing list
[email protected]
http://lists.drizzle.com/mailman/listinfo/muscle

Reply via email to