Re: [PATCH] config mod for crays

2002-02-06 Thread Wendy Palm
my apologies. i neglected to include the second half. here is the entire modification.--- --- config.orig Mon Feb 4 16:12:43 2002 +++ config Tue Feb 5 16:01:09 2002 @@ -302,6 +302,13 @@ echo ${MACHINE}-whatever-cygwin32; exit 0 ;; +*CRAY T3E) + echo cray-t3e;

Re: cvs commit: openssl/crypto/des str2key.c

2002-02-06 Thread Bodo Moeller
On Wed, Feb 06, 2002 at 04:40:10PM +0100, Richard Levitte - VMS Whacker wrote: This looks like an incompatible change (not just a bugfix), so it definitely should be documented in CHANGES. (Or, if compatibility is important here, the change should not be done at all.) I'm a little unsure

Re: cvs commit: openssl/crypto/des str2key.c

2002-02-06 Thread Richard Levitte - VMS Whacker
From: Bodo Moeller [EMAIL PROTECTED] moeller If you previously used this function with a string that was mapped to moeller a weak key, it will now be mapped to a different key, so decryption moeller won't work as expected. (Arguably you don't need decryption if it was moeller a weak key, but

Re: cvs commit: openssl/crypto/des str2key.c

2002-02-06 Thread Richard Levitte - VMS Whacker
From: Bodo Moeller [EMAIL PROTECTED] moeller This looks like an incompatible change (not just a bugfix), so it moeller definitely should be documented in CHANGES. (Or, if compatibility is moeller important here, the change should not be done at all.) I'm a little unsure about how it is

Windows 2000 services

2002-02-06 Thread Alex Cosic
Hi there, I have a small problem with designing services which use openssl libraries. When I design server and client programs as exe files and install them on Win2000 platform, the system operates as it is expected. Then I have put both programs to operate as Win2000 services. What has