| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow to have multiple domain ... {} sextions with the same domain |  benno | 2020-05-10 | 1 | -3/+3 |
* | Do not define variables in extern.h since this will lead to duplicate |  florian | 2020-02-07 | 1 | -3/+4 |
* | Implement elliptic curve account keys. |  florian | 2019-06-17 | 1 | -2/+3 |
* | Trade unveil(2) for chroot(2). |  florian | 2019-06-16 | 1 | -32/+23 |
* | acctkey indirection is unnecessary, just pass authority->account |  florian | 2019-06-16 | 1 | -5/+2 |
* | Track key type (RSA or ECDSA) in an enum and clean up a bit while here. |  florian | 2019-06-14 | 1 | -7/+3 |
* | use acme-client to sign certificated with ecdsa keys |  gilles | 2019-06-12 | 1 | -1/+6 |
* | Remove A and D flag, they are superfluous. |  florian | 2019-06-08 | 1 | -28/+5 |
* | Implement RFC 8555 "Automatic Certificate Management Environment |  florian | 2019-06-07 | 1 | -2/+2 |
* | remove free() before exit() from main(), in ongoing work to make |  benno | 2019-03-09 | 1 | -22/+1 |
* | use temporary strings for calls to basename(), because it may change |  benno | 2019-03-09 | 1 | -13/+20 |
* | fix dirname usage in acme-client: dirname() can modify its argument |  benno | 2019-03-08 | 1 | -16/+20 |
* | add an extra check for existing "api ..." line in the config. |  benno | 2019-01-29 | 1 | -6/+1 |
* | cleanup initialization of chngdir. inspired by Ross L Richardson. |  benno | 2018-07-30 | 1 | -7/+4 |
* | replace exit() with return(), from Ross L Richardson. |  benno | 2018-07-30 | 1 | -4/+4 |
* | replace warn() + exit() with err() |  benno | 2018-07-30 | 1 | -5/+3 |
* | line too long and whitespace. From Ross L Richardson. |  benno | 2018-07-30 | 1 | -4/+5 |
* | reorder option parsing to be alphabetical/same order as usage and |  benno | 2018-07-30 | 1 | -12/+12 |
* | Deprecate agreement url config option and get the information from the |  florian | 2017-11-27 | 1 | -5/+3 |
* | Use basename(3) instead of hand rolling it. |  florian | 2017-05-27 | 1 | -15/+11 |
* | pull root check up, the parser will bomb out anyway |  florian | 2017-03-23 | 1 | -4/+4 |
* | Make returns consistent and remove parentheses per style(9). |  jsing | 2017-01-24 | 1 | -4/+3 |
* | Complete jsing's coccinelle cleanup... by hand |  deraadt | 2017-01-24 | 1 | -2/+2 |
* | errx() does not need extra newline |  deraadt | 2017-01-24 | 1 | -4/+4 |
* | Replace comparisons between a constant or enum and an expression, with |  jsing | 2017-01-24 | 1 | -38/+38 |
* | tweak previous; |  jmc | 2017-01-21 | 1 | -2/+2 |
* | move config data structures mostly to TAILQs, because that way we |  benno | 2017-01-21 | 1 | -2/+2 |
* | it is ok to only specify a full chain certificate |  florian | 2017-01-21 | 1 | -16/+25 |
* | add option 'domain full chain certificate "path"', |  benno | 2017-01-21 | 1 | -3/+15 |
* | Implement domain chain certificate. |  florian | 2017-01-21 | 1 | -3/+14 |
* | Split certificate file from config file into certdir and certfile. |  florian | 2017-01-21 | 1 | -6/+17 |
* | Remove backup option. This is not acme-client's business; also it gets |  florian | 2017-01-21 | 1 | -8/+4 |
* | We are only dealing with one domain on the command line |  florian | 2017-01-21 | 1 | -12/+2 |
* | typo; ok benno |  florian | 2017-01-21 | 1 | -2/+2 |
* | typo; ok benno |  florian | 2017-01-21 | 1 | -2/+2 |
* | acme-client use configuration file [5 of 5] |  benno | 2017-01-21 | 1 | -3/+9 |
* | acme-client use configuration file [4 of 5] |  benno | 2017-01-21 | 1 | -2/+2 |
* | acme-client use configuration file [3 of 5] |  benno | 2017-01-21 | 1 | -4/+4 |
* | acme-client use configuration file [2 of 5] |  benno | 2017-01-21 | 1 | -15/+7 |
* | acme-client use configuration file [1 of 5] |  benno | 2017-01-21 | 1 | -125/+70 |
* | add a config file parser to acme-client (unused at the moment, so that |  benno | 2016-09-18 | 1 | -18/+2 |
* | A small amount more KNF to make this easier on our eyes. Not going further |  deraadt | 2016-09-13 | 1 | -15/+11 |
* | hoist local variable initialization directly into the definitions, |  deraadt | 2016-09-13 | 1 | -16/+10 |
* | Inconsistant use of case (value): idiom drives me nuts, I have no idea |  deraadt | 2016-09-13 | 1 | -15/+15 |
* | update usage(); pointed out by jmc@ |  florian | 2016-09-01 | 1 | -3/+3 |
* | Implement table driven selection to which ACME authorities we can |  florian | 2016-09-01 | 1 | -9/+29 |
* | we don't have config.h |  florian | 2016-09-01 | 1 | -4/+1 |
* | line wrap usage |  deraadt | 2016-09-01 | 1 | -10/+5 |
* | Collapse krazy abstractions for other sandbox models, using chroot and |  deraadt | 2016-09-01 | 1 | -9/+5 |
* | knf |  benno | 2016-09-01 | 1 | -15/+15 |