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.sbin
/
acme-client
/
keyproc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Now that we have different key types (rsa and ecdsa) we probably
florian
2019-06-15
1
-1
/
+2
*
Track key type (RSA or ECDSA) in an enum and clean up a bit while here.
florian
2019-06-14
1
-5
/
+8
*
use acme-client to sign certificated with ecdsa keys
gilles
2019-06-12
1
-7
/
+13
*
Remove A and D flag, they are superfluous.
florian
2019-06-08
1
-4
/
+7
*
Remove NULL checks before X509_{REQ,NAME}_free() and zap an unnecessary
tb
2018-07-29
1
-6
/
+4
*
Remove NULL checks before (most) libcrypto *_free() functions.
tb
2018-07-28
1
-3
/
+2
*
recallocarray() for data buffer from the net.
deraadt
2017-03-26
1
-3
/
+3
*
Complete jsing's coccinelle cleanup... by hand
deraadt
2017-01-24
1
-18
/
+18
*
A small amount more KNF to make this easier on our eyes. Not going further
deraadt
2016-09-13
1
-11
/
+10
*
hoist local variable initialization directly into the definitions,
deraadt
2016-09-13
1
-14
/
+8
*
RAND_status() and RAND_seed() are not needed, this is 2016.
deraadt
2016-09-13
1
-14
/
+1
*
we don't have config.h
florian
2016-09-01
1
-4
/
+1
*
Collapse krazy abstractions for other sandbox models, using chroot and
deraadt
2016-09-01
1
-9
/
+4
*
whitespace
benno
2016-08-31
1
-27
/
+26
*
Import Kristaps' letskencrypt and call it acme-client in tree.
florian
2016-08-31
1
-0
/
+293