Age | Commit message (Expand) | Author |
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 |
2018-08-08 | In netproc process, unveil to only expose the CA file. | Theo de Raadt |
2018-08-03 | return is not a function and if (x) -> if (x != NULL) | Sebastian Benoit |
2018-08-03 | fix error messages from earlier syntax change | Sebastian Benoit |
2018-08-03 | correct an error message, from Ross L Richardson | Sebastian Benoit |
2018-08-03 | document the default in the abscence of a certificate authority. | Sebastian Benoit |
2018-08-03 | Document that domain certificate is optional. | Sebastian Benoit |
2018-08-02 | According to code (and testing), each is optional but at least | Sebastian Benoit |
2018-08-02 | It's an "X.509 certificate" rather than a "TLS certificate". | Sebastian Benoit |
2018-08-02 | its a X.509 certificate, consistency with acme-client.conf.5 | Sebastian Benoit |
2018-07-30 | cleanup initialization of chngdir. inspired by Ross L Richardson. | Sebastian Benoit |
2018-07-30 | replace exit() with return(), from Ross L Richardson. | Sebastian Benoit |
2018-07-30 | replace warn() + exit() with err() | Sebastian Benoit |
2018-07-30 | line too long and whitespace. From Ross L Richardson. | Sebastian Benoit |
2018-07-30 | reorder option parsing to be alphabetical/same order as usage and | Sebastian Benoit |
2018-07-29 | Remove NULL checks before X509_{REQ,NAME}_free() and zap an unnecessary | Theo Buehler |
2018-07-29 | replace hand-rolled tmp files with mkstemp() | Sebastian Benoit |
2018-07-29 | remove extra space in output; from Ross L Richardson | Theo de Raadt |
2018-07-28 | Remove NULL checks before (most) libcrypto *_free() functions. | Theo Buehler |
2018-07-11 | Do for most running out of memory err() what was done for most running | Kenneth R Westerback |
2018-07-09 | No need to mention which memory allocation entry point failed (malloc, | Kenneth R Westerback |
2018-07-08 | Be consistent in warn() and log_warn() usage when | Kenneth R Westerback |
2018-07-08 | clarify account key (pair) vs certificate (domain) key pair, and | Sebastian Benoit |
2018-06-17 | Fix an off-by-one line count when using include statements. | denis |
2018-06-13 | Rename httpd.conf "root strip" option to "request strip". | Reyk Floeter |
2018-04-26 | Plug leak in error case of the common 'varset' implementations. | Kenneth R Westerback |
2018-04-08 | We warned long enough, also sysmerge(8) should have handled the | Florian Obser |
2018-03-15 | writebufg() does two write(2) calls, both can return EPIPE, so handle it in | Otto Moerbeek |
2018-03-14 | letsencrypt responded with a 301 redirect when requesting the chain | Florian Obser |
2018-02-06 | move malloc check up so that it actually works. | Florian Obser |
2018-02-06 | kill dead code | Florian Obser |
2017-11-27 | lenght->length, mostly in comments | Stuart Henderson |
2017-11-27 | Deprecate agreement url config option and get the information from the | Florian Obser |