summaryrefslogtreecommitdiffstats
path: root/usr.sbin/acme-client/extern.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* We need to be able to provide contact information to use theflorian2020-09-141-2/+2
* Report what's wrong when account creation fails instead of a genericflorian2020-09-141-1/+2
* In case the order fails print the human readable reason from theflorian2020-05-101-1/+2
* Do not define variables in extern.h since this will lead to duplicateflorian2020-02-071-3/+3
* Implement elliptic curve account keys.florian2019-06-171-3/+6
* Trade unveil(2) for chroot(2).florian2019-06-161-3/+3
* Track key type (RSA or ECDSA) in an enum and clean up a bit while here.florian2019-06-141-7/+3
* use acme-client to sign certificated with ecdsa keysgilles2019-06-121-1/+6
* Remove A and D flag, they are superfluous.florian2019-06-081-4/+3
* Implement RFC 8555 "Automatic Certificate Management Environmentflorian2019-06-071-14/+37
* make struct chng.status a enum for readability.benno2019-01-311-2/+8
* Deprecate agreement url config option and get the information from theflorian2017-11-271-2/+3
* Split certificate file from config file into certdir and certfile.florian2017-01-211-10/+4
* Remove backup option. This is not acme-client's business; also it getsflorian2017-01-211-2/+2
* acme-client use configuration file [1 of 5]benno2017-01-211-12/+7
* Implement table driven selection to which ACME authorities we canflorian2016-09-011-1/+12
* PATH_VAR_EMPTY is not usedderaadt2016-09-011-5/+1
* Collapse krazy abstractions for other sandbox models, using chroot andderaadt2016-09-011-8/+1
* whitespacebenno2016-08-311-4/+4
* Import Kristaps' letskencrypt and call it acme-client in tree.florian2016-08-311-0/+267