Re: problems with dynamic engine on windows

2005-10-31 Thread Steffen Pankratz
On Wed, 26 Oct 2005 21:07:46 +0200 "Dr. Stephen Henson" <[EMAIL PROTECTED]> wrote: > On Wed, Oct 26, 2005, Dr. Stephen Henson wrote: > > > > > I'll check to see if anything has changed/broken. > > > > Urgle, the DSO code under Win32 in 0.9.8 seems to be broken. I'm > investigating. > > Steve.

EC Digest error

2005-10-31 Thread Lloyd Brown
Hello all, I'm struggling to get some openssl elliptic curve based file digest/digital sig work done. I'm able to generate both ec and rsa keys without a problem, and am trying to digest a file using the "openssl dgst" command. However, I get something like this: [EMAIL PROTECTED]:~$ opens

Re: session-ID cashe

2005-10-31 Thread Victor Duchovni
On Sun, Oct 30, 2005 at 10:57:00PM -0800, imana sakki wrote: > hello > where is the session-ID & master-key in the camputer? where is this cashe? > can I see it? how secure is it? thank you > Relevant man pages: SSL_CTX_sess_set_cache_size SSL_CTX_sess_set_get_cb

Re: Certificate Hierarchy

2005-10-31 Thread Cesc
On 10/31/05, Dr. Stephen Henson <[EMAIL PROTECTED]> wrote: On Mon, Oct 31, 2005, Cesc wrote:> But, will this user.p7c be accepted on the setup of the web server (apache)? > i tried using it with s_server ... no luck.For those cases you can include the certificates in the trusted store (e.g.concate

Re: Certificate Hierarchy

2005-10-31 Thread Cesc
On 10/31/05, Rajeshwar Singh Jenwar <[EMAIL PROTECTED]> wrote: Hi Steve, I just want to expand this thread. Can u help me ? I want create root CA using openssl(0.9.8) on linux box(kernel 2.6.10). Then i want to create intermediate CAs signed by the root CA using openssl. Can you suggest me how th