Re: [openssl.org #2167] [PATCH 1.0.1e] openssl/ssl/s3_pkt.c SSL multiple threads and SSL_MODE_RELEASE_BUFFERS

2014-04-23 Thread Petter Reinholdtsen via RT
[Petter Reinholdtsen] > Why is this issue still open? Something wrong with the patch? I guess not, as I just noticed it was commited today in http://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=94d1f4b0f3d262edf1cf7023a01d5404945035d5 >. Thank you. This issue seem to be reported also i

[openssl.org #2167] [PATCH 1.0.1e] openssl/ssl/s3_pkt.c SSL multiple threads and SSL_MODE_RELEASE_BUFFERS

2014-04-23 Thread Petter Reinholdtsen via RT
Why is this issue still open? Something wrong with the patch? The problem described is assigned CVE-2010-5298 and further described in http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2010-5298 > and https://security-tracker.debian.org/tracker/CVE-2010-5298 >. -- Happy hacking Petter Reinho

Re: [openssl.org #717] Incorrect shared library suffix on HP-UX ia64

2004-12-27 Thread Petter Reinholdtsen via RT
[Andy Polyakov] > Both pa-risc and ia64 linkers look for both .so and .sl and once program > is linked with some shared object it will require that particular one. > And at run-time shared object extension has no meaning whatsoever, it's > the contents matching ABI for current process, which de

Re: [openssl.org #717] Incorrect shared library suffix on HP-UX ia64

2004-12-27 Thread Petter Reinholdtsen via RT
[Andy Polyakov] > It's merely cosmetics: .sl works as well as .so. The issue is > addressed in 0.9.8 development branch. Actually, when we try to get both hppa and ia64 binaries working, it is important that the hppa libraries are called .so, and the i164 libraries are using .so. If not, the pro

[openssl.org #793] openssl 0.9.7c: Self test fail on IA64 HP-UX 11.22

2003-12-10 Thread Petter Reinholdtsen via RT
Here is a bug for the OpenSSL Request Tracker, http://www.openssl.org/support/rt2.html>. The building of OpenSSL 0.9.7c fail on HP-UX 11.22 on IA64. The self testing fail. Here is the trailing part of 'make report': OSSL_LIBPATH="`cd ..; pwd`"; LD_LIBRARY_PATH="$OSSL_LIBPATH:$LD_LIBRARY

Re: [openssl.org #717]: Incorrect shared library suffix on HP-UX ia64

2003-10-03 Thread Petter Reinholdtsen via RT
I suspect this bug is related to bug #525 reported against OpenSSL 0.9.7a 2003-03-03. That bug contain more patches to get the build working properly on HP-UX/ia64. __ OpenSSL Project http://www.

[openssl.org #717] Incorrect shared library suffix on HP-UX ia64

2003-10-02 Thread Petter Reinholdtsen via RT
I recently discovered that HP-UX on ia64 uses two different suffixes on the shared libraries. The old style PA-RISC libraries (without ELF format) uses .sl endings, while the new style ELF libraries: % file -L /lib/libc.sl /usr/lib/hpux*/libc.s? /lib/libc.sl:PA-RISC2.0 shared li

[openssl.org #315] Small patch to be able to compile openssl noninteractively

2002-10-23 Thread Petter Reinholdtsen via RT
Here is a small patch to be able to compile openssl 0.9.6g noninteractively on my Solaris 8 machine. I fixed all locations where 'read < /dev/tty' was used. diff -ur src-0.9.6g/config src-0.9.6g-local/config --- src-0.9.6g/config 2002-08-09 13:43:58.0 +0200 +++ src-0.9.6g-local/config