RE: command line to c++ code

2011-04-14 Thread luis hernandez
> Date: Wed, 13 Apr 2011 16:17:45 -0700 > From: pie...@hogranch.com > To: openssl-users@openssl.org > Subject: Re: command line to c++ code > > On 04/13/11 4:11 PM, luis hernandez wrote: > > > > > take a look at the source to openssl (the executable utility)

RE: command line to c++ code

2011-04-13 Thread luis hernandez
> Date: Wed, 13 Apr 2011 12:41:16 -0700 > From: pie...@hogranch.com > To: openssl-users@openssl.org > Subject: Re: command line to c++ code > > On 04/13/11 10:16 AM, luis hernandez wrote: > > Hi > > I do not know if you have talk about this here, but

command line to c++ code

2011-04-13 Thread luis hernandez
howto already written? I have bought the book Network security with Openssl by O'reilly. But I can not figure it out. TIA for your help. Luis Hernandez

RE: Verify signed text

2011-03-31 Thread luis hernandez
Thak you DAVE I answer without seeing your post. > From: dthomp...@prinpay.com > To: openssl-users@openssl.org > Subject: RE: Verify signed text > Date: Thu, 31 Mar 2011 16:56:39 -0400 > > > From: owner-openssl-us...@openssl.org On Behalf Of luis hernandez > >

RE: Verify signed text

2011-03-31 Thread luis hernandez
igroup.com > To: openssl-users@openssl.org > > > On 30 Mar 2011, at 9:59 AM, luis hernandez wrote: > > i get a file with a signed base64 string produced using the following > > commands: > > > > openssl dgs -md5 -sign key.pem stringtosign.txt | openssl enc -bas

RE: Verify signed text

2011-03-31 Thread luis hernandez
0 > CC: w...@omnigroup.com > To: openssl-users@openssl.org > > > On 30 Mar 2011, at 9:59 AM, luis hernandez wrote: > > i get a file with a signed base64 string produced using the following > > commands: > > > > openssl dgs -md5 -sign k

RE: Verify signed text

2011-03-30 Thread luis hernandez
OK thanks a lot > Subject: Re: Verify signed text > From: w...@omnigroup.com > Date: Wed, 30 Mar 2011 14:01:24 -0700 > To: openssl-users@openssl.org > > > On 30 Mar 2011, at 12:02 PM, luis hernandez wrote: > > Thanks Wim, > > > > i know that cer p

RE: Verify signed text

2011-03-30 Thread luis hernandez
ext > From: w...@omnigroup.com > Date: Wed, 30 Mar 2011 10:12:45 -0700 > CC: w...@omnigroup.com > To: openssl-users@openssl.org > > > On 30 Mar 2011, at 9:59 AM, luis hernandez wrote: > > i get a file with a signed base64 string produced using the following > >

Verify signed text

2011-03-30 Thread luis hernandez
the public key. from that file i can get the original stringtosign.txt but because the key belongs to the owner and i can not have it. is it possible to verify that the signedbase64string is correct only with the information i have? tia for your help luis hernandez