index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libc
/
hash
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix compiler warnings.
millert
1997-08-24
1
-2
/
+5
*
tabify + trailing blanks
kstailey
1997-07-23
2
-12
/
+12
*
Converting u_char[] -> u_int[] is easy on little endian machines :-)
millert
1997-07-18
1
-1
/
+5
*
Use u_int32_t not size_t.
millert
1997-07-17
1
-3
/
+2
*
Typo
millert
1997-07-17
1
-2
/
+2
*
Manpage for RMD*(3)
millert
1997-07-17
2
-2
/
+226
*
More typos.
millert
1997-07-17
1
-3
/
+3
*
Allow passing of a NULL digest to RMD160Final(3).
millert
1997-07-17
1
-6
/
+8
*
mdX(3)-like interface to RIPEMD-160 hash function. Code by
millert
1997-07-17
3
-2
/
+465
*
Fix typo
millert
1997-07-17
1
-2
/
+2
*
Add a missing const
millert
1997-07-15
2
-5
/
+5
*
Add SHA1End, SHA1File, SHA1Data helper functions like in md5(3).
millert
1997-07-12
3
-9
/
+152
*
mention usage of SHA1Final with null pointer
provos
1997-07-12
1
-1
/
+6
*
Minor style points.
millert
1997-07-12
1
-11
/
+12
*
Todd kant spel.
millert
1997-07-11
1
-3
/
+3
*
Install sha1(3) and links.
millert
1997-07-11
1
-2
/
+6
*
#include <sha1.h> not #include "sha1.h"
millert
1997-07-11
1
-2
/
+2
*
Man page for SHA1*
millert
1997-07-11
1
-0
/
+144
*
Different sha1 functions (taken from netinet's if_sha1.c) that
millert
1997-07-10
1
-344
/
+157
*
export byte swapping routine.
millert
1996-09-30
1
-9
/
+9
*
Moved definitions of BYTE and LONG in from header file.
millert
1996-09-30
1
-1
/
+5
*
Fixed standalone test mode for NEW_SHA1.
millert
1996-09-29
1
-1
/
+9
*
added sha1 (secure hash function).
millert
1996-09-29
2
-0
/
+360