Skip to content

Tcp Server class with SSL support using QTcpServer and QSslSocket. Requires Qt and -std=c++11 to compile. An OpenSSL implementation must also be available on the target machine.

License

GuiTeK/Qt-SslServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Qt-SslServer

Tcp Server class with SSL support using QTcpServer and QSslSocket. Requires Qt and -std=c++11 to compile. An OpenSSL implementation must also be available on the target machine.

Example

See "example" directory.

*.pem and *.key files MUST be in the working directory of Client and Server (Client only needs sslserver.pem while Server needs both sslserver.pem and sslserver.key).

If you're running Windows, you probably have no OpenSSL installation on your system. You may need to install Win32 OpenSSL "Light" version (here: http://slproweb.com/products/Win32OpenSSL.html).

About

Tcp Server class with SSL support using QTcpServer and QSslSocket. Requires Qt and -std=c++11 to compile. An OpenSSL implementation must also be available on the target machine.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages