Re: cvs commit: openssl/test bctest

2001-03-16 Thread Richard Levitte - VMS Whacker
From: [EMAIL PROTECTED] (Bodo Moeller) bmoeller+# bmoeller+# Find the full pathname(s) of bc bmoeller+# bmoeller+findBc() bmoeller+{ bmoeller+IFS=: bmoeller+for i in $PATH; do bmoeller+ eval test -x $i/bc -a ! -d $i/bc { echo $i/bc ; } bmoeller+

[PATCH] Fix error (and possible dump) in speed.c

2001-03-16 Thread Martin Kraemer
There's a typo in speed.c which creates a core dump if (for any reason) no rsa verify operation was performed. --snip-- --- apps/speed.c.orig Fri Mar 16 11:18:34 2001 +++ apps/speed.cFri Mar 16 11:09:27 2001 @@ -1207,7 +1207,7 @@ {

Re: Problems with SSL_write ..

2001-03-16 Thread Richard Levitte - VMS Whacker
From: Peter Sylvester [EMAIL PROTECTED] Peter.Sylvester Peter.Sylvester sprintf(szBuf, Peter.Sylvester "POST %s HTTP/1.0\r\nContent-Type: %sContent-Length: %d\r\n", Peter.Sylvester m_szURL, "text/html\r\n\r\n", nBytesToWrite); Peter.Sylvester Peter.Sylvester Due to the

Re: cvs commit: openssl/test bctest

2001-03-16 Thread Bodo Moeller
On Fri, Mar 16, 2001 at 11:07:07AM +0100, Richard Levitte - VMS Whacker wrote: +# +# Find the full pathname(s) of bc +# +findBc() +{ +IFS=: +for i in $PATH; do + eval test -x $i/bc -a ! -d $i/bc { echo $i/bc ; } +done +} On usual shells this looks

Re: Problems with SSL_write ..

2001-03-16 Thread Peter Sylvester
sprintf(szBuf, "POST %s HTTP/1.0\r\nContent-Type: %sContent-Length: %d\r\n", m_szURL, "text/html\r\n\r\n", nBytesToWrite); Due to the "text/html\r\n\r\n" the Content-length is already outside the header sprintf(szBuf, "POST %s HTTP/1.0\r\nContent-Length:

SSL + SOCKS

2001-03-16 Thread George Staikos
Hello, I've been working on integrating SOCKS support into code that uses SSL currently. Now the easiest way is of course to use LD_PRELOAD. Next easiest is to compile OpenSSL with Dante/NEC/whatever SOCKS library. Neither of these is really an option, however. What I have done

Shortened snapshot names...

2001-03-16 Thread Richard Levitte - VMS Whacker
Starting tonight, the engine-0.9.6 snapshots will end up in the directory "openssl-e-0.9.6-stable-SNAP-20010316" instead of "openssl-engine-0.9.6-stable-SNAP-20010316". This is due to VMS having name limits (39 character limit with the file system ODS-2). -- Richard Levi

crash on SSL_connect

2001-03-16 Thread Brajesh Tiwari
I am geeting a crash on SSL_connect. Can any one help me, please. Below is the stack trace: Thanks. Brajesh 0 0x3ff81549cec in UnknownProcedure0FromFile22(0x40, 0x2, 0x1, 0x140087a28, 0x3ffc0087f20, 0x20002) DebugInformationStrippedFromFile22 #1 0x3ff814856a8 in malloc(0x3ffc0087f20,

Re: Please try today's snapshot

2001-03-16 Thread Rob Neff
I've successfully compiled the 20010315 snapshot for the Win32 environment using VC++6.0 without any of the "warnings as errors" messages. All self tests appear to complete successfully. I've performed some initial tests of my software modules against both debug and release DLLs and things

Re: Problems with SSL_write ..

2001-03-16 Thread Rob Neff
- Original Message - From: Richard Levitte - VMS Whacker [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Friday, March 16, 2001 5:49 AM Subject: Re: Problems with SSL_write .. From: Peter Sylvester [EMAIL PROTECTED] Peter.Sylvester Peter.Sylvester sprintf(szBuf,

Re: cvs commit: openssl/test bctest

2001-03-16 Thread Tim Rice
On Fri, 16 Mar 2001, Bodo Moeller wrote: On Fri, Mar 16, 2001 at 11:07:07AM +0100, Richard Levitte - VMS Whacker wrote: [...] can we rely on shell functions to work everywhere? As far as I know, shell functions are a defined part of sh. They are now, but this has not always been like

Re: [ANNOUNCEMENT] OpenSSL 0.9.6a Beta 1 released

2001-03-16 Thread Doug Kaufman
I built and tested openssl-0.9.6a-beta1 on Cygwin. It needs the DOS patch that I previously submitted, and running the djcopy.sh script that is generated, in order to build cleanly because of problems with symbolic links. Otherwise there are a number of 0 byte files, rather than symbolic links