summaryrefslogtreecommitdiffstats
path: root/third_party/tlslite/README.google
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/tlslite/README.google')
-rw-r--r--third_party/tlslite/README.google7
1 files changed, 7 insertions, 0 deletions
diff --git a/third_party/tlslite/README.google b/third_party/tlslite/README.google
new file mode 100644
index 0000000..e5cf9bc
--- /dev/null
+++ b/third_party/tlslite/README.google
@@ -0,0 +1,7 @@
+This library was downloaded from http://trevp.net/tlslite/.
+
+The code is public domain.
+
+tlslite/TLSRecordLayer.py was changed to force the socket to be closed when the
+SSL connection is closed. This is is necessary at this point since WinHTTP does
+not seem to react to the SSL close notify.