[EMAIL PROTECTED] wrote:
> I am currently trying to convert from OpenSSL to NSS (seemed like a good 
> idea at the time).

Most here would argue it's a good idea :).

That's a fairly small look at the code.  What is it that you are 
actually trying to accomplish with the crypto code?  How did you encrypt 
the data that you are trying to decrypt with a public key?

Usually, you encrypt stuff with a symmetric key that is wrapped with the 
recipient's public key and the recipient unwraps the symmetric key with 
their private and decrypts the data.

Dave
_______________________________________________
dev-tech-crypto mailing list
dev-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto

Reply via email to