summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl/dgst.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary NULL check before free function in openssl(1) dgstinoguchi2019-08-301-11/+6
* Wrap lines over 80 cols and put space before goto label in openssl(1) dgstinoguchi2019-08-301-20/+30
* Simplify checking and more readable descriptions in openssl(1) dgstinoguchi2019-08-301-8/+8
* Convert openssl(1) dgst to the newer style of option handlinginoguchi2019-08-301-99/+216
* Moving variables into struct in openssl(1) dgstinoguchi2019-07-291-86/+99
* switch the default algorithm for the dgst command from MD5 to SHA256naddy2019-01-181-2/+2
* Indent labels with a single space so that diff prototypes are more useful.jsing2018-02-071-2/+2
* use freezero() instead of 4-line conditional explicit_bzero + freederaadt2017-04-181-5/+2
* rearrange pledge promises into the canonical order; easier to eyeballderaadt2017-01-201-2/+2
* Exit if a pledge call fails in non-interactive mode.doug2015-10-171-2/+4
* add "tty" for several subcommands of opensslsemarie2015-10-171-2/+2
* Initial support for pledges in openssl(1) commands.doug2015-10-101-1/+6
* Remove engine command and parameters from openssl(1).bcook2015-09-111-21/+6
* Correct spelling of OPENSSL_cleanse.jsing2015-09-101-2/+2
* Remove all duplicate prototypes for *_main functions (these are alreadyjsing2015-08-221-3/+1
* check the sigbuf value before using it.rpointel2015-07-201-2/+7
* Avoid dereferencing a NULL.doug2015-07-201-5/+7
* Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is notjsing2014-08-261-0/+547