[openssl.org #1252] Bug: incompatibility between apache/openssl 2.2.0/0.9.8a

2005-12-08 Thread Per Olausson via RT
On AIX 5.2, using Visual Age C/C++ V6, we are unable to compile apache. This is due to a duplication of a define in both products, but in your code this is not checked for correctly. I have attached a patch that clarify what needs to be changed. Regards, Per Olausson Darkheim Tec

[openssl.org #1251] Bug report / Enhacement

2005-12-08 Thread Marek Chovanec via RT
OpenSSL 0.9.8a Visual C++ 6: OPENSSL_Applink can be implemented only in main EXE module. There is no possibility, to implement it in my DLL, because openssl finds OPENSSL_Applink only in main module – GetModuleHandle(NULL). When using Java JNI, I am not able to implement OPENSSL_Applink

Re: Alternate RAND_poll for XP/2003 Server/Vista

2005-12-08 Thread Andy Polyakov
I’m using OpenSSL as a module in PHP (php_openssl), and I need to call the CGI page may times per second but the initialization process in RAND_poll is too slow. I’m thinking to modify OpenSSL to use the rtlGenRandom call available in XP/2003 Server/Vista OSs (see http://blogs.msdn.com/micha

Re: HPUX PARISC 32 Fatal Makefile Flaw

2005-12-08 Thread Andy Polyakov
But without splitting -Wl,-Fl from libssl.a with a space, ??? 'cc -b -Wl,-Fl,libssl.a ...' should be/is translated to 'ld -b -Fl libssl.a ...' by cc. Comma in cc -Wl stands for space in ld line. Yes, that is absolutely correct. However, you are telling cc to pass this through without thinki

Re: HPUX PARISC 32 Fatal Makefile Flaw

2005-12-08 Thread William A. Rowe, Jr.
Andy Polyakov wrote: But without splitting -Wl,-Fl from libssl.a with a space, ??? 'cc -b -Wl,-Fl,libssl.a ...' should be/is translated to 'ld -b -Fl libssl.a ...' by cc. Comma in cc -Wl stands for space in ld line. Yes, that is absolutely correct. However, you are telling cc to pass thi