summaryrefslogtreecommitdiffstats
path: root/usr.sbin/acme-client/json.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* whitespaceflorian2020-06-071-3/+3
* Swap arguments of calloc(3).florian2020-06-071-2/+2
* In case the order fails print the human readable reason from theflorian2020-05-101-4/+6
* use the correct length to allocate the right amount, broken by previous.tedu2020-01-221-2/+2
* set array length after allocation succeeds so free path doesn't deref null.tedu2020-01-221-2/+3
* When the parser detects that it needs more tokens it returnsflorian2019-06-181-8/+12
* Implement elliptic curve account keys.florian2019-06-171-4/+53
* Implement RFC 8555 "Automatic Certificate Management Environmentflorian2019-06-071-57/+177
* make struct chng.status a enum for readability.benno2019-01-311-8/+8
* Deprecate agreement url config option and get the information from theflorian2017-11-271-2/+37
* Make returns consistent and remove parentheses per style(9).jsing2017-01-241-41/+41
* Complete jsing's coccinelle cleanup... by handderaadt2017-01-241-2/+2
* Replace comparisons between a constant or enum and an expression, withjsing2017-01-241-44/+44
* convert some ifs to switches. ok millert tbtedu2016-09-131-10/+20
* A small amount more KNF to make this easier on our eyes. Not going furtherderaadt2016-09-131-42/+46
* Inconsistant use of case (value): idiom drives me nuts, I have no ideaderaadt2016-09-131-5/+5
* we don't have config.hflorian2016-09-011-4/+1
* whitespacebenno2016-08-311-61/+61
* Import Kristaps' letskencrypt and call it acme-client in tree.florian2016-08-311-0/+632