GENERIC_SERVER  0.0.0.9
A light-weight, cross-platform, pluggable, extensible and secure framework for deploying C++ plug-ins.
 All Classes Files Functions Variables Typedefs Pages
Classes
sslserver.h File Reference

Utility class for TLS. Please refer excellent documentation at: http://www.openssl.org/docs/ssl/ssl.html. More...

#include <pthread.h>
#include <sys/socket.h>
#include <arpa/inet.h>
#include <resolv.h>
#include <unistd.h>
#include <openssl/ssl.h>
#include <openssl/err.h>
#include <openssl/rand.h>
#include <stdio.h>
#include <string.h>
#include <iostream>

Go to the source code of this file.

Classes

class  SSLServer
 Utility class for TLS. Please refer excellent documentation at: http://www.openssl.org/docs/ssl/ssl.html. More...
 

Detailed Description

Utility class for TLS. Please refer excellent documentation at: http://www.openssl.org/docs/ssl/ssl.html.

Author
Suraj Vijayan

Contact: suraj.nosp@m.@bro.nosp@m.adcom.nosp@m..com

Definition in file sslserver.h.