Re: [PATCH][RFC] CPU Jitter random number generator

2013-05-26 Thread Stephan Mueller
On Sat, 25 May 2013 11:19:09 +0200 Andy Polyakov wrote: Hi Andy, > Hi, > > > You would think that you are correct since the system should be > > deterministic. > > I don't have to think it, program output gives evidence. On P4 I get > just 80, on an Atom system I get 22-33-22-33-22-33-..., on

RE: OpenSSL compatibility between releases

2013-05-26 Thread Salz, Rich
➢ If there is compatibility issue, then it seems we have to recompile our application with latest openssl library. Please suggest if you have any other or better solutions. There is no other solution. 0.9.8 and 1.xxx aren’t binary compatible. For more details, see the FAQ, http://www.openssl.

OpenSSL compatibility between releases

2013-05-26 Thread Xmly
Hi, How about the compatibility between different OpenSSL releases? Is it safe if we compile with openssl 0.9.8 library, then run our application with 1.0.0/1.0.1(by renaming the file name if needed) ? I have this question for two reasons, - we don't want to recompile our program - want to use

OpenSSL compatibility between releases

2013-05-26 Thread Xmly
Hi, How about the compatibility between different OpenSSL releases? Is it safe if we compile with openssl 0.9.8 library, then run our application with 1.0.0/1.0.1(by renaming the file name if needed) ? I have this question for two reasons, - we don't want to recompile our program - want to use