Re: How to verify signature data with RSA PKCS1

2006-08-01 Thread Dr. Stephen Henson
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

Re: How to verify signature data with RSA PKCS1

2006-07-31 Thread k b
(&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

Re: How to verify signature data with RSA PKCS1

2006-07-31 Thread Dr. Stephen Henson
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