OpenSSL 0.9.8 compatibility

2005-09-30 Thread prakash babu
Hello all,   I have a  few clarifications regarding  OpenSSL  0.9.8's compatibility   1. Is OpenSSL 0.9.8 compatible with 0.9.7 (i.e) will all the existing applicationswritten for 0.9.7 will continue to work with 0.9.8 without any source code changes  ? 2. Does 0.9.8 have all the functionality of 0

Re: Cert memory leak ...

2005-09-30 Thread Goetz Babin-Ebell
David Brock wrote: > I'm still trying to track down some memory leaks and using the following > code I'm see leaks in the OpenSSL library. Could some one please let me > know if I'm making these calls incorrectly, or if there are any patches > (other then upgrading to 0.9.8) that can be applied to

Cert memory leak ...

2005-09-30 Thread David Brock
I'm still trying to track down some memory leaks and using the following code I'm see leaks in the OpenSSL library. Could some one please let me know if I'm making these calls incorrectly, or if there are any patches (other then upgrading to 0.9.8) that can be applied to fix the leaks. We are c

RE: Has anybody built and used OpenSSL on IBM zLinux?

2005-09-30 Thread Fan, Zhenqiang
Title: Using Java to communicate to C++ program in SSL Hi Dave, Thank you so much for your reply. Zhenqiang Fan   -Original Message- From: mclellan, dave [mailto:[EMAIL PROTECTED] Sent: Friday, September 30, 2005 2:54 AM To: 'openssl-users@openssl.org' Subject: RE: Has anybody

RE: Has anybody built and used OpenSSL on IBM zLinux?

2005-09-30 Thread Fan, Zhenqiang
Title: RE: Has anybody built and used OpenSSL on IBM zLinux? Hi Sebastian, Thank you so much for your reply. Zhenqiang -Original Message- From: Sebastian [mailto:[EMAIL PROTECTED]] Sent: Friday, September 30, 2005 2:24 AM To: openssl-users@openssl.org Subject: Re: Has anybody built

Re: Windows BIO operation glitch

2005-09-30 Thread Thomas J. Hruska
Katie Lucas wrote: On Thu, Sep 29, 2005 at 02:05:42PM -0400, Thomas J. Hruska wrote: Andy Polyakov wrote: We're using the binary distributions from Shining Light for Windows compiling with Borland C++ Builder 6.0 , the source version from OpenSSL.org for Linux. Linux works peachy. ... the ap

Bad change cipher spec.

2005-09-30 Thread Juan Daniel Moreno
Hello, in my radius application, I send a simple TLS Record change cipher spec like this: 0x14; // Change cipher spec 0x03; // Version major 0x01; // Version minor 0x00; // Length 0x01; // Length 0x01; // Chipher spec message (Change cipher spec) The problem is that the server (a fr

Problems with SSL behind a SOCKS5 client

2005-09-30 Thread Steffen Lips
Hi, I've written a client to call a server over https protocol. I tested my client with different configurations. So the client can be behind a proxy. I tested HTTPS-Proxy, SOCKS4 and SOCKS5. The first two of them work fine. But with SOCKS5 I have some problems. First of all I connect to the pr

RE: Has anybody built and used OpenSSL on IBM zLinux?

2005-09-30 Thread mclellan, dave
Aside from the old version issues, you would want to build and distribute it yourself, if you want to make sure you're running what you tested; this is why we did it. Plus if there are any tweaks in the build you need (we made minor linker option changes), then you have to build it yourself anyway

RE: Has anybody built and used OpenSSL on IBM zLinux?

2005-09-30 Thread mclellan, dave
Title: Using Java to communicate to C++ program in SSL My product builds and uses OpenSSL on z/Linux.    There's not any magic really.  I didn't do anything different for z/Linux than for any other Linux.    Details off-list if you're interested, or if other participants want to know, we ca

Re: s_server doesn't work with IE 6.0

2005-09-30 Thread Dmitry Belyavsky
Greetings! On Thu, 29 Sep 2005, Andy Polyakov wrote: > > I use IE 6.0 from Windows XP and Mozilla 1.7 from linux. I use openssl > > 0.9.8. > > > > When I start > > openssl s_server -key keydsa2.pem -cert certdsa2.pem -www -cipher > > EDH-DSS-DES-CBC3-SHA > > > > Mozilla successfully shows debug p

Re: Has anybody built and used OpenSSL on IBM zLinux?

2005-09-30 Thread Sebastian
Hi, didn't used it yet, but OpenSSL seems to work. Why do want to build it yourself, usally openssl is part of a distribution?! I looked at one of our zLinux installations - there is an OpenSSL 0.9.6g (not the freshest, is it ;-)) Sebastian Fan, Zhenqiang wrote: Hi, Has anybody built and u

Re: Building the libraries with Borland Builder.

2005-09-30 Thread Katie Lucas
On Thu, Sep 29, 2005 at 07:32:53PM +0200, Andy Polyakov wrote: > >I'm a long time UNIX developer desperately trying to get OpenSSL to > >work on Windows with Borland Builder 6. I can't change compiler. The > >rest of the project needs builder, so switching to VC++ is out of the > >question. > > Ke

Re: Windows BIO operation glitch

2005-09-30 Thread Katie Lucas
On Thu, Sep 29, 2005 at 02:05:42PM -0400, Thomas J. Hruska wrote: > Andy Polyakov wrote: > >>We're using the binary distributions from Shining Light for Windows > >>compiling with Borland C++ Builder 6.0 , the source version from > >>OpenSSL.org for Linux. Linux works peachy. > >> > >>... the appli