On Fri, Sep 03, 2004, Massimiliano Pala wrote: > Hello, > > I want to use the OCSP routines with an HSM to provide a high number of > signed responses per second. What do I have to do in order to have > my application to use the ENGINE extension with OCSP commands/libraries ? > > I have this doubt mainly because I am not an ENGINE expert and partially > because I have not found any reference to the ENGINE extension in the OCSP > code. >
Yout don't need to do anything special. You just have to get the relevant EVP_PKEY from the ENGINE and pass it to the relevant APIs for OCSP. The rest is automatic if the ENGINE has been written properly. 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]
