1
0
mirror of https://git.sr.ht/~sircmpwn/gmnisrv synced 2024-09-29 06:25:55 -04:00
Go to file
Drew DeVault 7af04ea471 tls: move cert/key into host structure
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.
2020-09-24 17:55:10 -04:00
include tls: move cert/key into host structure 2020-09-24 17:55:10 -04:00
src tls: move cert/key into host structure 2020-09-24 17:55:10 -04:00
.gitignore Initial commit 2020-09-23 10:21:44 -04:00
config.ini Initial config parser 2020-09-23 11:24:23 -04:00
config.sh configure: add --libdir 2020-09-24 14:43:16 -04:00
configure Implement TLS store 2020-09-24 17:51:29 -04:00
COPYING Initial commit 2020-09-23 10:21:44 -04:00
Makefile Initial config parser 2020-09-23 11:24:23 -04:00
README.md Add README.md 2020-09-24 11:11:48 -04:00

gmnisrv

WIP, come back later