Jan Koci Software Jan Koci Software

News

About KjSslSocket
What is KjSslSocket ?
Summary

Documentation
Source documentation
Compiling and installation

Forum
Help
Open Discussion



:: KjSslSocket compilling and installation ::



:: How make release version ?

In './kj_ssl_socket/src' directory

$ make


:: How make debug version ?

In './kj_ssl_socket/src' directory

$ make CONFIG=debug


:: How generate self-signed certificate files ?


$ openssl req -x509 -newkey rsa:1024 -keyout test.key -nodes -out test.crt 
$ openssl req -x509 -newkey rsa:1024 -keyout test.key -nodes -days 365 -out test.crt

Generated files copy to './kj_ssl_socket/conf' directory

:: How install application ?

In './kj_ssl_socket/src' directory

$ make install


:: How uninstall application ?

In './kj_ssl_socket/src' directory

$ make uninstall


:: How make tests ?

In './kj_ssl_socket/src' directory

$ make tests


:: How install tests ?

In './kj_ssl_socket/src' directory

$ make install_tests


:: How start tests ?

In './kj_ssl_socket/bin/' directory

$ KjSslServer
$ KjSslClient
$ KjPerlServerThread.pl


PROJECTS
Programming tutorials
K3dEngine
KjSslSocket
DOWNLOAD
Latest SVN sources
Planning version 0.3.0.0

Valid XHTML 1.0 Transitional