]> git.sesse.net Git - cubemap/blobdiff - tlse/README
Add server-side TLS support, through kTLS.
[cubemap] / tlse / README
diff --git a/tlse/README b/tlse/README
new file mode 100644 (file)
index 0000000..3fa5ca5
--- /dev/null
@@ -0,0 +1,8 @@
+This is a copy of the core files of TLSe, checked out from
+
+  https://github.com/eduardsui/tlse
+
+It is patched to add and include ktls.h, since glibc does not include
+kTLS definitions yet, and then irrelevant files removed. It is embedded
+(as opposed to a regular link) since TLSe does not provide a static or
+shared library.