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
2020-04-15
Use the new random interval support in cron instead of a random sleep.
Todd C. Miller
2020-02-10
briefly mention /etc/examples/ in the FILES section of all the
Ingo Schwarze
2020-02-07
Do not define variables in extern.h since this will lead to duplicate
Florian Obser
2020-01-22
use the correct length to allocate the right amount, broken by previous.
Ted Unangst
2020-01-22
set array length after allocation succeeds so free path doesn't deref null.
Ted Unangst
2020-01-20
Remove the tls_close warnx in acme-client. Currently it very often reports
Stuart Henderson
2019-12-27
make -n stop after parsing the config.
Sebastian Benoit
2019-11-06
Give acme-client a chance to work on IPv6 only hosts by using the
Florian Obser
2019-08-12
Do not exit with error if the challenge file already exists, instead truncate...
Sebastian Benoit
2019-08-11
In let's encrypt v1 we had to track a challenge for every domain in
Florian Obser
2019-07-12
According to RFC 8555 we MUST send an User-Agent.
Florian Obser
2019-07-04
Use v02 let's encrypt API key as in the example file
solene
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2019-06-18
When the parser detects that it needs more tokens it returns
Florian Obser
2019-06-17
It's enough to allocate the EC key once.
Florian Obser
2019-06-17
One NULL-check before EVP_MD_CTX_free() was left in previous.
Theo Buehler
2019-06-17
Use non-deprecated API; from Renaud Allard, thanks!
Florian Obser
2019-06-17
Implement elliptic curve account keys.
Florian Obser
2019-06-17
s/get1/get0/ in comments
Florian Obser
2019-06-16
Trade unveil(2) for chroot(2).
Florian Obser
2019-06-16
Do not leak rsa keys; nobody is messing with the reference behind our
Florian Obser
2019-06-16
acctkey indirection is unnecessary, just pass authority->account
Florian Obser
2019-06-15
Remove bugs section.
Florian Obser
2019-06-15
Now that we have different key types (rsa and ecdsa) we probably
Florian Obser
2019-06-15
Print domain key type in config test mode (-n).
Florian Obser
2019-06-14
Track key type (RSA or ECDSA) in an enum and clean up a bit while here.
Florian Obser
2019-06-12
tweak previous;
Jason McIntyre
2019-06-12
these were moved to key.[ch] in previous commit
Gilles Chehade
2019-06-12
use acme-client to sign certificated with ecdsa keys
Gilles Chehade
2019-06-08
remove unused variable
Florian Obser
2019-06-08
Remove A and D flag, they are superfluous.
Florian Obser
2019-06-07
Implement RFC 8555 "Automatic Certificate Management Environment
Florian Obser
2019-04-01
repair confusing "} if"; from florian@
Christian Weisgerber
2019-03-09
remove free() before exit() from main(), in ongoing work to make
Sebastian Benoit
2019-03-09
use temporary strings for calls to basename(), because it may change
Sebastian Benoit
2019-03-08
fix dirname usage in acme-client: dirname() can modify its argument
Sebastian Benoit
2019-03-04
According to RFC 7230 Section 3.2 header field names are
Florian Obser
2019-02-13
(unsigned) means (unsigned int) which on ptrdiff_t or size_t or other
Theo de Raadt
2019-02-03
flesh this page out a bit to (hopefully) make it more helpful;
Jason McIntyre
2019-02-01
fix comments and clean up whitespace
Sebastian Benoit
2019-02-01
if not all challenges were validated, retry again.
Sebastian Benoit
2019-01-31
make struct chng.status a enum for readability.
Sebastian Benoit
2019-01-30
consistently talk about domain key; ok benno
Jason McIntyre
2019-01-29
add an extra check for existing "api ..." line in the config.
Sebastian Benoit
2019-01-08
With the change to httpd the workflow got much simpler.
Florian Obser
2019-01-08
Remove missleading and outdated examples from man page.
Florian Obser
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-11-01
- odd condition/test in PF lexer
Alexandr Nedvedicky
2018-09-07
replace malloc()+strlcpy() with strndup() in cmdline_symset().
miko
[next]