Re: cvs commit: openssl/crypto/rand rand_egd.c

2001-02-07 Thread Lutz Jaenicke
On Thu, Feb 08, 2001 at 03:04:57AM +0100, Ulf Moeller wrote: > So, which RAND_egd functions (if any) do we want to document in RAND_egd.pod? All of them? RAND_egd(path) will query 255bytes and seed the PRNG. RAND_egd_bytes(path,bytes) will query a chosen number of bytes and seed the PRNG. RAND_eg

Re: install problems

2001-02-07 Thread Richard Levitte - VMS Whacker
From: Ancelmo Rodriguez Parra <[EMAIL PROTECTED]> ancelmo> I am trying to install open-ssl, but I get the following errors, any ancelmo> sugestion? Yes, the following lines show that you are using a compiler from the dark ages. The OpenSSL source requires an ANSI C compiler to be compilable. I

OpenSSL to create WTLS Test Certificated?

2001-02-07 Thread Amit Chitale
Hello , I am trying to find out if I can use OpenSSL to create WTLS mini certificates ? Can anybody give some directions / help on how to do this? Thanks in advance. Regards, _aC Amit Chitale __ OpenSSL Project

Re: cvs commit: openssl/crypto/rand rand_egd.c

2001-02-07 Thread Ulf Moeller
So, which RAND_egd functions (if any) do we want to document in RAND_egd.pod? On Wed, Feb 07, 2001, [EMAIL PROTECTED] wrote: > jaenicke07-Feb-2001 23:13:40 > > Modified:crypto/rand rand_egd.c __ OpenSSL Project

Re: ENGINE_load_key

2001-02-07 Thread Rob Neff
[snip] > > Corinne Dive-Reclus, Principal Software Engineer > Baltimore Technologies, Focus 31, West Wing,Cleveland Road, Hemel Hempstead, > Hertfordshire, HP2 7BW, England > Tel: +44 (0) 1442 342600 Fax: +44 (0) 1442 347399 > E-mail [EMAIL PROTECTED] > Website Just o

Re: ENGINE_load_key

2001-02-07 Thread Richard Levitte - VMS Whacker
From: Corinne Dive-Reclus <[EMAIL PROTECTED]> CDive> I am not sure to understand how this function works: CDive> - Do we load a key from a file into a hardware engine CDive>and what is the file format ? No. CDive> or CDive> - Do we load a key from a hardw

ENGINE_load_key

2001-02-07 Thread Corinne Dive-Reclus
Hello, I am not sure to understand how this function works: - Do we load a key from a file into a hardware engine and what is the file format ? or - Do we load a key from a hardware engine into a file ? How has this file been creat