Re: SSL_ConfigSecureServer and on the fly cert generation

2011-12-07 Thread Honza Bambas
On 12/7/2011 4:01 PM, passfree wrote: Is it possible to start NSS_Init without creating dbs? I guess what I am asking if I can have all of this in memory rather than on disc. I need to create a self-contained executable. If you are sure what you are doing, then NSS_NoDB_Init can be what you ne

Re: SSL_ConfigSecureServer and on the fly cert generation

2011-12-07 Thread Robert Relyea
On 12/07/2011 07:01 AM, passfree wrote: > On Dec 2, 6:26 pm, Robert Relyea wrote: >> On 12/02/2011 07:46 AM, passfree wrote:> I am writing an experimental tool >> and I need to generate an SSL server >>> on the fly. Needless to say, NSS seams like the perfect choice but >>> here is where I am stu

Re: SSL_ConfigSecureServer and on the fly cert generation

2011-12-07 Thread passfree
On Dec 2, 6:26 pm, Robert Relyea wrote: > On 12/02/2011 07:46 AM, passfree wrote:> I am writing an experimental tool > and I need to generate an SSL server > > on the fly. Needless to say, NSS seams like the perfect choice but > > here is where I am stuck. > > > SSL_ConfigSecureServer excepts a c

Re: SSL_ConfigSecureServer and on the fly cert generation

2011-12-02 Thread Robert Relyea
On 12/02/2011 07:46 AM, passfree wrote: > I am writing an experimental tool and I need to generate an SSL server > on the fly. Needless to say, NSS seams like the perfect choice but > here is where I am stuck. > > SSL_ConfigSecureServer excepts a cert a key and a type. I've tried to > look into cer

SSL_ConfigSecureServer and on the fly cert generation

2011-12-02 Thread passfree
I am writing an experimental tool and I need to generate an SSL server on the fly. Needless to say, NSS seams like the perfect choice but here is where I am stuck. SSL_ConfigSecureServer excepts a cert a key and a type. I've tried to look into certutil to see how these are generated but I find it