1
0
forked from aniani/gmnisrv
gmnisrv/src
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
..
config.c Initialize sockets 2020-09-23 12:43:05 -04:00
escape.c Vendor in some support code 2020-09-23 10:40:14 -04:00
ini.c Initial config parser 2020-09-23 11:24:23 -04:00
log.c Log bind addresses on startup 2020-09-24 11:16:51 -04:00
main.c Implement TLS store 2020-09-24 17:51:29 -04:00
server.c Log bind addresses on startup 2020-09-24 11:16:51 -04:00
tls.c tls: move cert/key into host structure 2020-09-24 17:55:10 -04:00
url.c Vendor in some support code 2020-09-23 10:40:14 -04:00
util.c Implement TLS store 2020-09-24 17:51:29 -04:00