Home
C-
Bits
Package Documentation
Project Page
Main Page
Namespace List
Compound List
File List
Compound Members
File Members
C-Bits Documentation
Version 0.0.1
Package Overview: sslsocket
This package contains a collection of classes related to secure network communication using Secure Sockets layer (SSL). The socket classes support the same interfaces as those in the C-Bits socket package.
The socket classes are:
cbits::SSLSocket
a SSL-enabled version of cbits::Socket
cbits::SSLServerSocket
a SSL-enabled version of cbits::ServerSocket.
Additional SSL-oriented classes are included:
SSLContext the certificates, keys, and other parameters used to setup a SSL connection.
SSLCert a X.509 digital certificate.
SSLPeer the 'peer' in an established SSL connection.
These classes use the OpenSSL library (
http://www.openssl.org
).
Generated by
Hosted by