| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tls: move cert/key into host structure | Drew DeVault | 2020-09-24 | 1 | -0/+2 |
| | | | | | | | | | We'll later want to set these on the SSL object (rather than SSL_CTX), so move these into the host struct for later access. We'll prefer to set it on the SSL object so that we can automatically use an up-to-date certificate, per ~sircmpwn/gmni#26. | ||||
| * | Implement TLS store | Drew DeVault | 2020-09-24 | 2 | -0/+10 |
| | | | | | Includes hands-free certificate generation and loading | ||||
| * | Generalize logging | Drew DeVault | 2020-09-23 | 1 | -0/+10 |
| | | |||||
| * | Implement basic server event loop | Drew DeVault | 2020-09-23 | 2 | -2/+11 |
| | | |||||
| * | Initialize sockets | Drew DeVault | 2020-09-23 | 2 | -0/+33 |
| | | |||||
| * | config: parse listen directives | Drew DeVault | 2020-09-23 | 1 | -1/+1 |
| | | |||||
| * | Initial config parser | Drew DeVault | 2020-09-23 | 1 | -0/+34 |
| | | |||||
| * | Vendor in some support code | Drew DeVault | 2020-09-23 | 4 | -0/+367 |
