Re: OPENSSL_cleanse()

2014-10-29 Thread Geoffrey Thorpe
On Tue, Oct 28, 2014 at 5:16 PM, Wim Lewis wrote: > > On Oct 23, 2014, at 10:17 PM, Vladimir Zatsepin < > vladimir.zatse...@gmail.com> wrote: > > Does somebody know how OPENSSL_cleanse() works? > > I don't understand what this [17, 63, 0xF] values means. Why

Re: OPENSSL_cleanse()

2014-10-28 Thread Wim Lewis
On Oct 23, 2014, at 10:17 PM, Vladimir Zatsepin wrote: > Does somebody know how OPENSSL_cleanse() works? > I don't understand what this [17, 63, 0xF] values means. Why such values were > chosen? I think it's a simplistic random number generator, like a linear congruenti

OPENSSL_cleanse()

2014-10-23 Thread Vladimir Zatsepin
Hi, Does somebody know how OPENSSL_cleanse() works? I don't understand what this [17, 63, 0xF] values means. Why such values were chosen?

OPENSSL_cleanse issue

2008-02-13 Thread Belliappa, Ashith Muddiana (HP Software)
Hi, In one of our customer environment I am always getting the following stack error and my process always hangs here. Does anyone have any idea? I found that OPENSSL_cleanse is not thread safe from the google search. Ref: http://fixunix.com/openssl/155271-openssl_cleanse-threadsafe-routine.htm l