[openssl-dev] Adding a new Engine to OpenSSL

Matt Caswell matt at openssl.org
Fri May 15 12:53:00 UTC 2015



On 15/05/15 12:47, Animesh Das wrote:
> Hi,
> 
>  I have a new hardware crypto engine. The device can be accessed from
> user space application opening the device  like "/dev/mydevice". There
> are also some IOCTLs which can be used from user space. I want to add
> that device as one of the engines of OpenSSL so that the
> encryption/decryption process can be offloaded to that device.
> 
> I have new to OpenSSL. Could you please help me giving ideas/steps to
> add that engine in OpenSSL.

Take a look at:

demos/engines/rsaref/rsaref.c


Matt


More information about the openssl-dev mailing list