summaryrefslogtreecommitdiff
path: root/docs/common/lib_server/SocketStreamTLS.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/common/lib_server/SocketStreamTLS.txt')
-rw-r--r--docs/common/lib_server/SocketStreamTLS.txt11
1 files changed, 0 insertions, 11 deletions
diff --git a/docs/common/lib_server/SocketStreamTLS.txt b/docs/common/lib_server/SocketStreamTLS.txt
deleted file mode 100644
index ebb3f233..00000000
--- a/docs/common/lib_server/SocketStreamTLS.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-CLASS SocketStreamTLS
-
-An implementation of IOStream which wraps a TLS (SSL) connection over a socket.
-
-The Open function takes a TLSContext reference which specifies the parameters for the connection.
-
-
-FUNCTION GetPeerCommonName()
-
-Returns the common name of the certificate presented by the remote end.
-