| Age | Commit message (Expand) | Author |
| 2010-01-17 | Close file handle in error case. Found by cppcheck. | wiz |
| 2009-11-06 | Improve portability and clarity by using uint8_t for the byte data | joerg |
| 2009-10-22 | Pull in revisions 1.24 and 1.25 from upstream, which change this file's | snj |
| 2009-05-26 | Add SHA224 implementation to libc. | joerg |
| 2009-03-10 | Add missing .Os. | joerg |
| 2009-03-06 | According to Alexander Bluhm in tech-toolchain on 31 Jan 2009, the way | apb |
| 2009-02-12 | sign-compare fix | lukem |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-13 | Fix replicated typo | dholland |
| 2006-10-28 | More cleanup after sha2.h and rmd160.h moved house | agc |
| 2006-10-27 | this moved to common/lib/libc/hash | christos |
| 2006-10-27 | As discussed back in June, remove hmac_sha1 and hmac_md5 from libc, to | drochner |
| 2006-10-15 | static before const. | christos |
| 2006-06-23 | Make these weak as Matthias Drochner pointed out. | christos |
| 2006-05-12 | since we rename and provide a weak symbol for MD2Transform make it non-static. | mrg |
| 2006-02-09 | change #include <sys/endian.h> => #include <machine/endian.h> so that | dogcow |
| 2005-12-26 | u_intN_t -> uintN_t | perry |
| 2005-12-20 | Use reach-over sources from common/lib/libc | christos |
| 2005-11-29 | WARNS=4 | christos |
| 2005-11-22 | SHA2 support appeared in NetBSD 3.0. | tron |
| 2005-09-28 | Rename "hash.c" to "hashhl.c" since this is included from *hl.c files. | christos |
| 2005-09-26 | The weak alias macros can only work before namespace.h gets included because | christos |
| 2005-09-26 | Add missing SHA384_Transform. XXX: Is that correct? | christos |
| 2005-09-25 | Fix weak aliasing after recent changes. | elad |
| 2005-09-24 | Need namespace.h here too. | elad |
| 2005-09-24 | Put public domain MD2 implementation in libc/hash/md2. | elad |
| 2005-09-24 | Use crypto/rmd160.h. | elad |
| 2005-09-24 | Fix NetBSD CVS tag, put all code under #ifdef HASH_ALGORITHM. | elad |
| 2005-09-24 | Need namespace.h. | elad |
| 2005-09-24 | Add man-pages forgotten in previous commit. | elad |
| 2005-09-24 | Organize hashing in libc. | elad |
| 2005-09-24 | Use common code from hash.c. | elad |
| 2005-09-24 | Add skeleton file for helper routines that will be used by MD2, MD4, MD5, | elad |
| 2005-09-24 | Use RMD160 implementation by Markus Friedl, the same one we use in the | elad |
| 2005-09-10 | Prefer | wiz |
| 2005-08-26 | Include namespace.h to make this build in nbcompat. | elad |
| 2005-08-24 | Fix lint warnings. | tron |
| 2005-08-23 | Compile SHA2 again. | elad |
| 2005-08-23 | We don't have SHA{256,384,512}_Pad, but we do have _Transform. | elad |
| 2005-08-23 | Add helper routines (end, filechunk, file, data) for SHA2. | elad |
| 2005-08-20 | Pass lint and make this compile. | elad |
| 2005-08-20 | Not running lint on kernel code fooled me into thinking this was safe. | elad |
| 2005-08-20 | Add SHA2 hashing routines to userland. | elad |
| 2005-06-12 | Add missing __RCSID() | lukem |
| 2005-02-09 | A little libc namespace housekeeping exercise: | kleink |
| 2004-07-02 | Add support for SHA1 hashed passwords. | sjg |
| 2003-10-27 | Overhaul how `build.sh tools' are used: | lukem |
| 2003-09-21 | Bring back previous sparc64 hack, but only #ifdef old gcc. | martin |
| 2003-09-19 | No more sparc64 compiler workarounds | martin |
| 2003-04-16 | Use | wiz |