SSL hangs

2003-09-26 Thread Dann Daggett
Hi, My Sendmail/STARTTLS server is hanging on incoming emails that are approx. 900 bytes or over. 800 bytes get accepted ok. Maybe a fragmentation or MTU problem? I turned off firewall to be sure it wasn't blocking fragments so that's not it. If STARTTLS is not used on an email, longer ones get t

Re: Password-based encryption with md5 cbc, how

2003-09-26 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Wed, 24 Sep 2003 18:13:00 +0200, "Dr. Stephen Henson" <[EMAIL PROTECTED]> said: steve> On Wed, Sep 24, 2003, Lule Chen wrote: steve> steve> > Thanks, Dr. Stephen: steve> > steve> > Another question: what is the key length, 64 bits or 128 bits? steve> > steve>

Re: Ipaq h3800

2003-09-26 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Thu, 25 Sep 2003 17:27:41 +1000, "Steven Reddie" <[EMAIL PROTECTED]> said: smr> I was sure I included details in INSTALL.WCE about how to run it smr> via your desktop, but I don't seem them there so I must be smr> mistaken. If you submit a change for INSTALL.WCE

Re: reversing md5, sha

2003-09-26 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Wed, 24 Sep 2003 11:38:37 -0700, "David Schwartz" <[EMAIL PROTECTED]> said: davids> > It is, of course, trivial to prove that anything with davids> > arbitrary length input and fixed length output is not davids> > reversible. I missed the rest of this discussion

OpenSSL for Java

2003-09-26 Thread Dann Daggett
Thank you to everyone for their suggestions, I will check those out. Best, Dann __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automated Li

Re: OpenSSL for Java

2003-09-26 Thread Stefan Krabbe
Hi Dann. Dann wrote: >I can use Java, Delphi, or VB to write the client app in. >Are there quality ports of openssl libs available for >any or all of these languages? I am only a novice with regards to SSL, but I think I can give you some hints. 1a) If you want to use java to implement your SSL

Re: OpenSSL for Java

2003-09-26 Thread QM
: [snip] : can use Java, Delphi, or VB to write the client app in. Are there quality : ports of openssl libs available for any or all of these languages? If your client will simply communicate with the server over an SSL-encrypted network socket, chances are you won't have to use a "port of openss

OpenSSL for Java

2003-09-26 Thread Dann Daggett
Greetings All, I'm getting ready to develop a client/server app that will use OpenSSL. The server will be C on Linux but I'm still open on the Windows client app. I can use Java, Delphi, or VB to write the client app in. Are there quality ports of openssl libs available for any or all of these lan

Re: openssl for VxWorks

2003-09-26 Thread Bob Bradley
On 9/26/03 12:28 PM, "Jeff Liesmaki" <[EMAIL PROTECTED]> wrote: > I am trying to build the openssl libraries for VxWorks. My host computer is a > pc running Windows 2000 and my target is a pentium pc. I have Vxworks 5.4 and > Tornado 2.02. I downloaded cygwin and when I type ./configure to lis

RE: OpenSSL Thread-safe Issue ?

2003-09-26 Thread Jim Wang
Thank you, Steven. That little change saved my day. It seems to have fixed the crash problem. Regards, Jim --- Steven Reddie <[EMAIL PROTECTED]> wrote: > Have you used the following functions to register > OpenSSL thread-safety > callbacks: > > CRYPTO_set_locking_callback(locking_function);

RE: POST to HTTPS

2003-09-26 Thread Perez, Ian
Title: RE: POST to HTTPS Hey Josh.. actually I just discovered the WinInet functions and they are capable of posting to HTTPS.  I have already written code for this and it works great.  I appreciate the help though. Thanks! Ian -Original Message- From: Joshua Juran [mailto:[EMAIL PR

openssl for VxWorks

2003-09-26 Thread Jeff Liesmaki
Hi, I am trying to build the openssl libraries for VxWorks. My host computer is a pc running Windows 2000 and my target is a pentium pc. I have Vxworks 5.4 and Tornado 2.02. I downloaded cygwin and when I type ./configure to list the supported OSes I don't see vxworks for an x86. How do