On Thu, Aug 05, 2004, Victor Tarasov wrote: > Hi, > > I have a problems with OpenSSL-0.9.7d when using 'openssl ca' > application with dynamic engine . > > IMHO, it's because the setup_engine() is called before the parsing of > openssl configuration (apps/ca.c +551). > > It works for me, if I replace the call of this function to just before > the call of load_key() (apps/ca.c +727). >
I've moved setup_engine() now so it is after load_config() which should be OK. Let me know of any problems. Steve. -- Dr Stephen N. Henson. Email, S/MIME and PGP keys: see homepage OpenSSL project core developer and freelance consultant. Funding needed! Details on homepage. Homepage: http://www.drh-consultancy.demon.co.uk ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
