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
Age
Commit message (
Expand
)
Author
2017-07-08
fix typo in comment
Theo Buehler
2017-07-03
no need to generate y.tab.h if nothing uses it, set YFLAGS to nothing
Marc Espie
2017-05-27
Use basename(3) instead of hand rolling it.
Florian Obser
2017-03-29
account key needs to be in quotes.
T.J. Townsend
2017-03-26
recallocarray() for data buffer from the net.
Theo de Raadt
2017-03-23
It is perfectly valid to have a cert / key not owned by root; remove
Florian Obser
2017-03-23
pull root check up, the parser will bomb out anyway
Florian Obser
2017-03-22
Improve manpage and config file to show the more common use case.
Sebastian Benoit
2017-03-20
Simplify cron(8) job example.
Antoine Jacoutot
2017-02-03
Don't use <sys/param.h> from userland without cause. Sort <sys/*>
Philip Guenther
2017-01-28
- -N got changed to -D
Jason McIntyre
2017-01-25
remove __BEGIN_DECLS and __END_DECLS from http.h
Kinichiro Inoguchi
2017-01-24
Make returns consistent and remove parentheses per style(9).
Joel Sing
2017-01-24
nuke extra brackets. discussed with jsing
Theo Buehler
2017-01-24
Complete jsing's coccinelle cleanup... by hand
Theo de Raadt
2017-01-24
errx() does not need extra newline
Theo de Raadt
2017-01-24
Replace comparisons between a constant or enum and an expression, with
Joel Sing
2017-01-24
string terminator is called a NUL
Theo de Raadt
2017-01-23
whitespace
Theo de Raadt
2017-01-21
tweak previous;
Jason McIntyre
2017-01-21
find the first authority works better this way, now that we use a tailq
Sebastian Benoit
2017-01-21
move config data structures mostly to TAILQs, because that way we
Sebastian Benoit
2017-01-21
it is ok to only specify a full chain certificate
Florian Obser
2017-01-21
dont print config if its broken
Sebastian Benoit
2017-01-21
it's chain certificate not certificate chain
Florian Obser
2017-01-21
Enforce minimum config in the parser.
Florian Obser
2017-01-21
Improve Documentation
Sebastian Benoit
2017-01-21
add option 'domain full chain certificate "path"',
Sebastian Benoit
2017-01-21
document default challengedir "/var/www/acme"
Sebastian Benoit
2017-01-21
see also acme-client.conf(5) suggested by millert and Raf Czlonka
Sebastian Benoit
2017-01-21
Implement domain chain certificate.
Florian Obser
2017-01-21
Split certificate file from config file into certdir and certfile.
Florian Obser
2017-01-21
remove unused vars; OK benno
Florian Obser
2017-01-21
Remove backup option. This is not acme-client's business; also it gets
Florian Obser
2017-01-21
We are only dealing with one domain on the command line
Florian Obser
2017-01-21
typo; ok benno
Florian Obser
2017-01-21
kill remote with fire, we need to handle this differently
Florian Obser
2017-01-21
typo; ok benno
Florian Obser
2017-01-21
acme-client use configuration file [5 of 5]
Sebastian Benoit
2017-01-21
acme-client use configuration file [4 of 5]
Sebastian Benoit
2017-01-21
acme-client use configuration file [3 of 5]
Sebastian Benoit
2017-01-21
acme-client use configuration file [2 of 5]
Sebastian Benoit
2017-01-21
acme-client use configuration file [1 of 5]
Sebastian Benoit
2017-01-05
Replace hand-rolled for(;;) emptying of 'symhead' TAILQ with more
Kenneth R Westerback
2017-01-05
Replace symset()'s hand-rolled for(;;) traversal of 'symhead' TAILQ
Kenneth R Westerback
2016-11-02
Use secure defaults for TLS - instead of accepting TLSv1.0 and any cipher
Joel Sing
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-10-04
tls_close() can return TLS_WANT_POLLIN/TLS_WANT_POLLOUT - handle this
Joel Sing
2016-09-24
The file descriptor needs to be closed in both the TLS and non-TLS case,
Joel Sing
[next]