Re: how to decrypt with pubkey without pkcs1 padding things

2008-11-14 Thread Robert Relyea
NZzi wrote: Robert Relyea wrote: NZzi wrote: hi all: I want to use private key to encrypt a message, and decrypt with public key. Are you encrypting data or a symmetric Key? Most of the nss code that does these operations does so on actual symetric keys (which are then used to do

WISeKey root inclusion request (re-start public discussion)

2008-11-14 Thread Frank Hecker
First, my sincere apologies for being missing from this group over the past few weeks. A combination of illness (both my own and family), out-of-town trips, and other Mozilla Foundation business kept me from having any significant time to devote to CA matters. I am working on ways to ensure

Draft how to apply guide for CAs

2008-11-14 Thread Frank Hecker
One of the things I'm trying to do (with lots of help from Kathleen Wilson) is to document how the CA evaluation process works, so that CAs can have a better understanding of what will happen during the process and what they will be asked to do. A primary product of that effort will be a how

NSS DB migration problem

2008-11-14 Thread Hans Petter Jansson
I've been looking in NSS docs and ML archives for a solution to the following problem, with no luck. Asking around on IRC, I was pointed to this ML. Hopefully it's the appropriate forum. I'm trying to migrate existing NSS DBs from the old Berkeley DB format to the new, SQLite-based format that

Re: NSS DB migration problem

2008-11-14 Thread Wan-Teh Chang
On Fri, Nov 14, 2008 at 9:54 PM, Hans Petter Jansson [EMAIL PROTECTED] wrote: /* Step 3: Authenticate to the token */ rv = PK11_Authenticate (slot, PR_FALSE, pwdata); if (rv != SECSuccess) { fprintf (stderr, *** Auth call failed: %u.\n, PORT_GetError ()); return rv;

Re: NSS DB migration problem

2008-11-14 Thread Nelson B Bolyard
Hans Petter Jansson wrote, On 2008-11-14 21:54: I've been looking in NSS docs and ML archives for a solution to the following problem, with no luck. Asking around on IRC, I was pointed to this ML. Hopefully it's the appropriate forum. I'm trying to migrate existing NSS DBs from the old

Re: how to decrypt with pubkey without pkcs1 padding things

2008-11-14 Thread Ken
2008/11/15 Robert Relyea [EMAIL PROTECTED]: NZzi wrote: Robert Relyea wrote: NZzi wrote: hi all: I want to use private key to encrypt a message, and decrypt with public key. Are you encrypting data or a symmetric Key? Most of the nss code that does these operations does so on actual