Due to an increasing number of clashes between modern OpenSSL and
authorRichard Levitte <levitte@openssl.org>
Wed, 24 Oct 2001 21:21:12 +0000 (21:21 +0000)
committerRichard Levitte <levitte@openssl.org>
Wed, 24 Oct 2001 21:21:12 +0000 (21:21 +0000)
commitc2e4f17c1a0d4d5115c6ede9492de1615fe392ac
tree14dda5edeaebac01b4baa3aa026c40a784a44266
parent979689aa5cfa100ccbc1f25064e9398be4b7b05c
Due to an increasing number of clashes between modern OpenSSL and
libdes (which is still used out there) or other des implementations,
the OpenSSL DES functions are renamed to begin with DES_ instead of
des_.  Compatibility routines are provided and declared by including
openssl/des_old.h.  Those declarations are the same as were in des.h
when the OpenSSL project started, which is exactly how libdes looked
at that time, and hopefully still looks today.

The compatibility functions will be removed in some future release, at
the latest in version 1.0.
58 files changed:
CHANGES
apps/Makefile.ssl
apps/passwd.c
apps/speed.c
apps/version.c
crypto/crypto-lib.com
crypto/des/Makefile.ssl
crypto/des/asm/des-586.pl
crypto/des/asm/des686.pl
crypto/des/asm/desboth.pl
crypto/des/cbc3_enc.c
crypto/des/cbc_cksm.c
crypto/des/cfb64ede.c
crypto/des/cfb64enc.c
crypto/des/cfb_enc.c
crypto/des/des.c
crypto/des/des.h
crypto/des/des_enc.c
crypto/des/des_locl.h
crypto/des/des_old.c [new file with mode: 0644]
crypto/des/des_old.h [new file with mode: 0644]
crypto/des/des_opts.c
crypto/des/destest.c
crypto/des/ecb3_enc.c
crypto/des/ecb_enc.c
crypto/des/ede_cbcm_enc.c
crypto/des/enc_read.c
crypto/des/enc_writ.c
crypto/des/fcrypt.c
crypto/des/fcrypt_b.c
crypto/des/ncbc_enc.c
crypto/des/ofb64ede.c
crypto/des/ofb64enc.c
crypto/des/ofb_enc.c
crypto/des/pcbc_enc.c
crypto/des/qud_cksm.c
crypto/des/rand_key.c
crypto/des/read2pwd.c
crypto/des/rpc_enc.c
crypto/des/rpw.c
crypto/des/set_key.c
crypto/des/speed.c
crypto/des/str2key.c
crypto/des/xcbc_enc.c
crypto/evp/e_des.c
crypto/evp/e_des3.c
crypto/evp/e_xcbc_d.c
crypto/install.com
crypto/mdc2/mdc2.h
crypto/mdc2/mdc2dgst.c
crypto/symhacks.h
crypto/ui/ui_compat.c
crypto/ui/ui_compat.h
doc/crypto/des.pod
makevms.com
test/Makefile.ssl
util/libeay.num
util/mkdef.pl