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

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)

My previous answer was incomplete.  I looked at s_client.c and
s_server.c and found that you're very correct, the call to
setup_engine() comes too late.  I'll commit a change promptly.

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