In message <[EMAIL PROTECTED]> on 
Mon, 15 Jul 2002 19:20:23 +0200, "Frederic DONNAT" <[EMAIL PROTECTED]> said:

frederic.donnat> I encouter some problem using random ENGINE.
frederic.donnat> 
frederic.donnat> In fact when using "openssl rand .." i see that rand
frederic.donnat> stuff is made on my crypto accelerator, but when
frederic.donnat> using "openssl s_client ..." if i want to redirect
frederic.donnat> rand stuff on crypto accelerator i have to edit
frederic.donnat> /apps/s_client.c and add "e = setup_engine ( bio_err,
frederic.donnat> engine_id, 1) ; " just after option checking and
frederic.donnat> before any RAND_xx function call. (like for rand
frederic.donnat> stuff in /apps/rand.c)
frederic.donnat> 
frederic.donnat> Is there something wrong in ENGINE or is this a
frederic.donnat> normal behavior? becaus it seems that once rand
frederic.donnat> default has been set it's impossible to change it in
frederic.donnat> order to use ENGINE...

The hardware random data is only used as seed to OpenSSL's PRNG.

-- 
Richard Levitte   \ Spannvägen 38, II \ [EMAIL PROTECTED]
Redakteur@Stacken  \ S-168 35  BROMMA  \ T: +46-8-26 52 47
                    \      SWEDEN       \ or +46-708-26 53 44
Procurator Odiosus Ex Infernis                -- [EMAIL PROTECTED]
Member of the OpenSSL development team: http://www.openssl.org/

Unsolicited commercial email is subject to an archival fee of $400.
See <http://www.stacken.kth.se/~levitte/mail/> for more info.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to