summaryrefslogtreecommitdiff
path: root/usr.sbin/acme-client/json.c
AgeCommit message (Expand)Author
2020-09-14We need to be able to provide contact information to use theFlorian Obser
2020-09-14Report what's wrong when account creation fails instead of a genericFlorian Obser
2020-06-07whitespaceFlorian Obser
2020-06-07Swap arguments of calloc(3).Florian Obser
2020-05-10In case the order fails print the human readable reason from theFlorian Obser
2020-01-22use the correct length to allocate the right amount, broken by previous.Ted Unangst
2020-01-22set array length after allocation succeeds so free path doesn't deref null.Ted Unangst
2019-06-18When the parser detects that it needs more tokens it returnsFlorian Obser
2019-06-17 Implement elliptic curve account keys.Florian Obser
2019-06-07Implement RFC 8555 "Automatic Certificate Management EnvironmentFlorian Obser
2019-01-31make struct chng.status a enum for readability.Sebastian Benoit
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-24Complete jsing's coccinelle cleanup... by handTheo de Raadt
2017-01-24Replace comparisons between a constant or enum and an expression, withJoel Sing
2016-09-13convert some ifs to switches. ok millert tbTed Unangst
2016-09-13A small amount more KNF to make this easier on our eyes. Not going furtherTheo de Raadt
2016-09-13Inconsistant use of case (value): idiom drives me nuts, I have no ideaTheo de Raadt
2016-09-01we don't have config.hFlorian Obser
2016-08-31whitespaceSebastian Benoit
2016-08-31Import Kristaps' letskencrypt and call it acme-client in tree.Florian Obser