aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dgst.c
Commit message (Expand)AuthorAgeFilesLines
* Add -passin argument to dgst command.Dr. Stephen Henson2004-12-031-1/+16
* Don't ignore return value of EVP_DigestInit_ex() in md BIOs and dgst utility.Dr. Stephen Henson2004-08-051-1/+7
* 'apps/openssl dgst -help' update and minor apps/speed.c update.Andy Polyakov2004-07-251-0/+10
* Use BUF_strlcpy() instead of strcpy().Richard Levitte2003-12-271-2/+3
* Add the possibility to build without the ENGINE framework.Richard Levitte2003-01-301-0/+8
* EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte2002-12-031-1/+1
* Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte2002-11-281-1/+1
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-1/+1
* Make it possible to load keys from stdin, and restore thatRichard Levitte2002-08-011-2/+2
* Handle read errors.Ben Laurie2002-06-111-13/+43
* Allow longer program names (VMS allows up to 39 characters).Richard Levitte2002-04-061-2/+2
* Config code updates.Dr. Stephen Henson2002-02-221-0/+3
* Reduce the header dependencies on engine.h in apps/.Geoff Thorpe2001-09-121-1/+0
* Use apps_shutdown() in all applications, in case someone decides notRichard Levitte2001-06-231-0/+1
* Provide an application-common setup function for engines and use itRichard Levitte2001-06-181-17/+1
* Extend all the loading functions to take an engine pointer, a passRichard Levitte2001-05-301-41/+8
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-201-1/+1
* Make flag variables int instead of char. This avoids getting into trouble on...Richard Levitte2000-10-311-3/+3
* Add the possibility to use keys handled by engines in moreRichard Levitte2000-10-281-12/+46
* Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte2000-10-261-0/+27
* On VMS, stdout may very well lead to a file that is written to in aRichard Levitte2000-09-201-2/+10
* Fix a typo in apps/pkcs12.c which was using the wrong part ofDr. Stephen Henson2000-09-191-5/+5
* siglen is unsigned, so comparing it to less than 0 is silly, andRichard Levitte2000-09-171-1/+1
* Fix typo in i2d_ASN1_ENUMERATEDDr. Stephen Henson2000-08-301-14/+174
* MD4 implemented. Assar Westerlund provided the digest code itself and the te...Richard Levitte2000-08-141-0/+2
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-2/+2
* Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wca...Ralf S. Engelschall2000-02-111-0/+3
* Avoid warnings.Bodo Möller1999-06-101-1/+1
* Don't mix real tabs with tabs expanded as 8 spaces -- that'sBodo Möller1999-06-071-2/+2
* argc counting bug fixed.Bodo Möller1999-05-111-1/+1
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-261-5/+0
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-6/+6
* Change functions to ANSI C.Ulf Möller1999-04-191-7/+2
* Massive constification.Ben Laurie1999-04-171-2/+2
* Import of old SSLeay release: SSLeay 0.9.1b (unreleased)Ralf S. Engelschall1998-12-211-0/+2
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-211-8/+8
* Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1998-12-211-0/+227