summaryrefslogtreecommitdiffstats
path: root/usr.sbin/acme-client/netproc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* First fulfil all challenges then tell the CA that it should check.florian2020-12-241-2/+7
* We need to be able to provide contact information to use theflorian2020-09-141-6/+6
* Report what's wrong when account creation fails instead of a genericflorian2020-09-141-3/+15
* In case the order fails print the human readable reason from theflorian2020-05-101-4/+18
* In let's encrypt v1 we had to track a challenge for every domain inflorian2019-08-111-2/+2
* remove unused variableflorian2019-06-081-3/+2
* Implement RFC 8555 "Automatic Certificate Management Environmentflorian2019-06-071-204/+281
* fix comments and clean up whitespacebenno2019-02-011-38/+12
* if not all challenges were validated, retry again.benno2019-02-011-14/+25
* make struct chng.status a enum for readability.benno2019-01-311-4/+4
* update for libtls default cert changes.tedu2018-11-291-2/+2
* Use TLS_CA_CERT_FILE instead of a separate define.jsing2018-11-061-2/+3
* In netproc process, unveil to only expose the CA file.deraadt2018-08-081-1/+6
* letsencrypt responded with a 301 redirect when requesting the chainflorian2018-03-141-2/+34
* move malloc check up so that it actually works.florian2018-02-061-9/+9
* Deprecate agreement url config option and get the information from theflorian2017-11-271-5/+5
* Make returns consistent and remove parentheses per style(9).jsing2017-01-241-43/+43
* Replace comparisons between a constant or enum and an expression, withjsing2017-01-241-64/+64
* acme-client use configuration file [1 of 5]benno2017-01-211-4/+5
* Avoid a potential MITM - calling tls_config_insecure_noverify() is a badjsing2016-10-041-1/+11
* s/letsencrypt/ACME/jsing2016-10-041-2/+2
* A small amount more KNF to make this easier on our eyes. Not going furtherderaadt2016-09-131-19/+17
* hoist local variable initialization directly into the definitions,deraadt2016-09-131-29/+16
* Implement table driven selection to which ACME authorities we canflorian2016-09-011-6/+3
* we don't have config.hflorian2016-09-011-4/+1
* Collapse krazy abstractions for other sandbox models, using chroot andderaadt2016-09-011-10/+4
* whitespacebenno2016-08-311-67/+67
* revoke -> revocate, to avoid aliasderaadt2016-08-311-3/+3
* Import Kristaps' letskencrypt and call it acme-client in tree.florian2016-08-311-0/+811