Re: About 0.9.6a(b) and des_encrypt1()

2001-08-08 Thread Götz Babin-Ebell
Richard Levitte - VMS Whacker wrote: From: Jani Taskinen [EMAIL PROTECTED] sniper From CHANGES: sniper sniper *) Rename 'des_encrypt' to 'des_encrypt1'. This avoids the clashes sniper with des_encrypt() defined on some operating systems, like Solaris sniper and

Re: About 0.9.6a(b) and des_encrypt1()

2001-08-08 Thread Geoff Thorpe
On Wed, 8 Aug 2001, [iso-8859-1] Götz Babin-Ebell wrote: Richard Levitte - VMS Whacker wrote: Hmm, it feels like it's really time for a rename (basically, change des to DES in all names, and thereby follow the convention used everywhere else in OpenSSL), or this becomes an impossible

OpenSSL client / JSSE server handshaking problem

2001-08-08 Thread Wu, Jonathan
Title: OpenSSL client / JSSE server handshaking problem Hi, Has anyone experienced a problem with the handshake between an OpenSSL client and JSSE server? The handshaking seems to fail when OpenSSL calls get_server_hello. Any suggestions would be appreciated. Thanks, Jonathan

[PATCH] Tru64 UNIX build improvements for 0.9.6b

2001-08-08 Thread Tim Mooney
[I'm not subscribed to openssl-dev, please cc me on any responses] The patch after my sig, originally made against 0.9.6a but still valid for 0.9.6b, improves OpenSSL's support for Digital/Tru64 UNIX. The patch makes the following changes: 1) Changes all references for `True64' to be `Tru64',

Why server close the connection actively?

2001-08-08 Thread White Jack
Hi, My openssl client ran on the machine with low speed CPU. And when it conncted to a Netscape server needing client authentication, it loaded it's certificate,and sended CertificateVerify,but it is so slow that it spent more than forty seconds.Yet the server sended it a TCP FIN package.