On Mar 25, 2011, at 4:45 PM, Jeffrey Walton wrote:
> On Fri, Mar 25, 2011 at 3:56 PM, Anthony Gabrielson
> wrote:
>> This will do what you want:
>> http://agabrielson.wordpress.com/2010/07/15/openssl-an-example-from-the-command-line/
>
>memset(plaintext,0,sizeof(plaintext));
>
> The optimiz
> From: David Schwartz [mailto:dav...@webmaster.com]
> Sent: Friday, March 25, 2011 11:44 PM
>
> On 3/25/2011 4:17 PM, Jeremy Farrell wrote:
>
> >> From: Jeffrey Walton
> >> Sent: Friday, March 25, 2011 8:45 PM
> >> On Fri, Mar 25, 2011 at 3:56 PM, Anthony
> Gabrielson wrote:
>
> >>> This wil
On 3/25/2011 4:17 PM, Jeremy Farrell wrote:
From: Jeffrey Walton
Sent: Friday, March 25, 2011 8:45 PM
On Fri, Mar 25, 2011 at 3:56 PM, Anthony Gabrielson
wrote:
This will do what you want:
http://agabrielson.wordpress.com/2010/07/15/openssl-an-example-from-the-command-line/
memset(p
> From: Jeffrey Walton
> Sent: Friday, March 25, 2011 8:45 PM
> On Fri, Mar 25, 2011 at 3:56 PM, Anthony Gabrielson
> wrote:
> > This will do what you want:
> >
> > http://agabrielson.wordpress.com/2010/07/15/openssl-an-example-from-the-command-line/
>
> memset(plaintext,0,sizeof(plaintext)
On Fri, Mar 25, 2011 at 3:56 PM, Anthony Gabrielson
wrote:
> This will do what you want:
> http://agabrielson.wordpress.com/2010/07/15/openssl-an-example-from-the-command-line/
memset(plaintext,0,sizeof(plaintext));
The optimizer might remove your zeroization.
Jeff
>
> - Original Messa
This will do what you want:
http://agabrielson.wordpress.com/2010/07/15/openssl-an-example-from-the-command-line/
- Original Message -
From: "Venkateswara Rao Chikkireddi (HSSL-Bangalore)"
To: openssl-users@openssl.org
Sent: Friday, March 25, 2011 12:41:36 PM
Subject: Examples to e