RE: Embedded SSL and randomness

2001-05-04 Thread Vadim Fedukovich
On Fri, 4 May 2001, Dilkie, Lee wrote: > It is critical to get the initial seed with as much entropy as possible yes, it's traditional way to keep openssl' PRNG happy. However, "a random" inside "server hello" is sent in clear and it may be appropriate to use low-quality clock-based source her

RE: Embedded SSL and randomness

2001-05-04 Thread Dilkie, Lee
nt: Friday, May 04, 2001 10:55 AM To: [EMAIL PROTECTED] Subject: Re: Embedded SSL and randomness Lee, unpredictable random numbers required for ssl client to set pre-master secret, client key exchange message, rsa mode. One can run a "reverse" solution with SSL client on a web server.

Re: Embedded SSL and randomness

2001-05-04 Thread Vadim Fedukovich
Lee, unpredictable random numbers required for ssl client to set pre-master secret, client key exchange message, rsa mode. One can run a "reverse" solution with SSL client on a web server. Unfortunately this breaks HTTPS. However, you still have a secure solution and a CA in business :) would th