-- If you make people think they're thinking, they'll love you; but if you really make them think they'll hate you.
--- Begin Message --- Richard Levitte - VMS Whacker wrote:
In message <[EMAIL PROTECTED]> on Sat, 18 Oct 2003 19:58:39 +0200, Stefan Olsson <[EMAIL PROTECTED]> said:I tried to use the ENGINE_load_builtin_engines() call and that gives the same problem, if I try to set e = ENGINE_by_id( "openssl" ) the call will fail. However if I add ENGINE_load_openssl(); it works but gives the TEST_ENG_OPENSSL_RC4_P_INIT message...
stefan> >/* This testing gunk is implemented (and explained) lower down. It also assumes
stefan> > * the application explicitly calls "ENGINE_load_openssl()" because this is no
stefan> > * longer automatic in ENGINE_load_builtin_engines(). */
stefan> >
stefan> >See the part that says the application explicitely has to call
stefan> >ENGINE_load_openssl() to get that engine loaded at all? are you doing
stefan> >something like that in your application? If so, don't.
stefan> >
stefan> Oki. If I don't place that call (or more specific does not specify any stefan> engine at all) it works just fine, but our application needs Atalla stefan> support for performance and if I don't make a ENGINE_load_openssl(); stefan> call before ENGINE_by_id this call failes. What am I missing here?
Either ENGINE_load_builtin_engines() (if you want to maximise the potential of using any supported hardward that happens to be available) or ENGINE_load_atalla(). And what exactly is the identity you give ENGINE_by_id()?
Brgds
/Stefan
-- If you make people think they're thinking, they'll love you; but if you really make them think they'll hate you.
smime.p7s
Description: S/MIME Cryptographic Signature
--- End Message ---
smime.p7s
Description: S/MIME Cryptographic Signature
