Age | Commit message (Expand) | Author |
2017-01-25 | remove __BEGIN_DECLS and __END_DECLS from http.h | Kinichiro Inoguchi |
2017-01-24 | Make returns consistent and remove parentheses per style(9). | Joel Sing |
2017-01-24 | nuke extra brackets. discussed with jsing | Theo Buehler |
2017-01-24 | Complete jsing's coccinelle cleanup... by hand | Theo de Raadt |
2017-01-24 | errx() does not need extra newline | Theo de Raadt |
2017-01-24 | Replace comparisons between a constant or enum and an expression, with | Joel Sing |
2017-01-24 | string terminator is called a NUL | Theo de Raadt |
2017-01-23 | whitespace | Theo de Raadt |
2017-01-21 | tweak previous; | Jason McIntyre |
2017-01-21 | find the first authority works better this way, now that we use a tailq | Sebastian Benoit |
2017-01-21 | move config data structures mostly to TAILQs, because that way we | Sebastian Benoit |
2017-01-21 | it is ok to only specify a full chain certificate | Florian Obser |
2017-01-21 | dont print config if its broken | Sebastian Benoit |
2017-01-21 | it's chain certificate not certificate chain | Florian Obser |
2017-01-21 | Enforce minimum config in the parser. | Florian Obser |
2017-01-21 | Improve Documentation | Sebastian Benoit |
2017-01-21 | add option 'domain full chain certificate "path"', | Sebastian Benoit |
2017-01-21 | document default challengedir "/var/www/acme" | Sebastian Benoit |
2017-01-21 | see also acme-client.conf(5) suggested by millert and Raf Czlonka | Sebastian Benoit |
2017-01-21 | Implement domain chain certificate. | Florian Obser |
2017-01-21 | Split certificate file from config file into certdir and certfile. | Florian Obser |
2017-01-21 | remove unused vars; OK benno | Florian Obser |
2017-01-21 | Remove backup option. This is not acme-client's business; also it gets | Florian Obser |
2017-01-21 | We are only dealing with one domain on the command line | Florian Obser |
2017-01-21 | typo; ok benno | Florian Obser |
2017-01-21 | kill remote with fire, we need to handle this differently | Florian Obser |
2017-01-21 | typo; ok benno | Florian Obser |
2017-01-21 | acme-client use configuration file [5 of 5] | Sebastian Benoit |
2017-01-21 | acme-client use configuration file [4 of 5] | Sebastian Benoit |
2017-01-21 | acme-client use configuration file [3 of 5] | Sebastian Benoit |
2017-01-21 | acme-client use configuration file [2 of 5] | Sebastian Benoit |
2017-01-21 | acme-client use configuration file [1 of 5] | Sebastian Benoit |
2017-01-05 | Replace hand-rolled for(;;) emptying of 'symhead' TAILQ with more | Kenneth R Westerback |
2017-01-05 | Replace symset()'s hand-rolled for(;;) traversal of 'symhead' TAILQ | Kenneth R Westerback |
2016-11-02 | Use secure defaults for TLS - instead of accepting TLSv1.0 and any cipher | Joel Sing |
2016-10-04 | Avoid a potential MITM - calling tls_config_insecure_noverify() is a bad | Joel Sing |
2016-10-04 | s/letsencrypt/ACME/ | Joel Sing |
2016-10-04 | tls_close() can return TLS_WANT_POLLIN/TLS_WANT_POLLOUT - handle this | Joel Sing |
2016-09-24 | The file descriptor needs to be closed in both the TLS and non-TLS case, | Joel Sing |
2016-09-24 | Both tls_free() and tls_config_free() are safe to call with NULL. | Joel Sing |
2016-09-24 | Remove more backwards compat for unsupported OpenBSD releases. | Joel Sing |
2016-09-20 | reoorder includes, | Sebastian Benoit |
2016-09-18 | tweak previous; | Jason McIntyre |
2016-09-18 | add a config file parser to acme-client (unused at the moment, so that | Sebastian Benoit |
2016-09-15 | more fat trimming; | Jason McIntyre |
2016-09-14 | move default file and directory locations to a new FILES section | T.J. Townsend |
2016-09-13 | convert some ifs to switches. ok millert tb | Ted Unangst |
2016-09-13 | A small amount more KNF to make this easier on our eyes. Not going further | Theo de Raadt |
2016-09-13 | hoist local variable initialization directly into the definitions, | Theo de Raadt |
2016-09-13 | hoist local variable initialization directly into the definitions, | Theo de Raadt |