Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace sys/crypto/sha2/sha2.c with lib/libmd/sha512c.c | allanjude | 2015-12-27 | 1 | -4/+10 |
| | | | | | | | | | | | | | | | | | | cperciva's libmd implementation is 5-30% faster The same was done for SHA256 previously in r263218 cperciva's implementation was lacking SHA-384 which I implemented, validated against OpenSSL and the NIST documentation Extend sbin/md5 to create sha384(1) Chase dependancies on sys/crypto/sha2/sha2.{c,h} and replace them with sha512{c.c,.h} Reviewed by: cperciva, des, delphij Approved by: secteam, bapt (mentor) MFC after: 2 weeks Sponsored by: ScaleEngine Inc. Differential Revision: https://reviews.freebsd.org/D3929 | ||||
* | use .Mt to mark up email addresses consistently (part1) | bapt | 2014-06-20 | 1 | -1/+1 |
| | | | | | PR: 191174 Submitted by: Franco Fichtner <franco@lastsummer.de> | ||||
* | Assorted updates to md5.1 | bjk | 2014-05-18 | 1 | -7/+9 |
| | | | | | | | | | | | | | | | Note that the -c argument's parameter is compared against the digest of the file, not the file. [1] Update the "current time" parentheticals for notes about reversing and colliding the hash functions. [1] Some general mdoc updates. PR: docs/188043 [1] Submitted by: Jamie Landeg-Jones [1] Approved by: hrs (mentor) MFC after: 1 week | ||||
* | Teach md5(1) about sha512. | delphij | 2012-08-01 | 1 | -6/+12 |
| | | | | MFC after: 1 month | ||||
* | General mdoc(7) and typo fixes. | gjb | 2012-05-10 | 1 | -1/+1 |
| | | | | | | PR: 167696 Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org) MFC after: 3 days | ||||
* | - new sentence should start on new line. | eadler | 2011-11-13 | 1 | -2/+2 |
| | | | | | | PR: bin/146541 Submitted by: bjk Approved by: bjk | ||||
* | - add "check" option to MD5 and friends to compare files against known hash. | eadler | 2011-11-13 | 1 | -1/+9 |
| | | | | | | | | | PR: bin/146541 Submitted by: eadler Reviewed by: jhell@dataix.net Approved by: secteam (cperciva) Approved by: cperciva MFC after: 3 weeks | ||||
* | Minor markup fix for the r186836 update. | simon | 2009-01-06 | 1 | -1/+2 |
| | |||||
* | Strengthen some of the language concerning attacks on MD5, in light of the | cperciva | 2009-01-06 | 1 | -8/+16 |
| | | | | | | | | recent demonstration of a forged SSL certificate. Add text pointing out that SHA-1 is at least theoretically broken. Add a recommendation that new applications use SHA-256. MFC after: 1 month | ||||
* | Bring a paragraph in this manual page a bit closer to the present date. | trhodes | 2008-09-07 | 1 | -2/+2 |
| | | | | Discussed with: des | ||||
* | Belatedly update the md5(1) man page to reflect the addition of sha256. | cperciva | 2005-03-10 | 1 | -6/+11 |
| | |||||
* | Added the EXIT STATUS section where appropriate. | ru | 2005-01-17 | 1 | -1/+1 |
| | |||||
* | mdoc(7) fixes. | ru | 2004-07-07 | 1 | -1/+1 |
| | |||||
* | Add sha1 and rmd160 checksum tools. | eik | 2004-06-11 | 1 | -19/+62 |
| | | | | | | | | Since the algorithms are already supported in libmd, the size increase is small when a dynamic root is used. Approved by: joerg, ru MFC after: 2 weeks | ||||
* | Assorted markup, grammar, and spelling fixes. | ru | 2004-05-17 | 1 | -1/+2 |
| | |||||
* | Set exit code to 1 in case at least one of the input files | se | 2003-11-02 | 1 | -0/+4 |
| | | | | could not be opened. | ||||
* | Use `The .Nm utility' | charnier | 2002-04-19 | 1 | -2/+3 |
| | |||||
* | mdoc(7) police: removed hard sentence breaks. | ru | 2001-09-04 | 1 | -6/+14 |
| | |||||
* | Mention collision attacks on MD5. From the md5(3) man page. | murray | 2001-09-04 | 1 | -0/+6 |
| | | | | | | PR: docs/14158 Reviewed by: kris Submitted by: Eric Frias <efrias@sg505.net> | ||||
* | mdoc(7) police: | ru | 2001-08-07 | 1 | -1/+1 |
| | | | | | | | Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text. Not only this slows down the mdoc(7) processing significantly, but it also has an undesired (in this case) effect of disabling hyphenation within the entire enclosed block. | ||||
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -1/+1 |
| | |||||
* | This command has more than four options. | dd | 2001-06-19 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: use the default ``file ...'' feature of the .Ar macro. | ru | 2001-02-13 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -1/+1 |
| | |||||
* | Add -q quite mode. | obrien | 1999-12-04 | 1 | -1/+5 |
| | |||||
* | Make `-r -s' also match the BSDI output. | obrien | 1999-11-11 | 1 | -1/+1 |
| | |||||
* | Add a new "-r" (right) option that reverses the order a filename and the | obrien | 1999-11-07 | 1 | -1/+7 |
| | | | | hash is printed. This aids visual diffs. | ||||
* | Correct use of .Nm. Spelling. Add rcsid, remove unused #includes, use err(3). | charnier | 1998-07-06 | 1 | -8/+8 |
| | |||||
* | Get md5(1) to use getopt(3). Also some minor -Wall cleaning | steve | 1997-12-29 | 1 | -15/+9 |
| | | | | | | | while here. PR: 5387 Submitted by: Matthew Hunt <mph@pobox.com> | ||||
* | fix a few spelling changes | jmg | 1997-08-30 | 1 | -1/+1 |
| | | | | | | | | Submitted by: Josh Gilliam Closes PR's: 4429, 4431-4438 PS: He has agreed to submit all contrib fixes back to the original author. | ||||
* | mdoc'ify man page | jmg | 1997-03-02 | 1 | -35/+49 |
| | |||||
* | Add a '-p' option to md5. This will save some time in generation of the | phk | 1995-02-26 | 1 | -1/+4 |
| | | | | ctm deltas. | ||||
* | Changed a sum(1) to a cksum(1). | ats | 1994-12-11 | 1 | -1/+1 |
| | |||||
* | Incorproate version of md5 placed into public domain by RSA. | pst | 1994-10-29 | 1 | -0/+43 |