summaryrefslogtreecommitdiff
path: root/docs/common/lib_server/SocketStreamTLS.txt
blob: ebb3f23390b15c1c741a5e47bcf14a23aa787696 (plain)
1
2
3
4
5
6
7
8
9
10
11
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.