summaryrefslogtreecommitdiffstats
path: root/usr.sbin/acme-client/acctproc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* One NULL-check before EVP_MD_CTX_free() was left in previous.tb2019-06-171-4/+2
* Use non-deprecated API; from Renaud Allard, thanks!florian2019-06-171-9/+7
* Implement elliptic curve account keys.florian2019-06-171-20/+177
* s/get1/get0/ in commentsflorian2019-06-171-3/+3
* Do not leak rsa keys; nobody is messing with the reference behind ourflorian2019-06-161-3/+3
* use acme-client to sign certificated with ecdsa keysgilles2019-06-121-3/+5
* Remove A and D flag, they are superfluous.florian2019-06-081-4/+7
* Implement RFC 8555 "Automatic Certificate Management Environmentflorian2019-06-071-20/+33
* Remove NULL checks before (most) libcrypto *_free() functions.tb2018-07-281-3/+2
* Make returns consistent and remove parentheses per style(9).jsing2017-01-241-10/+10
* Replace comparisons between a constant or enum and an expression, withjsing2017-01-241-35/+35
* A small amount more KNF to make this easier on our eyes. Not going furtherderaadt2016-09-131-8/+8
* hoist local variable initialization directly into the definitions,deraadt2016-09-131-37/+19
* Inconsistant use of case (value): idiom drives me nuts, I have no ideaderaadt2016-09-131-3/+3
* RAND_status() and RAND_seed() are not needed, this is 2016.deraadt2016-09-131-13/+1
* we don't have config.hflorian2016-09-011-4/+1
* Collapse krazy abstractions for other sandbox models, using chroot andderaadt2016-09-011-9/+4
* whitespacebenno2016-08-311-12/+11
* whitespace cleanupbenno2016-08-311-9/+9
* Import Kristaps' letskencrypt and call it acme-client in tree.florian2016-08-311-0/+440