Upload of large files failing

2006-09-11 Thread Anand Thakur
Hi all, I implemented Https using OpenSSL. I am using version 0.9.7b. The problem is that upload of large files (approx 2Mbs and above) is failing. The people who implemented the server side are saying that the server times out on a read operation. Since this is a critical problem any

Encrypt a Variable using PHP

2006-09-11 Thread Shanon Swafford
Hi, I have devices that I can configure using encrypted XML files. Basically, these devices browse a web server to get specific file. We can create a plain text xml file on our web server like the following: myxml param1/param1 param2/param2 param3/param3 /myxml Then we can use

Re: Encrypt a Variable using PHP

2006-09-11 Thread Michael Sierchio
It's September - tomatoes are good, figs are ripe, grapes are ready to harvest and school is back in session. __ OpenSSL Project http://www.openssl.org User Support Mailing List

Using the command line tool talk to a socket

2006-09-11 Thread Raymond DeGennaro II
Can the command line tool be used to talk to a socket? I have to interface via TCP/IP/SSL to a remote socket that just accepts a text query and returns a response. I'd like to avoid writing a wrapper application around the libs if I didn't have to. Ray

Re: Using the command line tool talk to a socket

2006-09-11 Thread Scott Gifford
Raymond DeGennaro II [EMAIL PROTECTED] writes: Can the command line tool be used to talk to a socket? See if: openssl s_client -help gives you the information you need. ---Scott. __ OpenSSL Project

Re: des3 decrypt bad magic number

2006-09-11 Thread Dr. Stephen Henson
On Mon, Sep 11, 2006, barchia wrote: Hi to * I try to decode a file that is encripted with des3 cipher, the file is encoded with .NET framework, the key is 128 bit Err no it isn't the key is 192 bit of which 168 are significant. when i type the openssl command:

Re: [SECURITY] OpenSSL 0.9.8c and 0.9.7k released

2006-09-11 Thread sivabalakrishnan
Hi, I could see the patch for "RSA Signature Forgery" available in the location http://www.openssl.org/news/patch-CVE-2006-4339.txt is been updated with removal of unwanted code lines on september 6.Will these changes be commited to the OpenSSL releases 0.9.7 and 0.9.8. If so, when will be