[PATCH] string_to_key should not use weak keys

2002-02-05 Thread assar
The following patch makes sure that string2key does not use weak DES keys (then making them non-weak by xor:ing with 0xF0). /assar Index: str2key.c === RCS file: /scratch/openssl-box/repo/openssl/crypto/des/str2key.c,v retrieving

[PATCH] rename des_read_pw_string

2002-02-05 Thread Assar Westerlund
There are some functions that didn't get the kick-away-old-des-and- replace-des-with-DES action. Here's a patch that adds DES_ and des_ (in des_old.h) versions of des_read_pw_string et al. This patch includes some of the first des_old.h semi-colon macro fixes that I've already sent. /assar

[PATCH] config mod for crays

2002-02-05 Thread Wendy Palm
please add to config. currently, we need to run Configure cray-t3e or Configure cray-t90-cc. this patch would allow sites to just run the same config line they do for other archs. thanks much. --- config.orig Mon Feb 4 16:21:40 2002 +++ config Mon Feb 4 16:24:04 2002 @@ -336,6 +336,14

Man page bugs

2002-02-05 Thread Rick Troxel
Greetings. This all pertains to OpenSSL 0.9.6c. First, I wish to contribute some minor fixes to pod2man.pl, where denotes the present version and my fixed version: 485c485 ''' such as .IP and .SH, which do another additional levels of --- ''' such as .IP and .SH, which do other

Re: [PATCH] rename des_read_pw_string

2002-02-05 Thread Richard Levitte - VMS Whacker
From: Assar Westerlund [EMAIL PROTECTED] Hmm, this patch won't be applied in it's current form, and here's why: The reason I moved those four functions to ui_compat (and therefore out of the des directory) was that they (or at least two of them) needed to be available even if des itself wasn't.

OpenSSL

2002-02-05 Thread Maxim Masiutin
Hello openssl-dev! I've tried to compile OpenSSL openssl-0.9.6c under Microsoft Visual C++ V7 (which comes with Visual Studio .NET). There everything was OK except a warning in crypto/rsa/rsa_oaep.c, line 181. This warning was treated as error and prevented from further compilation. The