summaryrefslogtreecommitdiffstats
path: root/usr.sbin/acme-client/keyproc.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Now that we have different key types (rsa and ecdsa) we probablyflorian2019-06-151-1/+2
| | | | | | should do something if the key type on disk differes from the configured keytype. Mark this XXX for now.
* Track key type (RSA or ECDSA) in an enum and clean up a bit while here.florian2019-06-141-5/+8
| | | | | Originaly from Renaud Allard following input from benno, tweaked by me. OK benno
* use acme-client to sign certificated with ecdsa keysgilles2019-06-121-7/+13
| | | | diff from Renaud Allard <renaud@allard.it>, ok to get in from florian@
* Remove A and D flag, they are superfluous.florian2019-06-081-4/+7
| | | | | One could always use them on the command line and acme-client would do the right thing.
* Remove NULL checks before X509_{REQ,NAME}_free() and zap an unnecessarytb2018-07-291-6/+4
| | | | | | pair of parens. From Ross L. Richardson
* Remove NULL checks before (most) libcrypto *_free() functions.tb2018-07-281-3/+2
| | | | | | From Ross L. Richardson, thanks! ok deraadt
* recallocarray() for data buffer from the net.deraadt2017-03-261-3/+3
| | | | ok beck
* Complete jsing's coccinelle cleanup... by handderaadt2017-01-241-18/+18
| | | | ok jsing
* A small amount more KNF to make this easier on our eyes. Not going furtherderaadt2016-09-131-11/+10
| | | | | than this. ok florian
* hoist local variable initialization directly into the definitions,deraadt2016-09-131-14/+8
| | | | | rather than doing it right afterwards. ok florian
* RAND_status() and RAND_seed() are not needed, this is 2016.deraadt2016-09-131-14/+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
| | | | | pledge directly as needed. ok florian
* whitespacebenno2016-08-311-27/+26
|
* Import Kristaps' letskencrypt and call it acme-client in tree.florian2016-08-311-0/+293
OK to get it in deraadt@ (and probably beck@) At least deraadt@, beck@ and otto@ are fine with the name and the disagreements stopped.