| Commit message (Expand) | Author | Age | Files | Lines |
* | allow building without SHA384 and SHA512 (i.e. SHA256 only) with |  djm | 2009-04-15 | 1 | -2/+5 |
* | the last example doesn't need a ctx variable; |  djm | 2008-09-12 | 1 | -3/+2 |
* | Rename SHA256/384/512 API to avoid namespace collisions with |  djm | 2008-09-06 | 3 | -137/+143 |
* | Split SHA1Transform() back into smaller pieces when compiling on landisk, |  miod | 2008-07-29 | 1 | -5/+66 |
* | The digest in the example seems to have been generated |  art | 2008-02-13 | 1 | -3/+3 |
* | convert to new .Dd format; |  jmc | 2007-05-31 | 4 | -8/+8 |
* | sha2 hashes are not 5 32-bit ints in size. Just leave out the size |  millert | 2007-02-27 | 1 | -2/+2 |
* | when using SHA1Data(), no CTX is needed, so zap that line in the example |  grunk | 2006-10-03 | 1 | -2/+1 |
* | some markup and punctuation fixes from wiz@netbsd |  jmc | 2005-09-12 | 1 | -7/+11 |
* | zap remaining rcsid. |  espie | 2005-08-08 | 6 | -29/+5 |
* | Fix MD5FileChunk() when passed a 0 length; makes MD5File() work again. |  millert | 2004-09-16 | 1 | -2/+11 |
* | Whoops, ripemd was broken, not ripemd-160. |  millert | 2004-08-24 | 2 | -11/+5 |
* | Collisions have been found for the full versions of MD4, MD5 and RMD160. |  millert | 2004-08-24 | 2 | -5/+15 |
* | Make the `filename' parameter to HASHFile() and HASHFileChunk() const |  jfb | 2004-06-22 | 5 | -16/+16 |
* | In the Final function, move the context zeroing into the digest != NULL |  millert | 2004-05-28 | 5 | -21/+17 |
* | Add .Xr's to the commands implementing the various digests. ok millert@ |  otto | 2004-05-16 | 4 | -4/+9 |
* | Simpler byte order flipping. Now the only place we explicitly check |  millert | 2004-05-07 | 1 | -78/+67 |
* | Make the Transform functions match the other hash types and document them. |  millert | 2004-05-05 | 2 | -111/+115 |
* | Make the 2nd arg to SHA1Transform const again and unifdef SHA1HANDSOFF. |  millert | 2004-05-05 | 2 | -14/+7 |
* | Sync some prototypes with the headers |  millert | 2004-05-03 | 3 | -6/+6 |
* | Some u_char -> u_int8_t conversion I missed earlier. |  millert | 2004-05-03 | 3 | -11/+11 |
* | Use KNF indentation style and do some u_char -> u_int8_t conversion |  millert | 2004-05-03 | 1 | -94/+95 |
* | Add Pad and FileChunk functions for each family of hash functions. |  millert | 2004-05-03 | 11 | -141/+315 |
* | Rev 1.4 was bogus (committed from the wrong tree), this repairs it. |  millert | 2004-05-03 | 1 | -87/+65 |
* | some minor KNF |  millert | 2004-05-02 | 1 | -33/+42 |
* | Sync with md5.c rev. 1.4 |  millert | 2004-04-29 | 1 | -128/+83 |
* | Changes inspired by Markus's rmd160 implementation: |  millert | 2004-04-29 | 1 | -128/+83 |
* | Undo some recent prototype changes; it is legal to pass the helper |  millert | 2004-04-29 | 5 | -35/+35 |
* | The data pointer passed to the transform function may not be properly |  millert | 2004-04-29 | 1 | -9/+7 |
* | typo in SEE ALSO; |  jmc | 2004-04-29 | 1 | -2/+2 |
* | more KNF |  millert | 2004-04-29 | 1 | -15/+15 |
* | Some KNF |  millert | 2004-04-29 | 1 | -25/+25 |
* | KNF: function names should be at column 0 for easier grepping. |  millert | 2004-04-28 | 1 | -16/+30 |
* | Pass sizeof(*pointer) not sizeof(point) to memset. Karsten Desler. |  millert | 2004-04-28 | 2 | -6/+6 |
* | Don't build lib/libc/md, build md[45] in lib/libc/hash instead. |  millert | 2004-04-28 | 1 | -6/+28 |
* | md[45] man page |  millert | 2004-04-28 | 1 | -0/+184 |
* | Xr sha2(3) |  millert | 2004-04-28 | 2 | -4/+6 |
* | PD md4 code derived from Colin Plumb's md5 routines. |  millert | 2004-04-28 | 1 | -0/+271 |
* | Rename members of struct MD5Context to match other hash routines. |  millert | 2004-04-28 | 1 | -109/+139 |
* | PD version of md5(3) based on code written by Colin Plumb. |  millert | 2004-04-28 | 1 | -0/+258 |
* | Make the bit count u_int64_t instead of two u_int32_t. Adapted from |  millert | 2004-04-27 | 1 | -10/+8 |
* | Use a common source file for all the hash helper functions that |  millert | 2004-04-26 | 8 | -314/+85 |
* | remove sparc64/gcc2 workaround. |  brad | 2004-03-31 | 1 | -69/+8 |
* | alignment fixes (e.g sparc 64); from Daniel Lucq; ok millert, henning |  markus | 2003-12-14 | 1 | -2/+6 |
* | correct hash for EXAMPLES, plus some typos; |  jmc | 2003-10-03 | 1 | -8/+10 |
* | Zap context correctly, from Juergen Buchmueller <pullmoll at stop1984 dot com> |  millert | 2003-09-08 | 1 | -5/+5 |
* | Remove bogus static; from Hiroki Sato |  millert | 2003-07-21 | 1 | -3/+3 |
* | missing const; millert ok |  deraadt | 2003-06-25 | 2 | -4/+4 |
* | Sync with share/misc/license.template and add missing DARPA credit |  millert | 2003-06-17 | 3 | -24/+28 |
* | Use an ISC-tyle license for all my code; it is simpler and more permissive. |  millert | 2003-06-03 | 3 | -66/+33 |