openssl/crypto/des
Richard Levitte 44bdb056d4 With the changed des_old API, let's complete the work by renaming the
functions in ui_compat.  This gave reason to rework that part more
thoroughly, so here are the changes made:

1. Add DES_read_password() and DES_read_2passwords() with the same
   functionality as the corresponding old des_ functions, as a
   convenience to the users.
2. Add UI_UTIL_read_pw_string() and UI_UTIL_read_pw() with the
   functionality from des_read_pw_string() and des_read_pw(), again as
   a concenience to the users.
3. Rename des_read_password(), des_read_2passwords(),
   des_read_pw_string() and des_read_pw() by changing des_ to
   _ossl_old_des_, and add the usual mapping macros.
4. Move the implementation of des_read_password() and
   des_read_2passwords() to the des directory, since they are tightly
   tied to DES anyway.

This change was inspired by a patch from Assar Westerlund <assar@sics.se>:

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.
2002-02-05 17:15:18 +00:00
..
asm Due to an increasing number of clashes between modern OpenSSL and 2001-10-24 21:21:12 +00:00
t Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
times Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
.cvsignore The des app. 1999-06-08 20:11:02 +00:00
cbc3_enc.c Due to an increasing number of clashes between modern OpenSSL and 2001-10-24 21:21:12 +00:00
cbc_cksm.c Due to an increasing number of clashes between modern OpenSSL and 2001-10-24 21:21:12 +00:00
cbc_enc.c Unify DES library: ncbc_enc.c wasn't used, but its content was almost 1999-06-09 17:28:30 +00:00
cfb64ede.c Due to an increasing number of clashes between modern OpenSSL and 2001-10-24 21:21:12 +00:00
cfb64enc.c Due to an increasing number of clashes between modern OpenSSL and 2001-10-24 21:21:12 +00:00
cfb_enc.c Due to an increasing number of clashes between modern OpenSSL and 2001-10-24 21:21:12 +00:00
COPYRIGHT Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
des-lib.com OpenVMS catches up. 2001-02-20 17:14:30 +00:00
des.c Due to an increasing number of clashes between modern OpenSSL and 2001-10-24 21:21:12 +00:00
des.h With the changed des_old API, let's complete the work by renaming the 2002-02-05 17:15:18 +00:00
DES.pm Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
des.pod change manpages to pod. Contents are not up to date! 2000-03-18 17:55:09 +00:00
DES.xs Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
des3s.cpp Submitted by: 1999-04-23 23:28:26 +00:00
des_enc.c Due to an increasing number of clashes between modern OpenSSL and 2001-10-24 21:21:12 +00:00
des_locl.h Due to an increasing number of clashes between modern OpenSSL and 2001-10-24 21:21:12 +00:00
des_old.c With the changed des_old API, let's complete the work by renaming the 2002-02-05 17:15:18 +00:00
des_old.h With the changed des_old API, let's complete the work by renaming the 2002-02-05 17:15:18 +00:00
des_opts.c Due to an increasing number of clashes between modern OpenSSL and 2001-10-24 21:21:12 +00:00
des_ver.h If OPENSSL_BUILD_SHLIBCRYPTO (for files that end up as libcrypto 2000-12-31 00:23:17 +00:00
dess.cpp Complete the des_encrypt to des_encrypt1 rename in the main 2001-03-30 07:26:54 +00:00
destest.c des_old.h doesn't really need to include des.h, so don't. That will 2001-11-06 11:37:14 +00:00
ecb3_enc.c Due to an increasing number of clashes between modern OpenSSL and 2001-10-24 21:21:12 +00:00
ecb_enc.c Due to an increasing number of clashes between modern OpenSSL and 2001-10-24 21:21:12 +00:00
ede_cbcm_enc.c Due to an increasing number of clashes between modern OpenSSL and 2001-10-24 21:21:12 +00:00
enc_read.c Due to an increasing number of clashes between modern OpenSSL and 2001-10-24 21:21:12 +00:00
enc_writ.c Due to an increasing number of clashes between modern OpenSSL and 2001-10-24 21:21:12 +00:00
fcrypt.c Due to an increasing number of clashes between modern OpenSSL and 2001-10-24 21:21:12 +00:00
fcrypt_b.c Due to an increasing number of clashes between modern OpenSSL and 2001-10-24 21:21:12 +00:00
FILES Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
Imakefile Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
INSTALL Import of old SSLeay release: SSLeay 0.9.0b 1998-12-21 10:56:39 +00:00
KERBEROS Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
makefile.bc Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
Makefile.ssl With the changed des_old API, let's complete the work by renaming the 2002-02-05 17:15:18 +00:00
ncbc_enc.c Due to an increasing number of clashes between modern OpenSSL and 2001-10-24 21:21:12 +00:00
ofb64ede.c Due to an increasing number of clashes between modern OpenSSL and 2001-10-24 21:21:12 +00:00
ofb64enc.c Due to an increasing number of clashes between modern OpenSSL and 2001-10-24 21:21:12 +00:00
ofb_enc.c Due to an increasing number of clashes between modern OpenSSL and 2001-10-24 21:21:12 +00:00
options.txt Import of old SSLeay release: SSLeay 0.9.0b 1998-12-21 10:56:39 +00:00
pcbc_enc.c Due to an increasing number of clashes between modern OpenSSL and 2001-10-24 21:21:12 +00:00
qud_cksm.c Due to an increasing number of clashes between modern OpenSSL and 2001-10-24 21:21:12 +00:00
rand_key.c Remove DES_random_seed() but retain des_random_seed() for now. Change 2001-10-25 06:46:22 +00:00
read2pwd.c With the changed des_old API, let's complete the work by renaming the 2002-02-05 17:15:18 +00:00
read_pwd.c Use e_os2.h rather than opensslconf.h, since some needed macros are 2001-02-22 14:37:50 +00:00
README Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
rpc_des.h Import of old SSLeay release: SSLeay 0.9.0b 1998-12-21 10:56:39 +00:00
rpc_enc.c Due to an increasing number of clashes between modern OpenSSL and 2001-10-24 21:21:12 +00:00
rpw.c Due to an increasing number of clashes between modern OpenSSL and 2001-10-24 21:21:12 +00:00
set_key.c Due to an increasing number of clashes between modern OpenSSL and 2001-10-24 21:21:12 +00:00
speed.c Due to an increasing number of clashes between modern OpenSSL and 2001-10-24 21:21:12 +00:00
spr.h Use OPENSSL_GLOBAL, OPENSSL_EXTERN instead of GLOBAL and EXTERN. 1999-05-15 14:38:10 +00:00
str2key.c Apply one patch from Assar Westerlund <assar@sics.se>: 2002-02-05 15:05:42 +00:00
typemap Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
VERSION Import of old SSLeay release: SSLeay 0.9.1b (unreleased) 1998-12-21 11:00:56 +00:00
xcbc_enc.c Due to an increasing number of clashes between modern OpenSSL and 2001-10-24 21:21:12 +00:00

		libdes, Version 4.01 10-Jan-97

		Copyright (c) 1997, Eric Young
			  All rights reserved.

    This program is free software; you can redistribute it and/or modify
    it under the terms specified in COPYRIGHT.
    
--
The primary ftp site for this library is
ftp://ftp.psy.uq.oz.au/pub/Crypto/DES/libdes-x.xx.tar.gz
libdes is now also shipped with SSLeay.  Primary ftp site of
ftp://ftp.psy.uq.oz.au/pub/Crypto/SSL/SSLeay-x.x.x.tar.gz

The best way to build this library is to build it as part of SSLeay.

This kit builds a DES encryption library and a DES encryption program.
It supports ecb, cbc, ofb, cfb, triple ecb, triple cbc, triple ofb,
triple cfb, desx, and MIT's pcbc encryption modes and also has a fast
implementation of crypt(3).
It contains support routines to read keys from a terminal,
generate a random key, generate a key from an arbitrary length string,
read/write encrypted data from/to a file descriptor.

The implementation was written so as to conform with the manual entry
for the des_crypt(3) library routines from MIT's project Athena.

destest should be run after compilation to test the des routines.
rpw should be run after compilation to test the read password routines.
The des program is a replacement for the sun des command.  I believe it
conforms to the sun version.

The Imakefile is setup for use in the kerberos distribution.

These routines are best compiled with gcc or any other good
optimising compiler.
Just turn you optimiser up to the highest settings and run destest
after the build to make sure everything works.

I believe these routines are close to the fastest and most portable DES
routines that use small lookup tables (4.5k) that are publicly available.
The fcrypt routine is faster than ufc's fcrypt (when compiling with
gcc2 -O2) on the sparc 2 (1410 vs 1270) but is not so good on other machines
(on a sun3/260 168 vs 336).  It is a function of CPU on chip cache size.
[ 10-Jan-97 and a function of an incorrect speed testing program in
  ufc which gave much better test figures that reality ].

It is worth noting that on sparc and Alpha CPUs, performance of the DES
library can vary by upto %10 due to the positioning of files after application
linkage.

Eric Young (eay@cryptsoft.com)