Re: problems with signing message digest with rsa

2000-02-23 Thread Ulf Möller
On Wed, Feb 23, 2000 at 03:13:28PM +0200, Elen Mägioja wrote: > The code i managed to write is added below. It seems to work > ok... no errors... the signature gets printed out... but what makes > me wonder is the output format of the signature. That's not in the > format I want to get... Shouldn

problems with signing message digest with rsa

2000-02-23 Thread Elen Mägioja
Hi, I have a message digest i want to sign with my RSA private key and i just want the signature printed out on screen. I found a lot of help in demos/sign.c but I still have problems. The code i managed to write is added below. It seems to work ok... no errors... the signature gets printed ou