Importing public and private keys into nss

2012-04-30 Thread VJ
Hi, I've tested encryption, decryption, signing and verification with public (NSSLOWKEYPublicKey) and private keys (NSSLOWKEYPrivateKey) in low level. However, Now I have a public/private keys in the below format: -BEGIN RSA PUBLIC KEY-

Re: Importing public and private keys into nss

2012-04-30 Thread Robert Relyea
On 04/30/2012 02:22 AM, VJ wrote: Hi, I've tested encryption, decryption, signing and verification with public (NSSLOWKEYPublicKey) and private keys (NSSLOWKEYPrivateKey) in low level. Big question, Why are you using private interfaces? The low level interfaces are only for specific

Re: Running NSS as a Service

2012-04-30 Thread Robert Townley
On Friday, February 17, 2012 11:07:47 AM UTC-6, Anders Rundgren wrote: After looking into several similar solutions including Gnome Keyring I wonder if it is not time for NSS transcending into a service rather than a library running in application context. Anyway, it seems pretty difficult