Re: How to export un-encrypted private key using NSS API for OpenSSL base apps

2008-07-12 Thread Nelson B Bolyard
Subrata Mazumdar wrote, On 2008-07-12 13:34: > I have created a self-signed cert using certutil. I want to export the > associated private key in Mozilla Cert/Key DB as an un-encrypted private > key to be used by an OpenSSL based App. > The requirement is to use Mozilla NSS API to export the ke

How to export un-encrypted private key using NSS API for OpenSSL base apps

2008-07-12 Thread Subrata Mazumdar
Hi, I have created a self-signed cert using certutil. I want to export the associated private key in Mozilla Cert/Key DB as an un-encrypted private key to be used by an OpenSSL based App. The requirement is to use Mozilla NSS API to export the key - not OpenSSL API or OpenSSL command line tools