aboutsummaryrefslogtreecommitdiff
path: root/apps/dgst.c
AgeCommit message (Expand)AuthorFilesLines
2006-03-28Fix bug where freed OIDs could be accessed in EVP_cleanup() byDr. Stephen Henson1-4/+1
2005-11-30Mention Whirlpool in dgst -help.Andy Polyakov1-10/+16
2004-12-03Add -passin argument to dgst command.Dr. Stephen Henson1-1/+16
2004-08-05Don't ignore return value of EVP_DigestInit_ex() in md BIOs and dgst utility.Dr. Stephen Henson1-1/+7
2004-07-25'apps/openssl dgst -help' update and minor apps/speed.c update.Andy Polyakov1-0/+10
2003-12-27Use BUF_strlcpy() instead of strcpy().Richard Levitte1-2/+3
2003-01-30Add the possibility to build without the ENGINE framework.Richard Levitte1-0/+8
2002-12-03EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte1-1/+1
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte1-1/+1
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie1-1/+1
2002-08-01Make it possible to load keys from stdin, and restore thatRichard Levitte1-2/+2
2002-06-11Handle read errors.Ben Laurie1-13/+43
2002-04-06Allow longer program names (VMS allows up to 39 characters).Richard Levitte1-2/+2
2002-02-22Config code updates.Dr. Stephen Henson1-0/+3
2001-09-12Reduce the header dependencies on engine.h in apps/.Geoff Thorpe1-1/+0
2001-06-23Use apps_shutdown() in all applications, in case someone decides notRichard Levitte1-0/+1
2001-06-18Provide an application-common setup function for engines and use itRichard Levitte1-17/+1
2001-05-30Extend all the loading functions to take an engine pointer, a passRichard Levitte1-41/+8
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte1-1/+1
2000-10-31Make flag variables int instead of char. This avoids getting into trouble on...Richard Levitte1-3/+3
2000-10-28Add the possibility to use keys handled by engines in moreRichard Levitte1-12/+46
2000-10-26Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte1-0/+27
2000-09-20On VMS, stdout may very well lead to a file that is written to in aRichard Levitte1-2/+10
2000-09-19Fix a typo in apps/pkcs12.c which was using the wrong part ofDr. Stephen Henson1-5/+5
2000-09-17siglen is unsigned, so comparing it to less than 0 is silly, andRichard Levitte1-1/+1
2000-08-30Fix typo in i2d_ASN1_ENUMERATEDDr. Stephen Henson1-14/+174
2000-08-14MD4 implemented. Assar Westerlund provided the digest code itself and the te...Richard Levitte1-0/+2
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte1-2/+2
2000-02-11Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wca...Ralf S. Engelschall1-0/+3
1999-06-10Avoid warnings.Bodo Möller1-1/+1
1999-06-07Don't mix real tabs with tabs expanded as 8 spaces -- that'sBodo Möller1-2/+2
1999-05-11argc counting bug fixed.Bodo Möller1-1/+1
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller1-5/+0
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1-6/+6
1999-04-19Change functions to ANSI C.Ulf Möller1-7/+2
1999-04-17Massive constification.Ben Laurie1-2/+2
1998-12-21Import of old SSLeay release: SSLeay 0.9.1b (unreleased)SSLeayRalf S. Engelschall1-0/+2
1998-12-21Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1-8/+8
1998-12-21Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1-0/+227