Re: [ANNOUNCE] OpenSSL 0.9.8 beta 1 released

2005-05-22 Thread Corinna Vinschen
Hi Andy, On May 21 22:36, Andy Polyakov wrote: > Speaking of documentation:-) Is cygwin memory layout documented > somewhere? What I'm trying to ask is if you can provide a pointer. If > it's documented in commentary section in source code, then could you be > so kind to give some approximate d

Re: [ANNOUNCE] OpenSSL 0.9.8 beta 1 released

2005-05-21 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Sat, 21 May 2005 23:32:53 +0400 (MSD), Dmitry Belyavsky <[EMAIL PROTECTED]> said: beldmit> Hello! beldmit> beldmit> On Sat, 21 May 2005, Richard Levitte - VMS Whacker wrote: beldmit> beldmit> > The following from CHANGES should explain it: beldmit> > beldmit> >

Re: [ANNOUNCE] OpenSSL 0.9.8 beta 1 released

2005-05-21 Thread Andy Polyakov
Corinna, - The link_a.cygwin target creates the cygcrypto DLL with another base address. This is necessary to avoid collision with the Cygwin DLL itself. The address 0x6120 used right now collides at least with the Cygwin heap in the upcoming 1.5.17 release. Since the Cygwin DLL i

Re: [ANNOUNCE] OpenSSL 0.9.8 beta 1 released

2005-05-21 Thread Dmitry Belyavsky
Hello! On Sat, 21 May 2005, Richard Levitte - VMS Whacker wrote: The following from CHANGES should explain it: *) Change the ENGINE framework to automatically load engines dynamically from specific directories unless they could be found to already be built in or loaded. Move all the

Re: [ANNOUNCE] OpenSSL 0.9.8 beta 1 released

2005-05-21 Thread Corinna Vinschen
On May 21 19:29, Richard Levitte - VMS Whacker wrote: > The following from CHANGES should explain it: > > *) Change the ENGINE framework to automatically load engines > dynamically from specific directories [...] > time with the environment variable OPENSSL_ENGINES. > [Geoff Thorp

Re: [ANNOUNCE] OpenSSL 0.9.8 beta 1 released

2005-05-21 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Sat, 21 May 2005 19:11:20 +0200, Corinna Vinschen <[EMAIL PROTECTED]> said: vinschen> What about my question: vinschen> vinschen> >> What I'm not sure about is, if the engines shouldn't vinschen> >> better be installed into /usr/bin. Otherwise they are vinschen

Re: [ANNOUNCE] OpenSSL 0.9.8 beta 1 released

2005-05-21 Thread Corinna Vinschen
On May 21 18:42, Richard Levitte - VMS Whacker wrote: > Corinna Vinschen said: > > vinschen> Ok, below is a patch which should solve the problems on > vinschen> Cygwin. It tweaks Makefile.org, Makefile.shared, > vinschen> engines/Makefile and util/cygwin.sh. > > Applied. Thanks! What about my

Re: [ANNOUNCE] OpenSSL 0.9.8 beta 1 released

2005-05-21 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Fri, 20 May 2005 18:32:47 +0200, Corinna Vinschen <[EMAIL PROTECTED]> said: vinschen> Ok, below is a patch which should solve the problems on vinschen> Cygwin. It tweaks Makefile.org, Makefile.shared, vinschen> engines/Makefile and util/cygwin.sh. Applied. Che

Re: [ANNOUNCE] OpenSSL 0.9.8 beta 1 released

2005-05-21 Thread Corinna Vinschen
On May 21 11:44, Richard Levitte - VMS Whacker wrote: > Corinna Vinschen said: > vinschen> Even worse, the engines Makefile doesn't even have the > vinschen> version information set anywhere, so it's not clear to me > vinschen> how I can generate the engines with version info. > > You simply don't

Re: [ANNOUNCE] OpenSSL 0.9.8 beta 1 released

2005-05-21 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Fri, 20 May 2005 14:45:01 +0200, Corinna Vinschen <[EMAIL PROTECTED]> said: vinschen> Sorry for a possibly dumb question, but I don't quite vinschen> understand the engines concept. Is there a good reason that vinschen> the engine shared libs are created w/o ver

Re: [ANNOUNCE] OpenSSL 0.9.8 beta 1 released

2005-05-20 Thread Goetz Babin-Ebell
Hello Nils, Nils Larsch wrote: 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. TNX. By the w

Re: [ANNOUNCE] OpenSSL 0.9.8 beta 1 released

2005-05-20 Thread Corinna Vinschen
On May 20 14:45, Corinna Vinschen wrote: > On May 20 11:21, Corinna Vinschen wrote: > > On May 20 01:43, Richard Levitte - VMS Whacker wrote: > > > In message <[EMAIL PROTECTED]> on Fri, 20 May 2005 00:15:40 +0200, > > > Corinna Vinschen <[EMAIL PROTECTED]> said: > > > > > > vinschen> In both cas

Re: [ANNOUNCE] OpenSSL 0.9.8 beta 1 released

2005-05-20 Thread Corinna Vinschen
On May 20 11:21, Corinna Vinschen wrote: > On May 20 01:43, Richard Levitte - VMS Whacker wrote: > > 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 > > vins

Re: [ANNOUNCE] OpenSSL 0.9.8 beta 1 released

2005-05-20 Thread Corinna Vinschen
On May 20 01:43, Richard Levitte - VMS Whacker wrote: > 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

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
ilto:[EMAIL PROTECTED] > De la part de Andy Polyakov > Envoyé : jeudi 19 mai 2005 23:54 > À : openssl-dev@openssl.org > Objet : Re: [ANNOUNCE] OpenSSL 0.9.8 beta 1 released > > > I have try this new version under Windows XPsp2 , compiled with > > VisualStudio2003. > > It w

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: [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: [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

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

[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