Re: OCSP and ENGINE

2004-09-06 Thread Massimiliano Pala
Dr. Stephen Henson wrote: 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. Good. Just one question, is there a method to get the EVP_PKEY using

Re: OCSP and ENGINE

2004-09-03 Thread Dr. Stephen Henson
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 dou

OCSP and ENGINE

2004-09-03 Thread Massimiliano Pala
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 becaus