| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r314709,r314790,r314794: | bdrewery | 2017-03-22 | 1 | -0/+7 |
* | MFC r300903: Implement SHA-512 truncated (224 and 256 bits) | avg | 2017-02-27 | 3 | -10/+76 |
* | MFC r285417: Add new include path for sha256.h | avg | 2017-02-27 | 1 | -1/+2 |
* | MFC r292782: Replace sys/crypto/sha2/sha2.c with lib/libmd/sha512c.c | avg | 2017-02-27 | 5 | -423/+77 |
* | MFC r282774: Unbreak MIPS build following r282726 (MFCed in r314144) | avg | 2017-02-23 | 7 | -4/+43 |
* | fixup r314143, MFC of r285366 didn't remove files that it should have | avg | 2017-02-23 | 2 | -393/+0 |
* | MFC r282736: Unbreak build following rev. 282726 (MFC-ed as r314144) | avg | 2017-02-23 | 6 | -0/+130 |
* | MFC r282726: Ensure libmd symbols do not clash with libcrypto | avg | 2017-02-23 | 14 | -1/+195 |
* | MFC r263215,r263218,r285366: replace the kernel sha256 code | avg | 2017-02-23 | 1 | -1/+1 |
* | MFC r281928: | ngie | 2015-05-18 | 1 | -1/+1 |
* | MFC r263863: | gjb | 2014-03-31 | 4 | -8/+4 |
* | Remove the RFC 1319 MD2 Message-Digest Algorithm routines from libmd. | obrien | 2012-04-28 | 5 | -309/+6 |
* | Rewrite HISTORY: The SHA256 code first appeared in 6.0, and the SHA512 | cperciva | 2011-06-27 | 2 | -2/+2 |
* | Add SHA512 (Actually, this is Colin Percival's code for SHA256, with | markm | 2011-04-09 | 7 | -165/+707 |
* | Fix some leftover binaries and shared libraries in the system that still | dim | 2011-02-15 | 1 | -2/+5 |
* | Build lib/ with WARNS=6 by default. | ed | 2010-01-02 | 1 | -0/+2 |
* | Remove reference to no longer existing document. | phk | 2009-01-09 | 1 | -5/+0 |
* | Make the "test" target test the compiled version, instead of the | phk | 2008-12-02 | 1 | -7/+7 |
* | Use unsigned comparisons. Prior to this commit, SHA1_Update and | cperciva | 2007-05-14 | 2 | -2/+4 |
* | Fix an 11 year old mistake: Let the hash functions take a void* instead | phk | 2006-01-17 | 14 | -28/+35 |
* | -mdoc sweep. | ru | 2005-11-17 | 1 | -1/+1 |
* | Correct type. | pjd | 2005-09-14 | 1 | -4/+4 |
* | Removed redundnt empty line. | ru | 2005-06-16 | 1 | -1/+0 |
* | Markup fixes. | ru | 2005-06-16 | 1 | -1/+2 |
* | In light of the recent 2^69 operation collision-finding attack on SHA1, | cperciva | 2005-03-09 | 5 | -6/+522 |
* | The third parameter to SHA_Update and SHA1_Update is a "size_t", not a | cperciva | 2005-03-09 | 1 | -2/+2 |
* | Expand contractions. | ru | 2005-02-15 | 1 | -1/+1 |
* | Expand *n't contractions. | ru | 2005-02-13 | 3 | -7/+7 |
* | Sort sections. | ru | 2005-01-20 | 3 | -9/+9 |
* | Eliminate double whitespace. | ru | 2004-07-03 | 2 | -2/+2 |
* | Backed out rev.1.6 and subsequent copying of it (bogus addition of | bde | 2004-02-26 | 1 | -6/+6 |
* | Assorted mdoc(7) fixes: | hmp | 2003-10-09 | 3 | -20/+41 |
* | style.Makefile(5) | obrien | 2003-08-18 | 1 | -1/+1 |
* | Stage 3 of dynamic root support. Make all the libraries needed to run | gordon | 2003-08-17 | 1 | -0/+1 |
* | Rename local variables to not mask global names of same name. This | markm | 2003-06-05 | 3 | -28/+29 |
* | The .Fn function | charnier | 2003-03-24 | 2 | -9/+18 |
* | Initiate deorbit burn for the i386-only a.out related support. Moves are | peter | 2002-09-17 | 1 | -2/+0 |
* | Get this file closer to style(9). | phk | 2002-09-08 | 1 | -51/+55 |
* | Fix a bug where calling MD5File(3) with a zero-length file generated an | bmah | 2002-09-06 | 1 | -0/+1 |
* | Add missing const's. | mux | 2002-06-24 | 1 | -1/+1 |
* | Improve the handling of Encode and Decode operations in MD5. | phk | 2002-06-22 | 1 | -22/+15 |
* | Don't build manuals at inappropriate time. | ru | 2002-04-10 | 1 | -13/+5 |
* | Modernize my email address. | phk | 2002-03-25 | 3 | -4/+4 |
* | Modernize my email address. | phk | 2002-03-25 | 1 | -1/+1 |
* | Remove __P() usage. | obrien | 2002-03-21 | 1 | -1/+1 |
* | Remove 'register' keyword. | obrien | 2002-03-21 | 3 | -15/+15 |
* | mdoc(7) police: Use the new .In macro for #include statements. | ru | 2001-10-01 | 3 | -6/+6 |
* | add __FBSDID()s to libmd | dillon | 2001-09-30 | 10 | -14/+30 |
* | mdoc(7) police: | ru | 2001-08-07 | 1 | -1/+2 |
* | Remove whitespace at EOL. | dd | 2001-07-15 | 3 | -13/+13 |