summaryrefslogtreecommitdiffstats
path: root/usr.sbin/acme-client/keyproc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Now that we have different key types (rsa and ecdsa) we probablyflorian2019-06-151-1/+2
* Track key type (RSA or ECDSA) in an enum and clean up a bit while here.florian2019-06-141-5/+8
* use acme-client to sign certificated with ecdsa keysgilles2019-06-121-7/+13
* Remove A and D flag, they are superfluous.florian2019-06-081-4/+7
* Remove NULL checks before X509_{REQ,NAME}_free() and zap an unnecessarytb2018-07-291-6/+4
* Remove NULL checks before (most) libcrypto *_free() functions.tb2018-07-281-3/+2
* recallocarray() for data buffer from the net.deraadt2017-03-261-3/+3
* Complete jsing's coccinelle cleanup... by handderaadt2017-01-241-18/+18
* A small amount more KNF to make this easier on our eyes. Not going furtherderaadt2016-09-131-11/+10
* hoist local variable initialization directly into the definitions,deraadt2016-09-131-14/+8
* 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
* whitespacebenno2016-08-311-27/+26
* Import Kristaps' letskencrypt and call it acme-client in tree.florian2016-08-311-0/+293