aboutsummaryrefslogtreecommitdiff
path: root/crypto/des/destest.c
AgeCommit message (Expand)AuthorFilesLines
2001-10-24Due to an increasing number of clashes between modern OpenSSL andRichard Levitte1-72/+72
2001-07-30Make EVPs allocate context memory, thus making them extensible. RationaliseBen Laurie1-59/+77
2001-02-22Use e_os2.h rather than opensslconf.h, since some needed macros areRichard Levitte1-3/+4
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte1-3/+3
2001-02-19Make all configuration macros available for application by makingRichard Levitte1-5/+5
2000-03-22Fix a memory leak in PKCS12_parse.Dr. Stephen Henson1-1/+1
2000-03-19des_quad_cksum() byte order bug fix.Ulf Möller1-32/+37
2000-02-25The main() return value is a program's exit code.Ulf Möller1-2/+1
2000-02-25More VC++ pickiness. (destest.c doesn't have a "return" and the usualGeoff Thorpe1-0/+1
2000-02-04New xcbc_ok test vector is required after the parity bits in cbc2_keyAndy Polyakov1-9/+13
2000-01-24Give the correct e-mail address even though the message is not quite seriousBodo Möller1-1/+1
2000-01-24The des_xcbc_encrypt apparently always fails.Bodo Möller1-1/+8
2000-01-22fail on all errors.Ulf Möller1-1/+4
1999-12-03Add functions des_set_key_checked, des_set_key_unchecked.Bodo Möller1-37/+22
1999-10-25Improve support for running everything as a monolithic application.Bodo Möller1-2/+2
1999-06-12Avoid some warnings (on silly compilers).Bodo Möller1-4/+4
1999-06-09Some pre-POSIX systems don't have unistd.h (but e.g. lib.c).Bodo Möller1-1/+2
1999-05-16Change type of various DES function arguments from des_cblockBodo Möller1-60/+60
1999-05-13VMS support.Ulf Möller1-0/+2
1999-04-27New Configure option no-<cipher> (rsa, idea, rc5, ...).Ulf Möller1-2/+11
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller1-8/+0
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1-1/+1
1999-04-23Work with -pedantic!Ben Laurie1-9/+12
1999-04-20Fix lots of warnings.Ulf Möller1-1/+1
1999-04-19Change functions to ANSI C.Ulf Möller1-12/+5
1999-02-13Update dependencies.Ben Laurie1-1/+1
1999-02-13Fix ghastly DES declarations, and all consequential warnings.Ben Laurie1-94/+76
1999-02-13Add support for 3DES CBCM mode.Ben Laurie1-1/+53
1998-12-21Import of old SSLeay release: SSLeay 0.9.1b (unreleased)SSLeayRalf S. Engelschall1-5/+12
1998-12-21Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1-11/+37
1998-12-21Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1-0/+856