On Wed, Jul 31, 2002 at 01:46:57PM -0700, Robert Pereira wrote:
> Hi,
>
> I attempt to sign a 160 bit SHA1 hash using my private key as follows:
>
> C:\openssl-engine-0.9.6d\out32dll>openssl rsautl -sign -in 16k.hex -inkey
> server.key -out sign16k.hex -pkcs
>
> Then, I attempt to hexdump the v
Hi,
I attempt to sign a
160 bit SHA1 hash using my private key as follows:
C:\openssl-engine-0.9.6d\out32dll>openssl rsautl -sign -in 16k.hex
-inkey server.key -out sign16k.hex -pkcs
Then, I attempt to
hexdump the verifcation using the following:
C:\openssl-engine-0.9.6d\out32dll>open