Age | Commit message (Expand) | Author |
2024-06-19 | Kill the SIGPIPE signal handler which is installed around write opertations. | Claudio Jeker |
2022-05-05 | Check that the challenge token which is turned into a filename is | Florian Obser |
2020-05-10 | Allow to have multiple domain ... {} sextions with the same domain | Sebastian Benoit |
2020-02-07 | Do not define variables in extern.h since this will lead to duplicate | Florian Obser |
2019-06-17 | Implement elliptic curve account keys. | Florian Obser |
2019-06-16 | Trade unveil(2) for chroot(2). | Florian Obser |
2019-06-16 | acctkey indirection is unnecessary, just pass authority->account | Florian Obser |
2019-06-14 | Track key type (RSA or ECDSA) in an enum and clean up a bit while here. | Florian Obser |
2019-06-12 | use acme-client to sign certificated with ecdsa keys | Gilles Chehade |
2019-06-08 | Remove A and D flag, they are superfluous. | Florian Obser |
2019-06-07 | Implement RFC 8555 "Automatic Certificate Management Environment | Florian Obser |
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-01-29 | add an extra check for existing "api ..." line in the config. | 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 |
2017-11-27 | Deprecate agreement url config option and get the information from the | Florian Obser |
2017-05-27 | Use basename(3) instead of hand rolling it. | Florian Obser |
2017-03-23 | pull root check up, the parser will bomb out anyway | Florian Obser |
2017-01-24 | Make returns consistent and remove parentheses per style(9). | Joel Sing |
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-21 | tweak previous; | Jason McIntyre |
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 | add option 'domain full chain certificate "path"', | 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 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 | 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 |
2016-09-18 | add a config file parser to acme-client (unused at the moment, so that | Sebastian Benoit |
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 | Inconsistant use of case (value): idiom drives me nuts, I have no idea | Theo de Raadt |
2016-09-01 | update usage(); pointed out by jmc@ | Florian Obser |
2016-09-01 | Implement table driven selection to which ACME authorities we can | Florian Obser |
2016-09-01 | we don't have config.h | Florian Obser |
2016-09-01 | line wrap usage | Theo de Raadt |