summaryrefslogtreecommitdiff
path: root/usr.sbin/acme-client
AgeCommit message (Expand)Author
2021-01-11document how to specify multiple alternative names;Jason McIntyre
2021-01-03Create .1 backup files when acme-client is going to overwrite aFlorian Obser
2021-01-02If acme-client detects an added or removed SAN in the config fileStuart Henderson
2020-12-24First fulfil all challenges then tell the CA that it should check.Florian Obser
2020-12-19remove extra sTheo Buehler
2020-12-18Add details to -F flagsolene
2020-11-18Do not check the list of SAN's in the cert when -F is specified to force renewalBob Beck
2020-11-06mention that acme-client generates a 4096-bit or secp384r1 key if the keyStuart Henderson
2020-11-04Back out last commit.denis
2020-11-02acme response challenge location to issue better error codedenis
2020-09-14We need to be able to provide contact information to use theFlorian Obser
2020-09-14Relax parsing of pem files a bit. Apparently there are CAs that useFlorian Obser
2020-09-14Report what's wrong when account creation fails instead of a genericFlorian Obser
2020-06-07whitespaceFlorian Obser
2020-06-07Swap arguments of calloc(3).Florian Obser
2020-05-16somehow yacc pieces got missed from the "domain name" commit; add them.Stuart Henderson
2020-05-16list example files in FILES with a short description: generally, "ExampleJason McIntyre
2020-05-12new sentence, new line;Jason McIntyre
2020-05-10In case the order fails print the human readable reason from theFlorian Obser
2020-05-10remove noisy and useless debug lineFlorian Obser
2020-05-10Allow to have multiple domain ... {} sextions with the same domainSebastian Benoit
2020-04-15Use the new random interval support in cron instead of a random sleep.Todd C. Miller
2020-02-10briefly mention /etc/examples/ in the FILES section of all theIngo Schwarze
2020-02-07Do not define variables in extern.h since this will lead to duplicateFlorian Obser
2020-01-22use the correct length to allocate the right amount, broken by previous.Ted Unangst
2020-01-22set array length after allocation succeeds so free path doesn't deref null.Ted Unangst
2020-01-20Remove the tls_close warnx in acme-client. Currently it very often reportsStuart Henderson
2019-12-27make -n stop after parsing the config.Sebastian Benoit
2019-11-06Give acme-client a chance to work on IPv6 only hosts by using theFlorian Obser
2019-08-12Do not exit with error if the challenge file already exists, instead truncate...Sebastian Benoit
2019-08-11In let's encrypt v1 we had to track a challenge for every domain inFlorian Obser
2019-07-12According to RFC 8555 we MUST send an User-Agent.Florian Obser
2019-07-04Use v02 let's encrypt API key as in the example filesolene
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2019-06-18When the parser detects that it needs more tokens it returnsFlorian Obser
2019-06-17It's enough to allocate the EC key once.Florian Obser
2019-06-17One 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-17s/get1/get0/ in commentsFlorian Obser
2019-06-16Trade unveil(2) for chroot(2).Florian Obser
2019-06-16 Do not leak rsa keys; nobody is messing with the reference behind ourFlorian Obser
2019-06-16acctkey indirection is unnecessary, just pass authority->accountFlorian Obser
2019-06-15Remove bugs section.Florian Obser
2019-06-15 Now that we have different key types (rsa and ecdsa) we probablyFlorian Obser
2019-06-15Print domain key type in config test mode (-n).Florian Obser
2019-06-14Track key type (RSA or ECDSA) in an enum and clean up a bit while here.Florian Obser
2019-06-12tweak previous;Jason McIntyre
2019-06-12these were moved to key.[ch] in previous commitGilles Chehade
2019-06-12use acme-client to sign certificated with ecdsa keysGilles Chehade