RSAUTL & PASSIN

2003-09-10 Thread Andrew Stickland
ook at the rsa.c code in \apps - couldn't the "app_passwd(bio_err, passargin, passargout, &passin, &passout)" functionality be added to rsautl and 'passin' handed to load_key()? As I said, I'm rusty so I may have overlooked obvio

RSAUTL -sign

2003-09-08 Thread Andrew Stickland
Hi, Bit of a problem as I'm stuck with RSA signatures... I've got a file containing 128 bytes of data (no CR/LF). The original data was padded (ISO9796-2/1) in order to create this file. When trying to sign this data with rsautl using the following command:- openssl rsautl -in padded -inkey pr

Re: RSA: data too large

2003-09-05 Thread Andrew Stickland
Hi, I have a file containing 128 bytes of data (no CR/LF - yes, sorry I'm on Windows for this project). The original data was padded (ISO9796-2/1) in order to create this file. When trying to sign this data with rsautl using the following command:- openssl rsautl -in padded -inkey private.pem -