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
/
netproc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
First fulfil all challenges then tell the CA that it should check.
florian
2020-12-24
1
-2
/
+7
*
We need to be able to provide contact information to use the
florian
2020-09-14
1
-6
/
+6
*
Report what's wrong when account creation fails instead of a generic
florian
2020-09-14
1
-3
/
+15
*
In case the order fails print the human readable reason from the
florian
2020-05-10
1
-4
/
+18
*
In let's encrypt v1 we had to track a challenge for every domain in
florian
2019-08-11
1
-2
/
+2
*
remove unused variable
florian
2019-06-08
1
-3
/
+2
*
Implement RFC 8555 "Automatic Certificate Management Environment
florian
2019-06-07
1
-204
/
+281
*
fix comments and clean up whitespace
benno
2019-02-01
1
-38
/
+12
*
if not all challenges were validated, retry again.
benno
2019-02-01
1
-14
/
+25
*
make struct chng.status a enum for readability.
benno
2019-01-31
1
-4
/
+4
*
update for libtls default cert changes.
tedu
2018-11-29
1
-2
/
+2
*
Use TLS_CA_CERT_FILE instead of a separate define.
jsing
2018-11-06
1
-2
/
+3
*
In netproc process, unveil to only expose the CA file.
deraadt
2018-08-08
1
-1
/
+6
*
letsencrypt responded with a 301 redirect when requesting the chain
florian
2018-03-14
1
-2
/
+34
*
move malloc check up so that it actually works.
florian
2018-02-06
1
-9
/
+9
*
Deprecate agreement url config option and get the information from the
florian
2017-11-27
1
-5
/
+5
*
Make returns consistent and remove parentheses per style(9).
jsing
2017-01-24
1
-43
/
+43
*
Replace comparisons between a constant or enum and an expression, with
jsing
2017-01-24
1
-64
/
+64
*
acme-client use configuration file [1 of 5]
benno
2017-01-21
1
-4
/
+5
*
Avoid a potential MITM - calling tls_config_insecure_noverify() is a bad
jsing
2016-10-04
1
-1
/
+11
*
s/letsencrypt/ACME/
jsing
2016-10-04
1
-2
/
+2
*
A small amount more KNF to make this easier on our eyes. Not going further
deraadt
2016-09-13
1
-19
/
+17
*
hoist local variable initialization directly into the definitions,
deraadt
2016-09-13
1
-29
/
+16
*
Implement table driven selection to which ACME authorities we can
florian
2016-09-01
1
-6
/
+3
*
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
-10
/
+4
*
whitespace
benno
2016-08-31
1
-67
/
+67
*
revoke -> revocate, to avoid alias
deraadt
2016-08-31
1
-3
/
+3
*
Import Kristaps' letskencrypt and call it acme-client in tree.
florian
2016-08-31
1
-0
/
+811