summaryrefslogtreecommitdiff
path: root/usr.sbin/acme-client/netproc.c
AgeCommit message (Expand)Author
2018-11-29update for libtls default cert changes.Ted Unangst
2018-11-06Use TLS_CA_CERT_FILE instead of a separate define.Joel Sing
2018-08-08In netproc process, unveil to only expose the CA file.Theo de Raadt
2018-03-14letsencrypt responded with a 301 redirect when requesting the chainFlorian Obser
2018-02-06move malloc check up so that it actually works.Florian Obser
2017-11-27Deprecate agreement url config option and get the information from theFlorian Obser
2017-01-24Make returns consistent and remove parentheses per style(9).Joel Sing
2017-01-24Replace comparisons between a constant or enum and an expression, withJoel Sing
2017-01-21acme-client use configuration file [1 of 5]Sebastian Benoit
2016-10-04Avoid a potential MITM - calling tls_config_insecure_noverify() is a badJoel Sing
2016-10-04s/letsencrypt/ACME/Joel Sing
2016-09-13A small amount more KNF to make this easier on our eyes. Not going furtherTheo de Raadt
2016-09-13hoist local variable initialization directly into the definitions,Theo de Raadt
2016-09-01Implement table driven selection to which ACME authorities we canFlorian Obser
2016-09-01we don't have config.hFlorian Obser
2016-09-01Collapse krazy abstractions for other sandbox models, using chroot andTheo de Raadt
2016-08-31whitespaceSebastian Benoit
2016-08-31revoke -> revocate, to avoid aliasTheo de Raadt
2016-08-31Import Kristaps' letskencrypt and call it acme-client in tree.Florian Obser