Error engine using rsautl

2010-06-25 Thread Nacho Álvarez
Hello, I am building a PKCS#11 engine to an HSM. When I run: openssl rsautl -sign -inkey id-of-private-key -keyform engine -in file-data -out file-sign -engine My-engine-id The engine executes the rsa_priv_enc function (I thought the engine would execute rsa_sign, but this is not the problem).

Re: Error engine using rsautl

2010-06-25 Thread Dr. Stephen Henson
On Fri, Jun 25, 2010, Nacho lvarez wrote: Hello, I am building a PKCS#11 engine to an HSM. When I run: openssl rsautl -sign -inkey id-of-private-key -keyform engine -in file-data -out file-sign -engine My-engine-id The engine executes the rsa_priv_enc function (I thought the engine