summaryrefslogtreecommitdiffstats
path: root/usr.sbin/acme-client/base64.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make returns consistent and remove parentheses per style(9).jsing2017-01-241-2/+2
| | | | | | Transformed with coccinelle. Requested by and ok tb@
* nuke extra brackets. discussed with jsingtb2017-01-241-3/+3
|
* Replace comparisons between a constant or enum and an expression, withjsing2017-01-241-2/+2
| | | | | | | | | a comparison between the expression and the constant or enum. This significantly improves readability. Transformed with coccinelle. Requested by deraadt@
* convert some ifs to switches. ok millert tbtedu2016-09-131-4/+9
|
* Use b64_ntop instead of adding yet another base implementation of base64tb2016-09-011-70/+4
| | | | | | encoding to base. Tweaked version of a diff by florian. ok florian
* we don't have config.hflorian2016-09-011-4/+1
|
* whitespacebenno2016-08-311-5/+5
|
* whitespace cleanupbenno2016-08-311-8/+9
|
* Import Kristaps' letskencrypt and call it acme-client in tree.florian2016-08-311-0/+130
OK to get it in deraadt@ (and probably beck@) At least deraadt@, beck@ and otto@ are fine with the name and the disagreements stopped.