#include <sslconnectioncertverifier.hpp>
Inheritance diagram for MynahSA::SSLConnectionCertVerifier:


Public Member Functions | |
| SSLConnectionCertVerifier () | |
| constructor | |
| virtual | ~SSLConnectionCertVerifier () |
| virtual destructor | |
| virtual bool | operator() (SSL *) const |
| operator function - returning true allows the connection to proceed | |
Notes: The SSLConnectionCertVerifier::operator( SSL* ) function will never be invoked if the certificate presented by the client is not verified during the connection process. This mechanism is normally used with a certificate authority file.
Definition at line 38 of file sslconnectioncertverifier.hpp.