summaryrefslogtreecommitdiff
path: root/usr.sbin/acme-client
AgeCommit message (Expand)Author
2022-05-05Check that the challenge token which is turned into a filename isFlorian Obser
2022-02-22Plug leak in ec_key_create()Theo Buehler
2022-02-22whitespace/KNFTheo Buehler
2022-02-22acme-client: only warn on PEM_write_ECPrivateKey() failure insteadTheo Buehler
2022-01-21the wrapped cron line is going to lose peopleTheo de Raadt
2022-01-14Fix acme-client build with opaque RSATheo Buehler
2021-12-13Let dnsproc pass multiple addresses to netprocJeremie Courreges-Anglas
2021-11-22acme-client: use BIO_number_written(bio) instead of bio->num_write.Theo Buehler
2021-11-18acme-client: use EVP_PKEY_base_id()Theo Buehler
2021-10-15Don't declare variables as "unsigned char *" that are passed toChristian Weisgerber
2021-10-13acme-client: stop reaching into X509Theo Buehler
2021-09-17Fix subjectAlternativeName (SAN) generation for CSRs. CA/B Forum baselineStuart Henderson
2021-09-14Add missing void to definition of http_init().Theo Buehler
2021-08-24fix outdated comments, from Emil Engler, thanks.Sebastian Benoit
2021-07-14Remove unneeded calls to tls_init(3)kn
2021-07-12Change the error reporting pattern throughout the tree when unveilBob Beck
2021-05-13acme-client: use EC_POINT_{get,set}_affine_cooordinates()Theo Buehler
2021-02-12Xr to ssl(8) which has clues about EC key generation that are still usefulStuart Henderson
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