Re: PKCS v. 1.5 does not appear to take effect

2002-08-01 Thread Vadim Fedukovich
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

PKCS v. 1.5 does not appear to take effect

2002-08-01 Thread Robert Pereira
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