aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/des/destest.c
Commit message (Expand)AuthorAgeFilesLines
* RT3548: Remove unsupported platformsRich Salz2015-01-121-1/+1
* RT3548: Remove some unsupported platforms.Rich Salz2015-01-121-34/+0
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-1/+1
* Version skew reduction: trivia (I hope).Ben Laurie2012-06-031-1/+0
* Include openssl/crypto.h first in several other files so FIPS renamingDr. Stephen Henson2011-02-161-0/+1
* Do not defined des_crypt(), since it clashes with Solaris crypt.h.Richard Levitte2005-06-231-1/+1
* Netware-specific changes,Richard Levitte2003-11-281-0/+3
* A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe2003-10-291-4/+5
* PR: 630Richard Levitte2003-05-291-1/+1
* Oh, the destest program did look at the return value...Richard Levitte2003-02-131-0/+4
* Since crypt() isn't defined anywhere, define it locally in destest.cRichard Levitte2002-10-061-2/+0
* Merge changes from 0.9.7-stableRichard Levitte2002-03-221-35/+37
* Merge in DES changed from 0.9.7-stable.Richard Levitte2002-03-221-51/+48
* des_old.h doesn't really need to include des.h, so don't. That willRichard Levitte2001-11-061-0/+1
* Due to an increasing number of clashes between modern OpenSSL andRichard Levitte2001-10-241-72/+72
* Make EVPs allocate context memory, thus making them extensible. RationaliseBen Laurie2001-07-301-59/+77
* Use e_os2.h rather than opensslconf.h, since some needed macros areRichard Levitte2001-02-221-3/+4
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-201-3/+3
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-5/+5
* Fix a memory leak in PKCS12_parse.Dr. Stephen Henson2000-03-221-1/+1
* des_quad_cksum() byte order bug fix.Ulf Möller2000-03-191-32/+37
* The main() return value is a program's exit code.Ulf Möller2000-02-251-2/+1
* More VC++ pickiness. (destest.c doesn't have a "return" and the usualGeoff Thorpe2000-02-251-0/+1
* New xcbc_ok test vector is required after the parity bits in cbc2_keyAndy Polyakov2000-02-041-9/+13
* Give the correct e-mail address even though the message is not quite seriousBodo Möller2000-01-241-1/+1
* The des_xcbc_encrypt apparently always fails.Bodo Möller2000-01-241-1/+8
* fail on all errors.Ulf Möller2000-01-221-1/+4
* Add functions des_set_key_checked, des_set_key_unchecked.Bodo Möller1999-12-031-37/+22
* Improve support for running everything as a monolithic application.Bodo Möller1999-10-251-2/+2
* Avoid some warnings (on silly compilers).Bodo Möller1999-06-121-4/+4
* Some pre-POSIX systems don't have unistd.h (but e.g. lib.c).Bodo Möller1999-06-091-1/+2
* Change type of various DES function arguments from des_cblockBodo Möller1999-05-161-60/+60
* VMS support.Ulf Möller1999-05-131-0/+2
* New Configure option no-<cipher> (rsa, idea, rc5, ...).Ulf Möller1999-04-271-2/+11
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-261-8/+0
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-1/+1
* Work with -pedantic!Ben Laurie1999-04-231-9/+12
* Fix lots of warnings.Ulf Möller1999-04-201-1/+1
* Change functions to ANSI C.Ulf Möller1999-04-191-12/+5
* Update dependencies.Ben Laurie1999-02-131-1/+1
* Fix ghastly DES declarations, and all consequential warnings.Ben Laurie1999-02-131-94/+76
* Add support for 3DES CBCM mode.Ben Laurie1999-02-131-1/+53
* Import of old SSLeay release: SSLeay 0.9.1b (unreleased)Ralf S. Engelschall1998-12-211-5/+12
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-211-11/+37
* Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1998-12-211-0/+856