Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

MynahSA::SSLConnectionVerifier Class Reference

#include <sslconnectionverifier.hpp>

Inheritance diagram for MynahSA::SSLConnectionVerifier:

Inheritance graph
[legend]
List of all members.

Public Member Functions

 SSLConnectionVerifier ()
 default constructor
virtual ~SSLConnectionVerifier ()
 virtual destructor
virtual bool operator() (SSL *s) const
 virtual operator - returning true allows SSL connection, false closes

Detailed Description

Class SSLConnectionVerifier is a functor base class. Its purpose is to perform verification on a recently established SSL connection. The operator() function returns true if the connection is verified - and allowed to communicate. Otherwise, false is returned and the server will close the connection without further action.

Note: this base class implementation accepts ALL incoming ssl connections.

Definition at line 34 of file sslconnectionverifier.hpp.


The documentation for this class was generated from the following file: