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 -keyform engine -in > -out -engine > > The engine executes the rsa_priv_enc function (I thought the engine would > execute rsa_sign, but this is not t

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 -keyform engine -in -out -engine The engine executes the rsa_priv_enc function (I thought the engine would execute rsa_sign, but this is not the problem). The problem is when the rsa_priv_enc ends, OpenS