Re: OpenSSL 0.9.8 Beta 1

2005-05-19 Thread Andy Polyakov
make[1]: Entering directory `/usr/local/src/libs/openssl-0.9.8/crypto' gcc -I. -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -mcpu=pentium -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DSHA1_A

Re: OpenSSL 0.9.8 Beta 1

2005-05-19 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Thu, 19 May 2005 22:14:20 -0700 (PDT), Tim Rice <[EMAIL PROTECTED]> said: Hmm... I personally do not support SCO products for political reasons, so I'm not going to offer much about them. However, it looks like the CC and CFLAGS variables do not follow along in

Re: [ANNOUNCE] OpenSSL 0.9.8 beta 1 released

2005-05-19 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Fri, 20 May 2005 07:24:06 +0200, "Philippe BOUGERET" <[EMAIL PROTECTED]> said: philippe.bougeret> In fact , this arrived when I compile with the philippe.bougeret> -DZLIB option. What platform, what platform version, what compiler, what compiler version? Cheers

RE: [ANNOUNCE] OpenSSL 0.9.8 beta 1 released

2005-05-19 Thread Philippe BOUGERET
In fact , this arrived when I compile with the -DZLIB option. The messages are : ___ test sslv3 Available compression methods: 1: zlib compression ERROR in CLIENT 3336:error:1408108E:SSL routines:SSL3_CHANGE_CI

OpenSSL 0.9.8 Beta 1

2005-05-19 Thread Tim Rice
I tried some builds. Here is what I have to far. --- Xandros Business 2.5 (linux-elf) builds & tests OK. --- UnixWare 2.03 Configured for unixware-2.0. Waiting for build to finish UX:nohup: INFO: Sending output to nohup.ou

Re: [ANNOUNCE] OpenSSL 0.9.8 beta 1 released

2005-05-19 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Fri, 20 May 2005 00:15:40 +0200, Corinna Vinschen <[EMAIL PROTECTED]> said: vinschen> In both cases I'll send a patch to fix that. It's just vinschen> rather late and especially the engine Makefile change needs vinschen> some testing, so give me a couple of days

Re: wrong date in main openssl webpage

2005-05-19 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Thu, 19 May 2005 22:46:57 +0200, "Matyas Majzik" <[EMAIL PROTECTED]> said: openssl> http://www.openssl.org openssl> openssl> 19-may-2002:Beta 1 of OpenSSL 0.9.8 is now available, please test openssl> it now openssl> openssl> openssl> I think it sho

Re: [ANNOUNCE] OpenSSL 0.9.8 beta 1 released

2005-05-19 Thread Corinna Vinschen
On May 19 22:12, Richard Levitte - VMS Whacker wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > > OpenSSL version 0.9.8 Beta 1 > > > OpenSSL - The Open Source toolkit for SSL/TLS > http://www.openssl.org/ > > OpenSSL is currently in a release c

Re: [ANNOUNCE] OpenSSL 0.9.8 beta 1 released

2005-05-19 Thread Nils Larsch
Goetz Babin-Ebell wrote: Richard Levitte - VMS Whacker wrote: OpenSSL version 0.9.8 Beta 1 There is still an old bugfix about some potential memory leaks in crypto/pkcs7/pk7_smime.c that I sent last year. New version of patch attached... patch applied. Thanks, Nils __

Re: BUG in openssl-0.9.8 beta 1

2005-05-19 Thread Andy Polyakov
In order to successfully build openssl-0.9.8-beta1 under MS Windows XP using MS VC 6.0 we must change the definition _WIN32_WINNT=0x0333 into _WIN32_WINNT=0x0400 It was tested with downloaded Platform SDK headers, which must be the explanation how it slipped through... VC 6.0 ais equipped with

Re: [ANNOUNCE] OpenSSL 0.9.8 beta 1 released

2005-05-19 Thread Andy Polyakov
I have try this new version under Windows XPsp2 , compiled with VisualStudio2003. It was tested with freely available 2003 command-line C++ toolkit, i.e. same as Visual Studio 2003, equipped with Platform SDK headers downloaded separately and on 2003 server... It compiles fine, but when I make t

BUG in openssl-0.9.8 beta 1

2005-05-19 Thread sth
In order to successfully build openssl-0.9.8-beta1 under MS Windows XP using MS VC 6.0 we must change the definition _WIN32_WINNT=0x0333 into _WIN32_WINNT=0x0400 So to fix it a line in "\ms\ntdll.mak" should be changed:   OLD LINE: CFLAG= /MD /W3 /WX /G5 /Ox /O2 /Ob2 /Gs0 /GF /Gy /nologo -DO

RE: [ANNOUNCE] OpenSSL 0.9.8 beta 1 released

2005-05-19 Thread Philippe BOUGERET
I have try this new version under Windows XPsp2 , compiled with VisualStudio2003. It compiles fine, but when I make the test, it fails with ssltest. The Windows error dialog appears and the application is stopped Thanks __ OpenS

Re: [ANNOUNCE] OpenSSL 0.9.8 beta 1 released

2005-05-19 Thread Goetz Babin-Ebell
Richard Levitte - VMS Whacker wrote: OpenSSL version 0.9.8 Beta 1 There is still an old bugfix about some potential memory leaks in crypto/pkcs7/pk7_smime.c that I sent last year. New version of patch attached... Bye Goetz -- DMCA: The greed of the few outweighs the freedom of the many Index: cry

Re: 0.9.8-stable-SNAP-20050518.tar.gz warning during compilation and other questions

2005-05-19 Thread Andy Polyakov
FIPS 0.9.7 certification is still pending and FIPS code won't get adopted for later versions till 0.9.7 is certified. I see. Is there an estimated date when OpenSSL gets FIPS certification? A few months? This year? Next year? It's loaded issue, so nobody will give any promises. Just keep checking

wrong date in main openssl webpage

2005-05-19 Thread Matyas Majzik
http://www.openssl.org 19-may-2002:Beta 1 of OpenSSL 0.9.8 is now available, please test it now I think it should be 2005 :)) Matyas __ OpenSSL Project http://www.openssl.org Development

Re: 0.9.8-stable-SNAP-20050518.tar.gz warning during compilation and other questions

2005-05-19 Thread Matyas Majzik
I have few more questions: Is there SSE2 support in win32 version with VC? Is it enough to add /G7 and /arch:SSE2 to the compiler options or I need to do anything else? If you refer to assembler SSE2 code-pathes, then answer is no to both questions. Didn't have energy to engage it there... Too b

Re: 0.9.8-stable-SNAP-20050518.tar.gz warning during compilation and other questions

2005-05-19 Thread Andy Polyakov
I have few more questions: Is there SSE2 support in win32 version with VC? Is it enough to add /G7 and /arch:SSE2 to the compiler options or I need to do anything else? If you refer to assembler SSE2 code-pathes, then answer is no to both questions. Didn't have energy to engage it there... Where

Re: OPenssl SNAPSHOT 20050519 BSD/OS 4.3.1 binutils 2.15 report

2005-05-19 Thread Andy Polyakov
../util/shlib_wrap.sh ./sha512t *** Signal 4 This was discussed earlier. See no-sse2 option in INSTALL. I've also updated FAQ to mention this. A. __ OpenSSL Project http://www.openssl.org Developmen

[ANNOUNCE] OpenSSL 0.9.8 beta 1 released

2005-05-19 Thread Richard Levitte - VMS Whacker
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 OpenSSL version 0.9.8 Beta 1 OpenSSL - The Open Source toolkit for SSL/TLS http://www.openssl.org/ OpenSSL is currently in a release cycle. The first beta is now released. The beta release is available for d