summaryrefslogtreecommitdiff
path: root/usr.bin/openssl/dgst.c
AgeCommit message (Expand)Author
2019-01-18switch the default algorithm for the dgst command from MD5 to SHA256Christian Weisgerber
2018-02-07Indent labels with a single space so that diff prototypes are more useful.Joel Sing
2017-04-18use freezero() instead of 4-line conditional explicit_bzero + freeTheo de Raadt
2017-01-20rearrange pledge promises into the canonical order; easier to eyeballTheo de Raadt
2015-10-17Exit if a pledge call fails in non-interactive mode.Doug Hogan
2015-10-17add "tty" for several subcommands of opensslSebastien Marie
2015-10-10Initial support for pledges in openssl(1) commands.Doug Hogan
2015-09-11Remove engine command and parameters from openssl(1).Brent Cook
2015-09-10Correct spelling of OPENSSL_cleanse.Joel Sing
2015-08-22Remove all duplicate prototypes for *_main functions (these are alreadyJoel Sing
2015-07-20check the sigbuf value before using it.Remi Pointel
2015-07-20Avoid dereferencing a NULL.Doug Hogan
2014-08-26Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is notJoel Sing