RE: FW: SSL_ERROR_SYSCALL

2002-11-18 Thread Moffet, Scott
D] > Subject: Re: FW: SSL_ERROR_SYSCALL > > > On Fri, Nov 15, 2002 at 05:04:02PM -0800, Moffet, Scott wrote: > > After reading many of the archived messages, I see a common > question is the error return. It's -1. So, it's not just a > closed connection. It

libcurl / openssl error

2002-11-15 Thread Moffet, Scott
I'm having a strange error with libCurl in HP-UX 11.00, using OpenSSL 0.9.6g. I have my wrapper class in two projects. One is a standalone project and it works fine. The other is inside a server that uses OpenSSL for the inbound client connections, so the SSL_library_init() and such are in the

FW: SSL_ERROR_SYSCALL

2002-11-15 Thread Moffet, Scott
After reading many of the archived messages, I see a common question is the error return. It's -1. So, it's not just a closed connection. It's some sort of protocol error. Scott -Original Message----- From: Moffet, Scott Sent: Friday, November 15, 2002 4:28 PM To: &#

SSL_ERROR_SYSCALL

2002-11-15 Thread Moffet, Scott
I'm using OpenSSL with libcURL and getting odd behavior: When I do a connection from main(), it works fine. When I do the call from inside a transaction thread, I'm getting the error SSL_ERROR_SYSCALL (error 5). What is the proper way to handle this error? Is there anyone who can give me a hi

RE: how to verify data is really encrypted?

2002-08-28 Thread Moffet, Scott
get a sniffer or a packet analyzer > -Original Message- > From: Edward Chan [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 28, 2002 4:54 PM > To: [EMAIL PROTECTED] > Subject: how to verify data is really encrypted? > > > Hi there, > > I'm done implementing SSL support in my serve

RE: Is a 'random.pem' file secure?

2002-07-25 Thread Moffet, Scott
Tim That's the one. It's off Eric's website that includes sample code to go with the book. http://www.rtfm.com/sslbook/ and hit the link for 'C example code' Great book, BTW ~S >Do you mean Rescorla's book "SSL and TLS"? On what >page in Rescorla is the random.pem technique >mentioned?

Is a 'random.pem' file secure?

2002-07-25 Thread Moffet, Scott
Good day all, I'm building an SSL client app that will run on a wide variety of platforms and OS's, and a primary requirement is that it must be easily installed. The trouble I've had is with platforms that don't have a built-in PRNG. I don't want to have to install additional modules to get a