History log of /src/lib/libc/hash/sha1 |
Revision | Date | Author | Comments |
1.3 | 27-Nov-2018 |
kamil | Fix link sha1.3 <- SHA1File.3
This SHA1File used to link to sha2(3).
|
1.2 | 27-Oct-2006 |
drochner | branches: 1.2.82; 1.2.84; As discussed back in June, remove hmac_sha1 and hmac_md5 from libc, to reduce bloat and namespace trouble. (both were never public; hmac_sha1 is moved to libcrypt now because it is used locally there)
|
1.1 | 24-Sep-2005 |
elad | Organize hashing in libc.
|
1.2.84.1 | 10-Jun-2019 |
christos | Sync with HEAD
|
1.2.82.1 | 26-Dec-2018 |
pgoyette | Sync with HEAD, resolve a few conflicts
|
1.3 | 27-Oct-2006 |
drochner | As discussed back in June, remove hmac_sha1 and hmac_md5 from libc, to reduce bloat and namespace trouble. (both were never public; hmac_sha1 is moved to libcrypt now because it is used locally there)
|
1.2 | 23-Jun-2006 |
christos | Make these weak as Matthias Drochner pointed out.
|
1.1 | 24-Sep-2005 |
elad | Organize hashing in libc.
|
1.9 | 27-Nov-2018 |
wiz | More macros, less whitespace.
|
1.8 | 27-Nov-2018 |
kamil | Document SHA1FileChunk(3) in sha1(3)
Description taken from OpenBSD.
|
1.7 | 03-Jul-2017 |
wiz | branches: 1.7.4; 1.7.6; Remove workaround for ancient HTML generation code.
|
1.6 | 05-Apr-2010 |
joerg | \\ -> \e
|
1.5 | 06-Nov-2009 |
joerg | Improve portability and clarity by using uint8_t for the byte data and expanding u_int to not depend on the !POSIX types.
|
1.4 | 22-Oct-2009 |
snj | Pull in revisions 1.24 and 1.25 from upstream, which change this file's license to ISC-style.
|
1.3 | 10-Mar-2009 |
joerg | Add missing .Os.
|
1.2 | 26-Dec-2005 |
perry | branches: 1.2.30; u_intN_t -> uintN_t
|
1.1 | 24-Sep-2005 |
elad | Add man-pages forgotten in previous commit.
|
1.2.30.1 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
1.7.6.1 | 10-Jun-2019 |
christos | Sync with HEAD
|
1.7.4.1 | 26-Dec-2018 |
pgoyette | Sync with HEAD, resolve a few conflicts
|
1.3 | 20-Dec-2005 |
christos | Use reach-over sources from common/lib/libc
|
1.2 | 29-Nov-2005 |
christos | WARNS=4
|
1.1 | 24-Sep-2005 |
elad | Organize hashing in libc.
|
1.4 | 13-Apr-2008 |
dholland | branches: 1.4.10; Fix replicated typo
|
1.3 | 28-Sep-2005 |
christos | Rename "hash.c" to "hashhl.c" since this is included from *hl.c files. The name "hash.c" is already used in db/hash/hash.c, and having duplicated names, aside from it being bad style, breaks the tools/nbcompat build because it picks the wrong hash.c file. Thanks to greg for helping debug this.
|
1.2 | 26-Sep-2005 |
christos | The weak alias macros can only work before namespace.h gets included because when the strings get expanded we gain an _ from namespace.h. So define a macro to point to the appropriate include file for the hash function, and include the hash function later, from the .c file we always include. This allows us to eliminate the hack of including namespace.h twice as well as nbtool_config.h.
|
1.1 | 24-Sep-2005 |
elad | Organize hashing in libc.
|
1.4.10.2 | 13-Apr-2008 |
dholland | Fix replicated typo
|
1.4.10.1 | 13-Apr-2008 |
dholland | file sha1hl.c was added on branch christos-time_t on 2008-04-13 02:04:33 +0000
|