Re: PKCS#11 public Key deletion

2006-01-25 Thread Vivek Kumar
Got it, Thanks Bob,.. On debugging I found out that there was a call coming in after the generation of pub/priv key pair to set the attribute value (CKA_ID) for the public key. (It was missing from the initial object template during public key creation). I had not implemented the SetAttribute func

Re: PKCS#11 public Key deletion

2006-01-24 Thread Bob Relyea
Julien Pierre wrote: Vivek, Vivek Kumar wrote: Hi, I am currently working with a PKCS#11 library, have modified it to support generation of public keys on the token. When i try to delete the certificate from Mozilla (Options->Advanced->Manage certificates), C_DestroyObject is getting calle

Re: PKCS#11 public Key deletion

2006-01-24 Thread Julien Pierre
Vivek, Vivek Kumar wrote: Hi, I am currently working with a PKCS#11 library, have modified it to support generation of public keys on the token. When i try to delete the certificate from Mozilla (Options->Advanced->Manage certificates), C_DestroyObject is getting called only for the certifi

PKCS#11 public Key deletion

2006-01-24 Thread Vivek Kumar
Hi, I am currently working with a PKCS#11 library, have modified it to support generation of public keys on the token.   When i try to delete the certificate from Mozilla (Options->Advanced->Manage certificates), C_DestroyObject is getting called only for the certificate and the private key object