Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Now that we have different key types (rsa and ecdsa) we probably | 2019-06-15 | 1 | -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. | 2019-06-14 | 1 | -5/+8 | |
| | | | | | Originaly from Renaud Allard following input from benno, tweaked by me. OK benno | ||||
* | use acme-client to sign certificated with ecdsa keys | 2019-06-12 | 1 | -7/+13 | |
| | | | | diff from Renaud Allard <renaud@allard.it>, ok to get in from florian@ | ||||
* | Remove A and D flag, they are superfluous. | 2019-06-08 | 1 | -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 unnecessary | 2018-07-29 | 1 | -6/+4 | |
| | | | | | | pair of parens. From Ross L. Richardson | ||||
* | Remove NULL checks before (most) libcrypto *_free() functions. | 2018-07-28 | 1 | -3/+2 | |
| | | | | | | From Ross L. Richardson, thanks! ok deraadt | ||||
* | recallocarray() for data buffer from the net. | 2017-03-26 | 1 | -3/+3 | |
| | | | | ok beck | ||||
* | Complete jsing's coccinelle cleanup... by hand | 2017-01-24 | 1 | -18/+18 | |
| | | | | ok jsing | ||||
* | A small amount more KNF to make this easier on our eyes. Not going further | 2016-09-13 | 1 | -11/+10 | |
| | | | | | than this. ok florian | ||||
* | hoist local variable initialization directly into the definitions, | 2016-09-13 | 1 | -14/+8 | |
| | | | | | rather than doing it right afterwards. ok florian | ||||
* | RAND_status() and RAND_seed() are not needed, this is 2016. | 2016-09-13 | 1 | -14/+1 | |
| | |||||
* | we don't have config.h | 2016-09-01 | 1 | -4/+1 | |
| | |||||
* | Collapse krazy abstractions for other sandbox models, using chroot and | 2016-09-01 | 1 | -9/+4 | |
| | | | | | pledge directly as needed. ok florian | ||||
* | whitespace | 2016-08-31 | 1 | -27/+26 | |
| | |||||
* | Import Kristaps' letskencrypt and call it acme-client in tree. | 2016-08-31 | 1 | -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. |