aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/des/destest.c
Commit message (Expand)AuthorAgeFilesLines
* 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