summaryrefslogtreecommitdiffstats
path: root/include/tls.h
Commit message (Collapse)AuthorAgeFilesLines
* Overhaul network I/O to be async for realDrew DeVault2020-10-251-1/+1
| | | | | Had to totally cut off OpenSSL from the network fd because obviously OpenSSL is just going to wreck our shit
* Free up resources throughoutDrew DeVault2020-09-261-3/+4
|
* Implement TLS exchange with clientsDrew DeVault2020-09-241-0/+2
| | | | This probably leaves a bit to be desired tbh
* Implement TLS storeDrew DeVault2020-09-241-0/+8
Includes hands-free certificate generation and loading