aboutsummaryrefslogtreecommitdiff
path: root/crypto/des/fcrypt_b.c
AgeCommit message (Collapse)AuthorFilesLines
2008-12-22Optimize #undef DES_UNROLL for size.Andy Polyakov1-3/+1
2002-03-04Rename des_SPtrans to DES_SPtrans to differentiate from libdes and avoid ↵Richard Levitte1-1/+1
certain linkage clashes.
2001-10-24Due to an increasing number of clashes between modern OpenSSL andRichard Levitte1-1/+1
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.
2001-07-30Make EVPs allocate context memory, thus making them extensible. RationaliseBen Laurie1-2/+2
DES's keyschedules. I know these two should be separate, and I'll back out the DES changes if they are deemed to be an error. Note that there is a memory leak lurking in SSL somewhere in this version.
2000-03-09bug fix.Ulf Möller1-1/+1
Submitted by: "Yoram Meroz" <yoram@mail.idrive.com>
2000-02-03ispell (and minor modifications)Ulf Möller1-1/+1
1999-04-19Change functions to ANSI C.Ulf Möller1-5/+2
1999-04-17Massive constification.Ben Laurie1-1/+1
1998-12-21Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1-1/+1
1998-12-21Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1-0/+148