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
/
acctproc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
One NULL-check before EVP_MD_CTX_free() was left in previous.
tb
2019-06-17
1
-4
/
+2
*
Use non-deprecated API; from Renaud Allard, thanks!
florian
2019-06-17
1
-9
/
+7
*
Implement elliptic curve account keys.
florian
2019-06-17
1
-20
/
+177
*
s/get1/get0/ in comments
florian
2019-06-17
1
-3
/
+3
*
Do not leak rsa keys; nobody is messing with the reference behind our
florian
2019-06-16
1
-3
/
+3
*
use acme-client to sign certificated with ecdsa keys
gilles
2019-06-12
1
-3
/
+5
*
Remove A and D flag, they are superfluous.
florian
2019-06-08
1
-4
/
+7
*
Implement RFC 8555 "Automatic Certificate Management Environment
florian
2019-06-07
1
-20
/
+33
*
Remove NULL checks before (most) libcrypto *_free() functions.
tb
2018-07-28
1
-3
/
+2
*
Make returns consistent and remove parentheses per style(9).
jsing
2017-01-24
1
-10
/
+10
*
Replace comparisons between a constant or enum and an expression, with
jsing
2017-01-24
1
-35
/
+35
*
A small amount more KNF to make this easier on our eyes. Not going further
deraadt
2016-09-13
1
-8
/
+8
*
hoist local variable initialization directly into the definitions,
deraadt
2016-09-13
1
-37
/
+19
*
Inconsistant use of case (value): idiom drives me nuts, I have no idea
deraadt
2016-09-13
1
-3
/
+3
*
RAND_status() and RAND_seed() are not needed, this is 2016.
deraadt
2016-09-13
1
-13
/
+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
-12
/
+11
*
whitespace cleanup
benno
2016-08-31
1
-9
/
+9
*
Import Kristaps' letskencrypt and call it acme-client in tree.
florian
2016-08-31
1
-0
/
+440