]> git.sesse.net Git - cubemap/commit
Add server-side TLS support, through kTLS.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 1 Apr 2018 19:03:13 +0000 (21:03 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 1 Apr 2018 19:03:13 +0000 (21:03 +0200)
commit16a03b9858752fae9e81af261821a2a22855fde3
tree302fb330dc7ebea9acac065102555b4bd3a1317a
parentafa95dd1ddca5b46ebf45e5bdb6aa5f3dad25d48
Add server-side TLS support, through kTLS.

This, unfortunately, includes a (lightly patched) embedded copy of
the TLS library TLSe in tlse/, since it doesn't really work in any
other way.
23 files changed:
Makefile.in
README
acceptor.cpp
acceptor.h
client.cpp
client.h
config.cpp
config.h
configure.ac
cubemap.config.sample
log.cpp
log.h
main.cpp
server.cpp
server.h
serverpool.cpp
serverpool.h
state.proto
tlse/LICENSE [new file with mode: 0644]
tlse/README [new file with mode: 0644]
tlse/ktls.h [new file with mode: 0644]
tlse/tlse.c [new file with mode: 0644]
tlse/tlse.h [new file with mode: 0644]