index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
acme-client
/
netproc.c
Age
Commit message (
Expand
)
Author
2018-11-29
update for libtls default cert changes.
Ted Unangst
2018-11-06
Use TLS_CA_CERT_FILE instead of a separate define.
Joel Sing
2018-08-08
In netproc process, unveil to only expose the CA file.
Theo de Raadt
2018-03-14
letsencrypt responded with a 301 redirect when requesting the chain
Florian Obser
2018-02-06
move malloc check up so that it actually works.
Florian Obser
2017-11-27
Deprecate agreement url config option and get the information from the
Florian Obser
2017-01-24
Make returns consistent and remove parentheses per style(9).
Joel Sing
2017-01-24
Replace comparisons between a constant or enum and an expression, with
Joel Sing
2017-01-21
acme-client use configuration file [1 of 5]
Sebastian Benoit
2016-10-04
Avoid a potential MITM - calling tls_config_insecure_noverify() is a bad
Joel Sing
2016-10-04
s/letsencrypt/ACME/
Joel Sing
2016-09-13
A small amount more KNF to make this easier on our eyes. Not going further
Theo de Raadt
2016-09-13
hoist local variable initialization directly into the definitions,
Theo de Raadt
2016-09-01
Implement table driven selection to which ACME authorities we can
Florian Obser
2016-09-01
we don't have config.h
Florian Obser
2016-09-01
Collapse krazy abstractions for other sandbox models, using chroot and
Theo de Raadt
2016-08-31
whitespace
Sebastian Benoit
2016-08-31
revoke -> revocate, to avoid alias
Theo de Raadt
2016-08-31
Import Kristaps' letskencrypt and call it acme-client in tree.
Florian Obser