Components/ssl/include/Network/Ssl/Context.h
Go to the documentation of this file.
Implemented by SSL adapter to create and manage SSL connections.
Definition: Components/ssl/include/Network/Ssl/Context.h:29
Context(Session &session)
Definition: Components/ssl/include/Network/Ssl/Context.h:31
virtual bool init()=0
Initializer method that must be called after object creation and before the creation of server or cli...
virtual Connection * createServer(tcp_pcb *tcp)=0
Creates server SSL connection. Your SSL servers use this call to allow remote clients to connect to t...
virtual Connection * createClient(tcp_pcb *tcp)=0
Creates client SSL connection. Your SSL client use this call to create a client connection to remote ...
Definition: Alert.h:16