How to use POST method to send a request to a server from client?

2001-08-28 Thread Gurudas
HI , I am trying to send a HTTP POST request to server . For this method it is giving segmentaion fault. What is reason? But it is working in GET method. Please suggest a solution for this. Regards Gurudas __ OpenSSL Project

Re: cvs commit: openssl/crypto mem_dbg.c

2001-08-28 Thread Götz Babin-Ebell
[EMAIL PROTECTED] wrote: Index: mem_dbg.c === if (mh == NULL) return; + /* Need to turn off memory checking when allocated BIOs ... especially + * as we're creating them at a time when we're trying to

Re: Use of strsep()

2001-08-28 Thread Brian Havard
On Sun, 26 Aug 2001 15:34:30 +0100, Ben Laurie wrote: Brian Havard wrote: Right now, 0.9.7 HEAD fails for me when trying to link evp_test because it uses strsep() which doesn't exist in my C library. According to the man page on my linux box, strsep is a BSD special. strtok() is the POSIX

Re: bug in OpenSSL ssl\s3_clnt.c: SSL handshake fails

2001-08-28 Thread Lutz Jaenicke
On Mon, Aug 27, 2001 at 03:37:11PM -0700, Alex Bereznyi wrote: I stumbled on a bug in ssl\s3_clnt.c, line 855, in function ssl3_get_key_exchange(SSL *s) the limit on possible message size is hardcoded to 8K: n=ssl3_get_message(s, SSL3_ST_CR_KEY_EXCH_A,

Re: How to use POST method to send a request to a server from client?

2001-08-28 Thread Greg Stark
That's an easy one. There's a bug somewhere. The solution is to fix it. Greg Stark [EMAIL PROTECTED] - Original Message - From: Gurudas [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, August 28, 2001 4:15 AM Subject: How to use POST

RE: How to use POST method to send a request to a server from client?

2001-08-28 Thread Mark W. Webb
how nice we all are :( -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Greg Stark Sent: Tuesday, August 28, 2001 9:33 AM To: [EMAIL PROTECTED] Subject: Re: How to use POST method to send a request to a server from client? That's an easy one. There's a

Re: How to use POST method to send a request to a server from client?

2001-08-28 Thread Greg Stark
ok, ok, I'm sorry. And feeling guilty now to boot. Greg Stark [EMAIL PROTECTED] - Original Message - From: Mark W. Webb [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, August 28, 2001 9:54 AM Subject: RE: How to use POST method to send a

Re: cvs commit: openssl/crypto mem_dbg.c

2001-08-28 Thread Geoff Thorpe
Hi there, On Tue, 28 Aug 2001, [iso-8859-1] Götz Babin-Ebell wrote: + MemCheck_off(); if ((b=BIO_new(BIO_s_file())) == NULL) return; + MemCheck_on(); Um. If BIO_new(BIO_s_file()) fails, you yust turned mem checking of... :-) Indeed I did. Well

IP renaming problem...

2001-08-28 Thread Jeff Ostrin
Hi all, I am having some serious problems with a application I wrote using OpenSSL (0.9.5) as the communication device. This application currently sits on 300+ servers located around the world (almost none of which do I have access to). Up until yesterday, everything was working great... then

Re: IP renaming problem...

2001-08-28 Thread Rich Salz
Unfortunately, the OpenSSL wrapper around gethostbyname cache's lookup results forever, so you'll need to restart your application. I know you said you can't do that. Good luck figuring out how to address this. Infinite caching of gethostbyname() results is a bug, so I added -dev back to the

Re: How to use POST method to send a request to a server from client?

2001-08-28 Thread Vadim Fedukovich
On Tue, 28 Aug 2001, Gurudas wrote: HI , I am trying to send a HTTP POST request to server . For this method it is giving segmentaion fault. What is reason? But it is working in GET method. Please suggest a solution for this. One should say not much info to suggest a solution. Still,

Re: IP renaming problem...

2001-08-28 Thread Geoff Thorpe
On Tue, 28 Aug 2001, Rich Salz wrote: Unfortunately, the OpenSSL wrapper around gethostbyname cache's lookup results forever, so you'll need to restart your application. I know you said you can't do that. Good luck figuring out how to address this. Infinite caching of gethostbyname()

DTC-3 circulated for ballot

2001-08-28 Thread Hoyt L. Kesterson II
Draft Technical Corrigendum 3 for the 4th edition of X.509 (2000) has been circulated for ballot. The ballot comment period will close 27 November 2001.The DTC is available in pdf and doc formats at