Re: Delete CNNIC ROOT from NSS!!!!!

2013-07-29 Thread Kathleen Wilson
On 7/26/13 11:15 PM, jeffwang@gmail.com wrote: Because: The Mainland's people know,the CNNIC is a branch unit of Chinese Acadmy of Science,a ministerial level government organization of the Central Government of China,name as The State Council of the people's Republic of China So:CNNIC is

Importing a symmetic key into NSS database

2013-07-29 Thread John
Hi, Is is possible to import a symmetric key such that it is persisted in the database? I have tried the following. unsigned char secret[] = {0xe8, 0xa7, 0x7c, 0xe2, 0x05, 0x63, 0x6a, 0x31}; SECItem key; key.type = siBuffer; key.data = secret; key.len = sizeof(secret); PK11SlotInfo *slot =