Hi

I am the "crypto guy" (or one of them) from FreeBSD. I am looking at
retiring FreeBSD's libdes in favour of libcrypto; a big difference
is that the libdes part of libcrypto no longer includes rnd-keys.c.

>   WISHES

Would you folk be willing/able to re-add rnd-keys.c to the distribution?

It would also need des.h to be patched like this:

Index: des.h
===================================================================
RCS file: /home/ncvs/src/crypto/openssl/crypto/des/des.h,v
retrieving revision 1.1.1.1
diff -u -d -r1.1.1.1 des.h
--- des.h       1999/12/25 16:37:27     1.1.1.1
+++ des.h       2000/01/27 16:59:08
@@ -185,6 +185,8 @@
                      int enc);
 DES_LONG des_quad_cksum(const unsigned char *input,des_cblock output[],
                        long length,int out_count,des_cblock *seed);
+void des_init_random_number_generator(des_cblock *seed);
+int des_new_random_key(des_cblock *key);
 void des_random_seed(des_cblock *key);
 void des_random_key(des_cblock *ret);
 int des_read_password(des_cblock *key,const char *prompt,int verify);

Thanks! :-)

M
--
Mark Murray
Join the anti-SPAM movement: http://www.cauce.org
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to