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.
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
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
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
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