summaryrefslogtreecommitdiffstats
path: root/crypto/des/des.h
AgeCommit message (Expand)Author
2015-03-31Stop symlinking, move files to intended directoryRichard Levitte
2015-02-02Remove old DES APIRich Salz
2015-01-27"#if 0" removal: header filesRich Salz
2015-01-27OPENSSL_NO_xxx cleanup: DEC-CBCM removedRich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2008-05-20Update from stable branch.Dr. Stephen Henson
2004-01-28Add the missing parts for DES CFB1 and CFB8.Richard Levitte
2003-03-20Make sure we get the definition of OPENSSL_EXTERN, OPENSSL_NO_DES,Richard Levitte
2002-12-11Since HEADER_DES_H has been the protector of des.h since libdesRichard Levitte
2002-03-26Add the possibility to enable olde des support, not just disable it, for futu...Richard Levitte
2002-03-26Add the mapping of des_random_seed() for 0.9.6 compatibility.Richard Levitte
2002-02-05With the changed des_old API, let's complete the work by renaming theRichard Levitte
2002-01-24New functionsBodo Möller
2002-01-22Support old DES APIs by default.Ben Laurie
2001-10-25Remove DES_random_seed() but retain des_random_seed() for now. ChangeRichard Levitte
2001-10-24Due to an increasing number of clashes between modern OpenSSL andRichard Levitte
2001-09-06unused functionUlf Möller
2001-07-31Remove old unused stuff.Ben Laurie
2001-07-30Make EVPs allocate context memory, thus making them extensible. RationaliseBen Laurie
2001-05-13Move the password reading functions completely away from the DESRichard Levitte
2001-05-13#if 0 out deleted (?) functions to stop Win32 DLLDr. Stephen Henson
2001-03-29Since there has been reports of clashes between OpenSSL'sRichard Levitte
2001-03-02Introduce the possibility to access global variables throughRichard Levitte
2001-02-19Make all configuration macros available for application by makingRichard Levitte
2000-12-31If OPENSSL_BUILD_SHLIBCRYPTO (for files that end up as libcryptoRichard Levitte
2000-12-21Various Win32 related fixes. Doesn't compile yet onDr. Stephen Henson
2000-05-31#include <stdio.h> not needed.Ulf Möller
2000-05-02In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>,Richard Levitte
2000-03-19cleanup.Ulf Möller
2000-02-05Generate just one error code if iterated SSL_CTX_get() fails.Bodo Möller
1999-12-03Add functions des_set_key_checked, des_set_key_unchecked.Bodo Möller
1999-07-29No use in naming the cblock _; the structure still is incompatibleUlf Möller
1999-07-29Restore compability with kerberos/des.h (I had deleted some seemingly uselessUlf Möller
1999-07-28VMS updates.Ulf Möller
1999-06-09des_cbc_encrypt / des_ncbc_encrypt issue.Bodo Möller
1999-06-08Call our crypt implementation des_crypt(). crypt() now is a wrapper ifUlf Möller
1999-06-08Don't #define _, and eliminate casts.Ulf Möller
1999-05-17gcc (in some versions) doesn't like the const_des_cblock typedef.Bodo Möller
1999-05-16Change type of various DES function arguments from des_cblockBodo Möller
1999-05-15Use OPENSSL_GLOBAL, OPENSSL_EXTERN instead of GLOBAL and EXTERN.Bodo Möller
1999-05-15Use e_os2.h, not e_os.h in exported header file des.h.Bodo Möller
1999-05-13VMS support.Ulf Möller
1999-04-27New Configure option no-<cipher> (rsa, idea, rc5, ...).Ulf Möller
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller
1999-04-25Various header consistency fixes.Dr. Stephen Henson
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller
1999-04-23Work with -pedantic!Ben Laurie
1999-04-22Remove references to .org header file names.Ulf Möller
1999-04-21Move all autogenerated header file parts to crypto/opensslconf.h.Ulf Möller
1998-12-28Deal with generated files.Ben Laurie