In message <[EMAIL PROTECTED]> on Sat, 18 Oct 2003 21:39:46 +0200, Stefan Olsson 
<[EMAIL PROTECTED]> said:

stefan> Richard Levitte - VMS Whacker wrote:
stefan> 
stefan> >Either ENGINE_load_builtin_engines() (if you want to maximise the
stefan> >potential of using any supported hardward that happens to be
stefan> >available) or ENGINE_load_atalla().  And what exactly is the identity
stefan> >you give ENGINE_by_id()?
stefan> >
stefan> >  
stefan> >
stefan> I tried to use the ENGINE_load_builtin_engines() call and that
stefan> gives the same problem, if I try to set e = ENGINE_by_id("openssl")
stefan> the call will fail. However if I add ENGINE_load_openssl(); it
stefan> works but gives the TEST_ENG_OPENSSL_RC4_P_INIT message...

I suspected that's what you did.  However, ENGINE_by_id("openssl")
will not give you the Atalla engine, it will only give you that
OpenSSL test engine.  To get the Atalla engine, use "atalla", like
this:

        e = ENGINE_by_id("atalla");

-- 
Richard Levitte   \ Tunnlandsv�gen 3  \ [EMAIL PROTECTED]
[EMAIL PROTECTED]  \ S-168 36  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
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to