Age | Commit message (Expand) | Author |
2021-09-17 | Fix subjectAlternativeName (SAN) generation for CSRs. CA/B Forum baseline | Stuart Henderson |
2021-09-14 | Add missing void to definition of http_init(). | Theo Buehler |
2021-08-24 | fix outdated comments, from Emil Engler, thanks. | Sebastian Benoit |
2021-07-14 | Remove unneeded calls to tls_init(3) | kn |
2021-07-12 | Change the error reporting pattern throughout the tree when unveil | Bob Beck |
2021-05-13 | acme-client: use EC_POINT_{get,set}_affine_cooordinates() | Theo Buehler |
2021-02-12 | Xr to ssl(8) which has clues about EC key generation that are still useful | Stuart Henderson |
2021-01-11 | document how to specify multiple alternative names; | Jason McIntyre |
2021-01-03 | Create .1 backup files when acme-client is going to overwrite a | Florian Obser |
2021-01-02 | If acme-client detects an added or removed SAN in the config file | Stuart Henderson |
2020-12-24 | First fulfil all challenges then tell the CA that it should check. | Florian Obser |
2020-12-19 | remove extra s | Theo Buehler |
2020-12-18 | Add details to -F flag | solene |
2020-11-18 | Do not check the list of SAN's in the cert when -F is specified to force renewal | Bob Beck |
2020-11-06 | mention that acme-client generates a 4096-bit or secp384r1 key if the key | Stuart Henderson |
2020-11-04 | Back out last commit. | denis |
2020-11-02 | acme response challenge location to issue better error code | denis |
2020-09-14 | We need to be able to provide contact information to use the | Florian Obser |
2020-09-14 | Relax parsing of pem files a bit. Apparently there are CAs that use | Florian Obser |
2020-09-14 | Report what's wrong when account creation fails instead of a generic | Florian Obser |
2020-06-07 | whitespace | Florian Obser |
2020-06-07 | Swap arguments of calloc(3). | Florian Obser |
2020-05-16 | somehow yacc pieces got missed from the "domain name" commit; add them. | Stuart Henderson |
2020-05-16 | list example files in FILES with a short description: generally, "Example | Jason McIntyre |
2020-05-12 | new sentence, new line; | Jason McIntyre |
2020-05-10 | In case the order fails print the human readable reason from the | Florian Obser |
2020-05-10 | remove noisy and useless debug line | Florian Obser |
2020-05-10 | Allow to have multiple domain ... {} sextions with the same domain | Sebastian Benoit |
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 |