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
/
usr.bin
/
ssh
/
krl.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix occurrences of "r = func() != 0" which result in the wrong error
jsg
2015-09-02
1
-2
/
+2
*
delete support for legacy v00 certificates; "sure" markus@ dtucker@
djm
2015-07-03
1
-5
/
+5
*
correct test to sshkey_sign(); spotted by Albert S.
djm
2015-06-24
1
-2
/
+2
*
permit KRLs that revoke certificates by serial number or key ID
djm
2015-01-30
1
-38
/
+64
*
small refactor and add some convenience functions;
djm
2015-01-26
1
-12
/
+5
*
Reduce use of <sys/param.h> and transition to <limits.h> throughout.
deraadt
2015-01-20
1
-2
/
+2
*
fix format strings in (disabled) debugging
djm
2015-01-19
1
-4
/
+4
*
string truncation due to sizeof(size)
deraadt
2015-01-18
1
-2
/
+2
*
avoid BIGNUM in KRL code by using a simple bitmap;
djm
2015-01-14
1
-21
/
+41
*
sync changes from libopenssh; prepared by markus@
djm
2015-01-13
1
-50
/
+48
*
missing error assigment on sshbuf_put_string()
markus
2015-01-12
1
-3
/
+3
*
free->sshkey_free; ok djm@
markus
2015-01-12
1
-2
/
+2
*
deprecate key_load_private_pem() and sshkey_load_private_pem()
djm
2015-01-08
1
-2
/
+2
*
Add FingerprintHash option to control algorithm used for key
djm
2014-12-21
1
-3
/
+5
*
convert KRL code to new buffer API
djm
2014-12-04
1
-316
/
+335
*
fix NULL pointer dereference crash on invalid timestamp
djm
2014-11-21
1
-3
/
+7
*
fix KRL generation when multiple CAs are in use
djm
2014-11-17
1
-1
/
+2
*
New key API: refactor key-related functions to be more library-like,
djm
2014-06-24
1
-4
/
+4
*
fix bug in KRL generation: multiple consecutive revoked certificate
djm
2014-06-24
1
-1
/
+2
*
buffer_get_string_ptr's return should be const to remind
djm
2014-04-28
1
-3
/
+5
*
replace most bzero with explicit_bzero, except a few that cna be memset
tedu
2014-01-31
1
-6
/
+6
*
fix verification error in (as-yet usused) KRL signature checking path
djm
2013-07-20
1
-2
/
+2
*
don't leak the rdata blob on errors; ok djm@
markus
2013-06-20
1
-8
/
+11
*
hush some {unused, printf type} warnings
djm
2013-04-05
1
-6
/
+11
*
Remove bogus include. ok djm
dtucker
2013-02-19
1
-2
/
+1
*
actually use the xrealloc() return value; spotted by xi.wang AT gmail.com
djm
2013-01-27
1
-2
/
+2
*
redo last commit without the vi-vomit that snuck in:
djm
2013-01-25
1
-3
/
+6
*
Revert last. Breaks due to likely typo. Let djm@ fix later.
krw
2013-01-25
1
-2
/
+2
*
skip serial lookup when cert's serial number is zero
djm
2013-01-24
1
-2
/
+2
*
fix handling of (unused) KRL signatures; skip string in correct buffer
djm
2013-01-24
1
-2
/
+2
*
RB_INSERT does not remove existing elments; ok djm@
markus
2013-01-19
1
-2
/
+2
*
fix KRL generation bug for list sections
djm
2013-01-18
1
-2
/
+2
*
RCD IDs help us keep portable in synch
djm
2013-01-18
1
-0
/
+2
*
add support for Key Revocation Lists (KRLs). These are a compact way to
djm
2013-01-17
1
-0
/
+1223