On Mon, Jul 31, 2006, k b wrote:
> Thanks Stephens,
> that worked.
> i'm just curious what if one uses #>openssl rsautl -sign -inkey
> ./private/cakey.pem -in plain.txt -out
> signature.bin to create a signature, how would you verify it in a c.
> essentially what i mean is can u pass null in 2nd
(&md_ctx, null); indicating there is no hashing algo to be
used. Is this right or is there some other way.
KB
From: "Dr. Stephen Henson" <[EMAIL PROTECTED]>
Reply-To: openssl-users@openssl.org
To: openssl-users@openssl.org
Subject: Re: How to verify signature data with RSA PK
On Mon, Jul 31, 2006, k b wrote:
> Thanks Steve for pointing out that i posting to the wrong list, sorry my
> bad for some reason i didn't read it right. anyways...
>
I've moved it now.
> lemme give some background
> i have a plain text file plain.txt
>
> i call
> #> openssl rsautl -sign -ink